Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -42,8 +42,9 @@ tifffile==2023.9.26
|
|
42 |
timm==0.4.5
|
43 |
tokenizers==0.13.3
|
44 |
torch
|
45 |
-
|
46 |
-
|
|
|
47 |
triton==2.0.0
|
48 |
uvicorn==0.23.2
|
49 |
wandb==0.15.12
|
|
|
42 |
timm==0.4.5
|
43 |
tokenizers==0.13.3
|
44 |
torch
|
45 |
+
torch==1.13.1
|
46 |
+
torchaudio==0.13.1
|
47 |
+
torchvision==0.14.1
|
48 |
triton==2.0.0
|
49 |
uvicorn==0.23.2
|
50 |
wandb==0.15.12
|