Require safetensors library to be at least 0.4.2 for fp8 support.
This commit is contained in:
parent
a82fae2375
commit
4134564dc1
|
@ -3,7 +3,7 @@ torchsde
|
||||||
torchvision
|
torchvision
|
||||||
einops
|
einops
|
||||||
transformers>=4.25.1
|
transformers>=4.25.1
|
||||||
safetensors>=0.3.0
|
safetensors>=0.4.2
|
||||||
aiohttp
|
aiohttp
|
||||||
pyyaml
|
pyyaml
|
||||||
Pillow
|
Pillow
|
||||||
|
|
Loading…
Reference in New Issue