Arabi32 commited on
Commit
e8e6bde
·
verified ·
1 Parent(s): cda4eca

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -3
requirements.txt CHANGED
@@ -10,6 +10,7 @@ fastapi>=0.111.0
10
  uvicorn[standard]>=0.29.0
11
  python-multipart>=0.0.9
12
 
13
- # PyTorch CPU-only wheel (much smaller image, sufficient for inference)
14
- torch>=2.2.0
15
- torchaudio>=2.2.0
 
 
10
  uvicorn[standard]>=0.29.0
11
  python-multipart>=0.0.9
12
 
13
+ # PyTorch 2.6 changed torch.load default to weights_only=True which breaks
14
+ # Coqui's checkpoint loader — pin to the last compatible release.
15
+ torch>=2.2.0,<2.6.0
16
+ torchaudio>=2.2.0,<2.6.0