mirror of
https://github.com/wassname/TTS.git
synced 2026-09-09 11:16:00 +08:00
Use fsspec and torch for embedding file IO (#1581)
* Use fsspec and torch for embedding file * Fixup * Fix load and save files * Fix compute embedding script * Set use_cuda to true if available * Add dummy speakers.pth file * Make style * Change default speakers file extension Co-authored-by: WeberJulian <julian.weber@hotmail.fr>
This commit is contained in:
co-authored by
WeberJulian
parent
b6bd74a9a9
commit
f70e82cd19
@@ -117,6 +117,7 @@ venv.bak/
|
||||
# pytorch models
|
||||
*.pth
|
||||
*.pth.tar
|
||||
!dummy_speakers.pth
|
||||
result/
|
||||
|
||||
# setup.py
|
||||
|
||||
Reference in New Issue
Block a user