vall-e/docs/ext.md

7 lines
320 B
Markdown
Raw Normal View History

2024-11-05 22:11:01 +00:00
# `ext/*`
This folder handles external model implementations, where the code is not easily offered as a package.
Currently, this just includes code for a RetNet, offered as a TorchScale-compatible implementation, or a HuggingFace-compatible implementation.
Comments and attributions are under its `__init__.py`.