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