jdesiree commited on
Commit
dbffb8a
·
verified ·
1 Parent(s): b02e1c2

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -3
requirements.txt CHANGED
@@ -1,7 +1,8 @@
1
  # Core ML/AI packages (install these first)
2
- torch>=2.0.0
3
- transformers>=4.41.2
4
- accelerate>=0.30.0
 
5
 
6
  # Core LangChain and LangGraph packages
7
  langgraph>=0.2.0
 
1
  # Core ML/AI packages (install these first)
2
+ transformers==4.41.2
3
+ torch==2.3.1
4
+ accelerate==0.31.0
5
+ flash_attn==2.5.8
6
 
7
  # Core LangChain and LangGraph packages
8
  langgraph>=0.2.0