Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -10,10 +10,10 @@ tqdm>=4.67,<5
|
|
10 |
cryptography>=42,<44
|
11 |
python-multipart>=0.0.9,<0.1
|
12 |
|
13 |
-
# --- PyTorch stack ---
|
14 |
-
torch>=2.4,<
|
15 |
-
torchvision>=0.19,<
|
16 |
-
torchaudio>=2.4,<
|
17 |
|
18 |
# --- HF ecosystem / modeling ---
|
19 |
transformers>=4.44,<5
|
|
|
10 |
cryptography>=42,<44
|
11 |
python-multipart>=0.0.9,<0.1
|
12 |
|
13 |
+
# --- PyTorch stack (let pip solve compatible combo) ---
|
14 |
+
torch>=2.4,<3
|
15 |
+
torchvision>=0.19,<1
|
16 |
+
torchaudio>=2.4,<3
|
17 |
|
18 |
# --- HF ecosystem / modeling ---
|
19 |
transformers>=4.44,<5
|