Spaces:
Build error
Build error
Commit
•
394139b
1
Parent(s):
6573419
Update triton package to an existing package. (#7)
Browse files- Update triton package to an existing package. (b93927072187d7460974d674d8a05492ca8423a0)
Co-authored-by: Junhan Huang <robinjhuang@users.noreply.huggingface.co>
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -6,6 +6,6 @@ Pillow==9.3.0
|
|
6 |
torch==1.13.0
|
7 |
torchvision==0.14.0
|
8 |
transformers==4.25.1
|
9 |
-
triton==2.0.0.
|
10 |
xformers==0.0.13
|
11 |
clip_retrieval
|
|
|
6 |
torch==1.13.0
|
7 |
torchvision==0.14.0
|
8 |
transformers==4.25.1
|
9 |
+
triton==2.0.0.dev20221030
|
10 |
xformers==0.0.13
|
11 |
clip_retrieval
|