We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f548eb commit d7ad4a9Copy full SHA for d7ad4a9
requirements.txt
@@ -11,6 +11,5 @@ bitsandbytes==0.42.0; platform_system != "Windows"
11
https://github.com/jllllll/bitsandbytes-windows-webui/releases/download/wheels/bitsandbytes-0.41.2.post2-py3-none-win_amd64.whl; platform_system == "Windows"
12
13
# PyTorch
14
---find-links https://download.pytorch.org/whl/torch_stable.html
15
torch==2.1.2; platform_system != "Windows"
16
-torch==2.1.2+cu121; platform_system == "Windows"
+https://download.pytorch.org/whl/cu121/torch-2.1.2%2Bcu121-cp311-cp311-win_amd64.whl; platform_system == "Windows"
0 commit comments