0.13.0 final
This commit is contained in:
parent
756799529a
commit
34bf525c89
9 changed files with 64 additions and 85 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue