Spaces:
Running
on
A10G
Running
on
A10G
CUDA error fix attempt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -1,9 +1,11 @@
|
|
|
|
|
|
|
|
|
|
1 |
fairscale
|
2 |
ftfy
|
3 |
Pillow
|
4 |
timm
|
5 |
-
torch
|
6 |
-
torchvision
|
7 |
transformers==4.15.0
|
8 |
-e git+https://github.com/openai/CLIP.git@main#egg=clip
|
9 |
-e git+https://github.com/pharmapsychotic/BLIP.git@main#egg=blip
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
+
torch
|
3 |
+
torchvision
|
4 |
+
|
5 |
fairscale
|
6 |
ftfy
|
7 |
Pillow
|
8 |
timm
|
|
|
|
|
9 |
transformers==4.15.0
|
10 |
-e git+https://github.com/openai/CLIP.git@main#egg=clip
|
11 |
-e git+https://github.com/pharmapsychotic/BLIP.git@main#egg=blip
|