You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying docker setup and for some reason its not working.
I have tqdm on my system.
docker run -v /llama/models:/models ghcr.io/ggerganov/llama.cpp:full --all-in-one "/models/" 7B
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'
pip3 install tqdm
Requirement already satisfied: tqdm in /home/whoami/.local/lib/python3.8/site-packages (4.62.3)
The text was updated successfully, but these errors were encountered:
I am trying docker setup and for some reason its not working.
I have tqdm on my system.
The text was updated successfully, but these errors were encountered: