jdesiree commited on
Commit
836e5f7
·
verified ·
1 Parent(s): 89e465f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -12,8 +12,8 @@ langchain-huggingface>=0.1.0
12
  # UI Framework
13
  gradio>=4.44.0
14
 
15
- # Optional performance optimization (install separately if needed)
16
- bitsandbytes>=0.43.0
17
  # flash-attn>=2.5.0 # Install manually after torch
18
 
19
  # Utilities
 
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