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
PyTorch cannot be effectively managed through a requirements.txt due to the need for specific channels.
After adding the hqq requirement to text-generation-webui, unwanted pytorch updates happened after pip install -r requirements.txt: oobabooga/text-generation-webui#4993. For this reason I had to remove hqq from the requirements.
I think that it would be best to remove PyTorch from
@oobabooga sure, it makes sense to remove it because it also causes problems with CUDA versions and VLLM.
Can you try now? pip should install 0.1.1.post1 which doesn't include Pytorch in the dependencies.
PyTorch cannot be effectively managed through a requirements.txt due to the need for specific channels.
After adding the hqq requirement to text-generation-webui, unwanted pytorch updates happened after
pip install -r requirements.txt
: oobabooga/text-generation-webui#4993. For this reason I had to remove hqq from the requirements.I think that it would be best to remove PyTorch from
hqq/setup.py
Line 12 in bb422c9
The text was updated successfully, but these errors were encountered: