mirror of
https://github.com/CorentinJ/Real-Time-Voice-Cloning.git
synced 2026-03-26 18:58:52 +00:00
* update: port to uv and add ci tests * fix: ci test adding missing deps * chore: remove requirments.txt to only support uv only * fix: remove unnecessary cuda extra * feat: py & numpy version bump * fix: Updated gitignore with newer saved models path * fix: Numpy dtype update * fix: Torch device selection * feat: Readme update --------- Co-authored-by: CorentinJ <corentin.jemine@gmail.com>
24 lines
243 B
Plaintext
24 lines
243 B
Plaintext
*.pyc
|
|
*.aux
|
|
*.log
|
|
*.out
|
|
*.synctex.gz
|
|
*.suo
|
|
*__pycache__
|
|
*.idea
|
|
*.ipynb_checkpoints
|
|
*.pickle
|
|
*.npy
|
|
*.blg
|
|
*.bbl
|
|
*.bcf
|
|
*.toc
|
|
*.wav
|
|
*.sh
|
|
encoder/saved_models/*
|
|
synthesizer/saved_models/*
|
|
vocoder/saved_models/*
|
|
saved_models/*
|
|
.venv/
|
|
.pytest_cache/
|