madDegen commited on
Commit
2f59871
·
verified ·
1 Parent(s): b9faaff

consolidate: Evo Python requirements

Browse files
Files changed (1) hide show
  1. evo/requirements.txt +13 -0
evo/requirements.txt ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ unsloth==2024.11.14
2
+ trl==0.12.1
3
+ transformers==4.46.3
4
+ datasets==3.1.0
5
+ peft==0.13.2
6
+ sentence-transformers==3.3.1
7
+ chromadb==0.5.23
8
+ arxiv==2.1.3
9
+ huggingface-hub==0.26.2
10
+ langgraph==0.2.28
11
+ langchain-core==0.3.15
12
+ httpx==0.27.2
13
+ python-dotenv==1.0.1