Spaces:
Runtime error
Runtime error
ameerazam08
commited on
Commit
β’
59ce571
1
Parent(s):
c9d18b2
torch version change got error RuntimeError: mat1 and mat2 must have the same dtype, but got Half and Float
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -3,4 +3,5 @@ diffusers
|
|
3 |
transformers
|
4 |
accelerate
|
5 |
safetensors
|
6 |
-
huggingface_hub
|
|
|
|
3 |
transformers
|
4 |
accelerate
|
5 |
safetensors
|
6 |
+
huggingface_hub
|
7 |
+
torch==2.2.1
|