Sascha Endlicher, M.A.
Sascha Endlicher, M.A.
@flowerzero I have the 24G3090 as well. @HonestyBrave I have been able to sort the problem in my case by downloading fresh LLAMA-7B and LLAMA-13B weights from Huggingface. So the...
This is the environment.yml that helped me. It has changes for cuda and bitsandbytes. ``` name: minigpt4 channels: - pytorch - nvidia/label/cuda-11.8.0 - defaults - anaconda dependencies: - python=3.9 -...
I guess using nginx in front of the services as I can see with a pending PR may take care of the issue.
Similar error on Windows: No module named 'playwright'
Hello, I am just a fellow user of this project. Most AI projects I am following actually go with an anaconda env as you indicated, some offer docker additionally. The...