Skip to content
This repository has been archived by the owner on Sep 30, 2023. It is now read-only.

CAN NOT RUN TURBOPILOT USING DOCKER #51

Open
tuancao216 opened this issue Aug 17, 2023 · 5 comments
Open

CAN NOT RUN TURBOPILOT USING DOCKER #51

tuancao216 opened this issue Aug 17, 2023 · 5 comments

Comments

@tuancao216
Copy link

Hi,

I've followed your guideline by running turbopilot from docker image. I ran into the error:
image

I'm using Ubuntu WSL2 on Windows 11.

@ravenscroftj
Copy link
Owner

Very strange - it looks like you have the right arguments and config set up. Can you confirm that the model file you downloaded is from "the bloke" repository and that it is in tact (try running sha256sum ./models/stablecode-instruct-alpha-3b.ggmlv1.q4_0.bin - the hash you get should be 7143e0148e5c0101fb66ce6e233182c10db4a52b438cae557a7d368f98eb29a1). You may need to re-download the model.

If that's not the problem it may be something to do with the GGML loader behaviour on WSL but I won't get ahead of myself until we've confirmed that the files are ok.

@tuancao216
Copy link
Author

Very strange - it looks like you have the right arguments and config set up. Can you confirm that the model file you downloaded is from "the bloke" repository and that it is in tact (try running sha256sum ./models/stablecode-instruct-alpha-3b.ggmlv1.q4_0.bin - the hash you get should be 7143e0148e5c0101fb66ce6e233182c10db4a52b438cae557a7d368f98eb29a1). You may need to re-download the model.

If that's not the problem it may be something to do with the GGML loader behaviour on WSL but I won't get ahead of myself until we've confirmed that the files are ok.

The issue go away, but I got another issue while I was using your extension to integrate with vscode.
image

I believe my laptop has enough RAM to run this model:
image

image

@tuancao216
Copy link
Author

@ravenscroftj any update on this issue?

@ravenscroftj
Copy link
Owner

I'd encourage you to try again with the latest release and also try running with the --debug flag to get more verbose output (rather than using the env vars you can just completely override the docker command after you specify the image name)

Segfault isn't a particularly informative error message so if the changes that went in over the last few days didn't fix it we will have to find a way to get some better output.

@tuancao216
Copy link
Author

I'd encourage you to try again with the latest release and also try running with the --debug flag to get more verbose output (rather than using the env vars you can just completely override the docker command after you specify the image name)

Segfault isn't a particularly informative error message so if the changes that went in over the last few days didn't fix it we will have to find a way to get some better output.

I try with the latest release and it doesn't work.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants