File size: 436 Bytes
0534c7d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Base libraries
pip==23.1.2
torch==2.5.1
transformers==4.46.2
gradio>=4.19.2
Pillow==9.4.0

# Model and optimization related
peft
accelerate
bitsandbytes
triton
xformers==0.0.28.post3
trl

# Data processing and utilities
tqdm
python-dotenv
datasets
wandb
huggingface_hub

# Unsloth specific
unsloth @ git+https://github.com/unslothai/unsloth.git
unsloth_zoo

# Deep Learning frameworks
tf-keras

# Additional dependencies
typing
numpy