Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -8,13 +8,13 @@ cmake
|
|
8 |
|
9 |
|
10 |
# Standard dependencies
|
11 |
-
torch # or torch==2.0.1
|
12 |
transformers>=4.45.1
|
13 |
gradio>=4.37.2
|
14 |
|
15 |
-
#
|
16 |
-
#
|
17 |
-
https://github.com/bitsandbytes-foundation/bitsandbytes/releases/download/continuous-release_multi-backend-refactor/bitsandbytes-0.44.1.dev0-py3-none-manylinux_2_24_x86_64.whl
|
18 |
|
19 |
-
#
|
20 |
-
https://github.com/bitsandbytes-foundation/bitsandbytes/releases/download/continuous-release_main/bitsandbytes-0.44.2.dev0-py3-none-manylinux_2_24_x86_64.whl
|
|
|
8 |
|
9 |
|
10 |
# Standard dependencies
|
11 |
+
torch # or specify version, e.g., torch==2.0.1
|
12 |
transformers>=4.45.1
|
13 |
gradio>=4.37.2
|
14 |
|
15 |
+
# Use only one bitsandbytes version below:
|
16 |
+
# Option 1: Multi-backend version (alpha release)
|
17 |
+
# https://github.com/bitsandbytes-foundation/bitsandbytes/releases/download/continuous-release_multi-backend-refactor/bitsandbytes-0.44.1.dev0-py3-none-manylinux_2_24_x86_64.whl
|
18 |
|
19 |
+
# Option 2: Latest stable release
|
20 |
+
#https://github.com/bitsandbytes-foundation/bitsandbytes/releases/download/continuous-release_main/bitsandbytes-0.44.2.dev0-py3-none-manylinux_2_24_x86_64.whl
|