milorable commited on
Commit
21de34b
·
verified ·
1 Parent(s): 468d386

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +24 -0
requirements.txt ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ torch
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
24
+