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.
2 parents 7b4cd34 + d7ad4a9 commit e07936eCopy full SHA for e07936e
requirements.txt
@@ -1,9 +1,15 @@
1
accelerate==0.25.0
2
-bitsandbytes==0.41.3.post2
3
imagesize==1.4.1
4
Pillow==10.2.0
5
pyparsing==3.1.1
6
PySide6==6.6.1
7
-scipy==1.11.4
8
-torch==2.1.2
9
transformers==4.36.2
+
+# bitsandbytes
+scipy==1.11.4
10
+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
+torch==2.1.2; platform_system != "Windows"
15
+https://download.pytorch.org/whl/cu121/torch-2.1.2%2Bcu121-cp311-cp311-win_amd64.whl; platform_system == "Windows"
0 commit comments