another way to update requirements.txt

#4
by timail - opened

trying to handle deployment errors

with both aws and google L4 endpoints got the same error

Exit code: 3. Reason: ne'
ERROR: Could not find a version that satisfies the requirement torch==1.11.0 (from versions: 1.13.0, 1.13.1, 2.0.0, 2.0.1, 2.1.0, 2.1.1, 2.1.2, 2.2.0, 2.2.1, 2.2.2, 2.3.0, 2.3.1, 2.4.0, 2.4.1, 2.5.0, 2.5.1, 2.6.0)

tryed to chang torch version in req, got this

[Server message]Endpoint failed to start
See details
Exit code: 3. Reason: ind a version that satisfies the requirement torchaudio<1.0,>=0.10 (from pyannote-audio) (from versions: 2.0.1, 2.0.2, 2.1.0, 2.1.1, 2.1.2, 2.2.0, 2.2.1, 2.2.2, 2.3.0, 2.3.1, 2.4.0, 2.4.1, 2.5.0, 2.5.1, 2.6.0)

guess installing from git might help

also failed

× git checkout -q release/0.10.0 did not run successfully.
│ exit code: 1
╰─> See above for output.
timail changed pull request status to closed

Sign up or log in to comment