llama.cpp icon indicating copy to clipboard operation
llama.cpp copied to clipboard

Add tqdm to Python requirements

Open sw opened this issue 1 year ago • 3 comments

Should fix #289

sw avatar Mar 19 '23 12:03 sw

Come to think of it, why is torchvision torchaudio there?

sw avatar Mar 19 '23 12:03 sw

Did you check wether it really fixes the problem or did you just commit it there because I commented it on the issue?

bvajk avatar Mar 19 '23 12:03 bvajk

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.

sw avatar Mar 19 '23 13:03 sw