mirror of
https://github.com/Nighthawk42/soprano-factory.git
synced 2026-08-30 04:30:21 +00:00
- Move hyperparameters from hardcoded script values to `config.yaml` - Replace pip requirements with `pyproject.toml` and `uv` support (CUDA 12.6) - Refactor all scripts to use `pathlib` for robust path handling - Optimize `generate_dataset.py` with GPU acceleration - Register quantizer constants as buffers for proper device mapping - Update README with new installation and usage instructions
7 lines
55 B
Plaintext
7 lines
55 B
Plaintext
__pycache__/
|
|
test.py
|
|
*.json
|
|
*.pth
|
|
dist/
|
|
*.egg-info/
|
|
.vs |