laurru01 commited on
Commit
0534c7d
·
verified ·
1 Parent(s): c216acb

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +32 -0
requirements.txt ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Base libraries
2
+ pip==23.1.2
3
+ torch==2.5.1
4
+ transformers==4.46.2
5
+ gradio>=4.19.2
6
+ Pillow==9.4.0
7
+
8
+ # Model and optimization related
9
+ peft
10
+ accelerate
11
+ bitsandbytes
12
+ triton
13
+ xformers==0.0.28.post3
14
+ trl
15
+
16
+ # Data processing and utilities
17
+ tqdm
18
+ python-dotenv
19
+ datasets
20
+ wandb
21
+ huggingface_hub
22
+
23
+ # Unsloth specific
24
+ unsloth @ git+https://github.com/unslothai/unsloth.git
25
+ unsloth_zoo
26
+
27
+ # Deep Learning frameworks
28
+ tf-keras
29
+
30
+ # Additional dependencies
31
+ typing
32
+ numpy