YashashMathur commited on
Commit
2fbc5bf
·
verified ·
1 Parent(s): 78b3453

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +24 -0
requirements.txt ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core Environment
2
+ openenv-core>=0.2.1
3
+ pydantic>=2.0.0
4
+ fastapi>=0.100.0
5
+ uvicorn>=0.23.0
6
+ jinja2
7
+ tenacity
8
+
9
+ # Visualization & Dashboard
10
+ gradio
11
+ pandas
12
+ requests
13
+
14
+ # Training & RL
15
+ torch==2.4.1
16
+ torchvision==0.19.1
17
+ transformers==4.46.3
18
+ peft==0.12.0
19
+ accelerate==0.34.2
20
+ bitsandbytes==0.43.3
21
+ trl==0.12.1
22
+ wandb
23
+ # unsloth (Install separately via: pip install "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git")
24
+ numpy