Eeppa commited on
Commit
b7823b4
·
verified ·
1 Parent(s): 3bd1da2

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -5
requirements.txt CHANGED
@@ -1,8 +1,12 @@
1
- torch>=2.0.0
2
  transformers>=4.43.0
 
3
  accelerate>=0.25.0
4
- gradio>=6.6.0
5
  peft>=0.9.0
6
- bitsandbytes>=0.41.0
7
- sentencepiece>=0.1.99
8
- protobuf>=3.20.0
 
 
 
 
 
1
+ gradio>=6.6.0
2
  transformers>=4.43.0
3
+ torch>=2.0.0
4
  accelerate>=0.25.0
 
5
  peft>=0.9.0
6
+ pygments>=2.17.0
7
+ markdown>=3.5.0
8
+ beautifulsoup4>=4.12.0
9
+ # For Python execution in browser (limited)
10
+ pyscript>=2024.9.1
11
+ # For code analysis
12
+ tree-sitter>=0.21.0