mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-08-16 00:16:39 +08:00
Update transformers version in requirements.txt
Newest version contains a version check which prevents error: AttributeError: module 'torch.distributed' has no attribute 'is_initialized' when used with PyTorch with ROCm on Windows.
This commit is contained in:
parent
5be6fd09ff
commit
d4e613fef9
@ -7,7 +7,7 @@ torchvision
|
|||||||
torchaudio
|
torchaudio
|
||||||
numpy>=1.25.0
|
numpy>=1.25.0
|
||||||
einops
|
einops
|
||||||
transformers>=4.37.2
|
transformers>=4.54.1
|
||||||
tokenizers>=0.13.3
|
tokenizers>=0.13.3
|
||||||
sentencepiece
|
sentencepiece
|
||||||
safetensors>=0.4.2
|
safetensors>=0.4.2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user