jdesiree commited on
Commit
bfa6ff6
·
verified ·
1 Parent(s): 9a01e13

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -4
requirements.txt CHANGED
@@ -2,6 +2,7 @@
2
  transformers==4.41.2
3
  torch==2.3.1
4
  accelerate==0.31.0
 
5
 
6
  # Core LangChain and LangGraph packages
7
  langgraph>=0.2.0
@@ -12,10 +13,6 @@ langchain-huggingface>=0.1.0
12
  # UI Framework
13
  gradio>=4.44.0
14
 
15
- # Quantumization
16
- optimum[onnxruntime]
17
- # flash-attn>=2.5.0 # Install manually after torch
18
-
19
  # Utilities
20
  python-dotenv>=1.0.0
21
 
 
2
  transformers==4.41.2
3
  torch==2.3.1
4
  accelerate==0.31.0
5
+ # flash-attn>=2.5.0 # Install manually after torch
6
 
7
  # Core LangChain and LangGraph packages
8
  langgraph>=0.2.0
 
13
  # UI Framework
14
  gradio>=4.44.0
15
 
 
 
 
 
16
  # Utilities
17
  python-dotenv>=1.0.0
18