0.13.0 final

This commit is contained in:
matatonic 2024-06-25 17:20:28 -04:00
parent 756799529a
commit 34bf525c89
9 changed files with 64 additions and 85 deletions

View file

@ -12,7 +12,7 @@ spacy==3.7.4
# Re: https://github.com/pytorch/pytorch/issues/121834
torch==2.2.2; sys_platform != "darwin"
torchaudio; sys_platform != "darwin"
# for MPS accelerated torch on Mac
# for MPS accelerated torch on Mac - doesn't work yet, incomplete support in torch and torchaudio
torch==2.2.2; --index-url https://download.pytorch.org/whl/cpu; sys_platform == "darwin"
torchaudio==2.2.2; --index-url https://download.pytorch.org/whl/cpu; sys_platform == "darwin"