Keeby-smilyai commited on
Commit
e7dba0a
·
verified ·
1 Parent(s): a3961a8

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -6
requirements.txt CHANGED
@@ -1,6 +1,15 @@
1
- gradio
2
- torch
3
- transformers
4
- psutil
5
- accelerate
6
- sentencepiece
 
 
 
 
 
 
 
 
 
 
1
+ # requirements.txt for Code Agents Pro (v3.5 with Swarm, Debugger, & Marketplace)
2
+ torch>=2.0.0
3
+ transformers>=4.35.0
4
+ accelerate>=0.20.0
5
+ bitsandbytes>=0.41.0
6
+ psutil>=5.9.0
7
+ gradio>=4.0.0
8
+ redis>=5.0.0
9
+ RestrictedPython>=5.2
10
+ bandit>=1.7.0
11
+ pyyaml>=6.0
12
+ optuna>=3.0.0
13
+ optimum
14
+ beautifulsoup4
15
+ requests