Upload requirements.txt
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
@@ -66,11 +66,10 @@ segment-anything==1.0
|
|
66 |
six==1.16.0
|
67 |
sympy==1.12
|
68 |
tokenizers==0.15.0
|
69 |
-
torch==2.0.0
|
70 |
-
torchaudio==2.0.0
|
71 |
torchvision==0.15.1
|
72 |
tqdm==4.66.1
|
73 |
transformers==4.36.2
|
|
|
74 |
typing-inspect==0.9.0
|
75 |
typing_extensions==4.9.0
|
76 |
urllib3==2.1.0
|
|
|
66 |
six==1.16.0
|
67 |
sympy==1.12
|
68 |
tokenizers==0.15.0
|
|
|
|
|
69 |
torchvision==0.15.1
|
70 |
tqdm==4.66.1
|
71 |
transformers==4.36.2
|
72 |
+
triton==2.0.0
|
73 |
typing-inspect==0.9.0
|
74 |
typing_extensions==4.9.0
|
75 |
urllib3==2.1.0
|