Instructions to use Ccjfeaic/Octa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ESPnet
How to use Ccjfeaic/Octa with ESPnet:
unknown model type (must be text-to-speech or automatic-speech-recognition)
- Notebooks
- Google Colab
- Kaggle
Georg michelle commited on
Create configuration_octagon.py
Browse files- configuration_octagon.py +3 -0
configuration_octagon.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
from .modeling_octagon import OctagonConfig
|
| 2 |
+
|
| 3 |
+
__all__ = ['OctagonConfig']
|