Fix safetensors version conflict with transformers 4.46.3
All checks were successful
Build ROCm Image / build (push) Successful in 14m11s
All checks were successful
Build ROCm Image / build (push) Successful in 14m11s
transformers 4.46.3 requires safetensors>=0.4.1, not ==0.4.0. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -7,7 +7,7 @@ pyloudnorm
|
||||
# ML dependencies (pinned to match chatterbox without overwriting ROCm torch)
|
||||
transformers==4.46.3
|
||||
diffusers==0.29.0
|
||||
safetensors==0.4.0
|
||||
safetensors>=0.4.1
|
||||
huggingface-hub
|
||||
omegaconf
|
||||
|
||||
|
||||
Reference in New Issue
Block a user