File size: 761 Bytes
fcf2981
0de9de2
fa7de39
0de9de2
 
fcf2981
 
cb276d8
d47568c
14e9cd5
 
ebe598e
14e9cd5
ebe598e
14e9cd5
ebe598e
 
0de9de2
102c2f2
fcf2981
 
 
 
7181190
5f8b28d
 
 
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
# Core dependencies for SmolLM3 and GPT-OSS fine-tuning
torch>=2.0.0
transformers @ git+https://github.com/huggingface/transformers.git  # Latest version with GPT-OSS support
datasets>=2.14.0
accelerate>=0.20.0
peft>=0.17.0  # Updated for GPT-OSS LoRA support
trl>=0.20.0  # Updated for GPT-OSS compatibility
kernels
openai-harmony
# Hugging Face Hub for model and space management
huggingface_hub>=0.19.0

# Monitoring and tracking
requests>=2.31.0
numpy>=1.24.0
pandas>=2.0.0
plotly>=5.0.0
trackio>=0.1.0
psutil>=5.9.0 
pynvml>=12.0.0

# GPT-OSS specific dependencies
# Note: GPT-OSS requires specific versions for optimal performance
# These are compatible with the tutorial requirements
bitsandbytes>=0.41.0  # For 4-bit quantization
triton >= 3.4.0
kernels