Spaces:
Running
on
A10G
Running
on
A10G
pin numpy version
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -2,6 +2,7 @@ accelerate==0.18.0
|
|
2 |
diffusers==0.17.1
|
3 |
torch==2.0.1
|
4 |
transformers==4.30.2
|
|
|
5 |
hydra-core
|
6 |
matplotlib
|
7 |
pandas
|
@@ -9,6 +10,5 @@ tqdm
|
|
9 |
Pillow
|
10 |
ftfy
|
11 |
regex
|
12 |
-
numpy
|
13 |
clip @ git+https://github.com/openai/CLIP.git
|
14 |
fabric @ git+https://github.com/sd-fabric/fabric.git
|
|
|
2 |
diffusers==0.17.1
|
3 |
torch==2.0.1
|
4 |
transformers==4.30.2
|
5 |
+
numpy==1.24.2
|
6 |
hydra-core
|
7 |
matplotlib
|
8 |
pandas
|
|
|
10 |
Pillow
|
11 |
ftfy
|
12 |
regex
|
|
|
13 |
clip @ git+https://github.com/openai/CLIP.git
|
14 |
fabric @ git+https://github.com/sd-fabric/fabric.git
|