satyaki-mitra commited on
Commit
1c8c610
·
1 Parent(s): 8d23495

requirements.txt updated

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -2
requirements.txt CHANGED
@@ -6,8 +6,7 @@ pydantic-settings
6
  python-multipart
7
 
8
  # CPU-only PyTorch
9
- torch==2.2.0+cpu
10
- --extra-index-url https://download.pytorch.org/whl/cpu
11
 
12
  # Embeddings / Transformers
13
  transformers
 
6
  python-multipart
7
 
8
  # CPU-only PyTorch
9
+ torch>=2.6.0 --index-url https://download.pytorch.org/whl/cpu
 
10
 
11
  # Embeddings / Transformers
12
  transformers