Files
Bhadra 8a4584ff04 feat: uv migration with one-command install + CI smoke test (#1349)
* 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>
2025-09-23 09:21:53 +02:00

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/