Rahmat82 commited on
Commit
41fe448
·
verified ·
1 Parent(s): 6c01256

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -1
requirements.txt CHANGED
@@ -4,4 +4,17 @@ peft
4
  accelerate
5
  gradio
6
  bitsandbytes
7
- cmake
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  accelerate
5
  gradio
6
  bitsandbytes
7
+ cmake
8
+
9
+
10
+ # Standard dependencies
11
+ torch # or torch==2.0.1 (replace with your specific version if needed)
12
+ transformers>=4.45.1
13
+ gradio>=4.37.2
14
+
15
+ # Specific bitsandbytes version with multi-backend support
16
+ # Add this line if you need the alpha multi-backend version:
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
+ # OR, add this line if you need the latest main 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