Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker fails due to missing tqdm #310

Closed
Technetium1 opened this issue Mar 19, 2023 · 2 comments
Closed

Docker fails due to missing tqdm #310

Technetium1 opened this issue Mar 19, 2023 · 2 comments
Labels
duplicate This issue or pull request already exists

Comments

@Technetium1
Copy link

docker run -v /llama/models:/models ghcr.io/ggerganov/llama.cpp:full --all-in-one "/models/" 65B
Unable to find image 'ghcr.io/ggerganov/llama.cpp:full' locally
full: Pulling from ggerganov/llama.cpp
2ab09b027e7f: Pull complete
abc582ff34c3: Pull complete
474c54188cc5: Pull complete
90dde168a635: Pull complete
4baa98a3bbd6: Pull complete
40709b48f1dd: Pull complete
Digest: sha256:0e26a42b34ad42f285a4327fbe099674137b119e6efea07345a7c17ab8a4b13e
Status: Downloaded newer image for ghcr.io/ggerganov/llama.cpp:full
Downloading model...
Traceback (most recent call last):
  File "/app/./download-pth.py", line 3, in <module>
    from tqdm import tqdm
ModuleNotFoundError: No module named 'tqdm'
@Technetium1
Copy link
Author

@sw sw added the duplicate This issue or pull request already exists label Mar 20, 2023
@sw
Copy link
Contributor

sw commented Mar 20, 2023

Duplicate of #289, fixed in master

@sw sw closed this as completed Mar 20, 2023
Deadsg pushed a commit to Deadsg/llama.cpp that referenced this issue Dec 19, 2023
Auto docker v2 - dockerised Open Llama 3B image w/OpenBLAS enabled server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants