llama.cpp
llama.cpp copied to clipboard
Add tqdm to Python requirements
Should fix #289
Come to think of it, why is torchvision torchaudio
there?
Did you check wether it really fixes the problem or did you just commit it there because I commented it on the issue?
I'm no docker expert and can't figure out how to run the image built by Github (before it's merged, obviously). But I was able to reproduce and fix the problem with a local docker build. I also removed torchvision torchaudio
as they didn't seem to be needed, and added requests
.