File size: 427 Bytes
27cdb3e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# Core RL & ML
trl>=0.12.0
unsloth[colab-new]>=2024.8
transformers>=4.44.0
torch>=2.1.0
peft>=0.12.0
accelerate>=0.33.0
bitsandbytes>=0.43.0
datasets>=2.20.0

# Docker execution
docker>=7.0.0

# API & Web
fastapi>=0.115.0
uvicorn[standard]>=0.30.0
pydantic>=2.9.0
python-multipart>=0.0.9

# Database
sqlalchemy>=2.0.0

# Utilities
python-dotenv>=1.0.0
rich>=13.7.0

# Testing
pytest>=8.0.0
pytest-asyncio>=0.24.0
httpx>=0.27.0