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 getting this error when installing the requirements.txt file. I am on Windows 10 with Python 3.10.9 and CUDA 11.8.
(venv) C:\Users\r\taggui>pip install -r requirements.txt
Ignoring bitsandbytes: markers 'platform_system != "Windows"' don't match your environment
Collecting bitsandbytes==0.41.2.post2 (from -r requirements.txt (line 11))
Downloading https://github.com/jllllll/bitsandbytes-windows-webui/releases/download/wheels/bitsandbytes-0.41.2.post2-py3-none-win_amd64.whl (152.7 MB)
---------------------------------------- 152.7/152.7 MB 36.4 MB/s eta 0:00:00
Ignoring torch: markers 'platform_system != "Windows"' don't match your environment
ERROR: torch-2.1.2+cu121-cp311-cp311-win_amd64.whl is not a supported wheel on this platform.
(venv) C:\Users\r\taggui>pip install https://download.pytorch.org/whl/cu121/torch-2.1.2%2Bcu121-cp311-cp311-win_amd64.whl
ERROR: torch-2.1.2+cu121-cp311-cp311-win_amd64.whl is not a supported wheel on this platform.```
The text was updated successfully, but these errors were encountered:
You can also run pip install https://download.pytorch.org/whl/cu121/torch-2.1.2%2Bcu121-cp310-cp310-win_amd64.whl to install the version for Python 3.10.
I'll consider updating the requirements.txt file so that the correct version is installed based on the Python version.
I am getting this error when installing the requirements.txt file. I am on Windows 10 with Python 3.10.9 and CUDA 11.8.
The text was updated successfully, but these errors were encountered: