Skip to content

Docker fails due to missing tqdm #310

Closed
@Technetium1

Description

@Technetium1
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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    duplicateThis issue or pull request already exists

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions