ashleshp commited on
Commit
ae80468
·
1 Parent(s): b6192e4

Add missing torchvision and einops dependencies

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -3
requirements.txt CHANGED
@@ -1,10 +1,12 @@
1
  # Core AI (Optimized for HF Spaces)
 
 
2
  transformers>=4.45.0
3
  accelerate>=0.26.0
4
- torch>=2.1.0
 
5
  numpy>=1.24.0
6
  opencv-python-headless>=4.8.0
7
- qwen-vl-utils
8
 
9
  # Utility & UI
10
  streamlit>=1.30.0
@@ -18,4 +20,4 @@ scikit-learn>=1.3.0
18
  decord>=0.6.0
19
  langgraph>=0.0.10
20
  langchain>=0.1.0
21
- langchain-core>=0.1.0
 
1
  # Core AI (Optimized for HF Spaces)
2
+ torch>=2.1.0
3
+ torchvision
4
  transformers>=4.45.0
5
  accelerate>=0.26.0
6
+ einops
7
+ qwen-vl-utils
8
  numpy>=1.24.0
9
  opencv-python-headless>=4.8.0
 
10
 
11
  # Utility & UI
12
  streamlit>=1.30.0
 
20
  decord>=0.6.0
21
  langgraph>=0.0.10
22
  langchain>=0.1.0
23
+ langchain-core>=0.1.0