- Implemented core model components in `modules.py` including various convolutional layers and normalization techniques. - Added transformation functions in `transforms.py` for piecewise rational quadratic transformations. - Created utility functions in `utils.py` for checkpoint management, logging, and hyperparameter handling. - Introduced monotonic alignment functionality with Cython optimization in `monotonic_align`. - Developed a minimal inference server in `server.py` to handle synthesis requests. - Updated requirements to include necessary dependencies for Cython and scipy.
10 lines
82 B
Plaintext
10 lines
82 B
Plaintext
go 1.26
|
|
|
|
use (
|
|
./ai-gateway
|
|
./discord-bot
|
|
./gen
|
|
./ha-gateway
|
|
./tts-gateway
|
|
)
|