Instructions to use stabilityai/stable-audio-3-optimized with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Stable Audio 3
How to use stabilityai/stable-audio-3-optimized with Stable Audio 3:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
cpu-amx: consistent <model>_<precision> filenames (t5gemma_bf16, dit_medium_int8, same_*_encoder_bf16)
Browse files- .gitattributes +4 -0
- cpu-amx/{dit_medium.so β dit_medium_int8.so} +0 -0
- cpu-amx/{dit_medium_core.bin β dit_medium_int8_core.bin} +0 -0
- cpu-amx/{dit_medium_core_manifest.txt β dit_medium_int8_core_manifest.txt} +0 -0
- cpu-amx/{dit_medium_kernels.tar.gz β dit_medium_int8_kernels.tar.gz} +0 -0
- cpu-amx/{same_l_encoder.so β same_l_encoder_bf16.so} +0 -0
- cpu-amx/{same_l_encoder_weights.bin β same_l_encoder_bf16_weights.bin} +0 -0
- cpu-amx/{same_l_encoder_weights_f32.bin β same_l_encoder_bf16_weights_f32.bin} +0 -0
- cpu-amx/{same_l_encoder_weights_f32_manifest.txt β same_l_encoder_bf16_weights_f32_manifest.txt} +0 -0
- cpu-amx/{same_l_encoder_weights_manifest.txt β same_l_encoder_bf16_weights_manifest.txt} +0 -0
- cpu-amx/{same_s_encoder.so β same_s_encoder_bf16.so} +0 -0
- cpu-amx/{same_s_encoder_weights.bin β same_s_encoder_bf16_weights.bin} +0 -0
- cpu-amx/{same_s_encoder_weights_manifest.txt β same_s_encoder_bf16_weights_manifest.txt} +0 -0
- cpu-amx/{t5gemma.so β t5gemma_bf16.so} +0 -0
- cpu-amx/{t5gemma_weights.bin β t5gemma_bf16_weights.bin} +0 -0
- cpu-amx/{t5gemma_weights_manifest.txt β t5gemma_bf16_weights_manifest.txt} +0 -0
.gitattributes
CHANGED
|
@@ -47,3 +47,7 @@ cpu-amx/same_s_decoder_bf16.so filter=lfs diff=lfs merge=lfs -text
|
|
| 47 |
cpu-amx/same_s_decoder_int8.so filter=lfs diff=lfs merge=lfs -text
|
| 48 |
cpu-amx/same_s_encoder.so filter=lfs diff=lfs merge=lfs -text
|
| 49 |
cpu-amx/t5gemma.so filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
cpu-amx/same_s_decoder_int8.so filter=lfs diff=lfs merge=lfs -text
|
| 48 |
cpu-amx/same_s_encoder.so filter=lfs diff=lfs merge=lfs -text
|
| 49 |
cpu-amx/t5gemma.so filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
cpu-amx/t5gemma_bf16.so filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
cpu-amx/dit_medium_int8.so filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
cpu-amx/same_s_encoder_bf16.so filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
cpu-amx/same_l_encoder_bf16.so filter=lfs diff=lfs merge=lfs -text
|
cpu-amx/{dit_medium.so β dit_medium_int8.so}
RENAMED
|
File without changes
|
cpu-amx/{dit_medium_core.bin β dit_medium_int8_core.bin}
RENAMED
|
File without changes
|
cpu-amx/{dit_medium_core_manifest.txt β dit_medium_int8_core_manifest.txt}
RENAMED
|
File without changes
|
cpu-amx/{dit_medium_kernels.tar.gz β dit_medium_int8_kernels.tar.gz}
RENAMED
|
File without changes
|
cpu-amx/{same_l_encoder.so β same_l_encoder_bf16.so}
RENAMED
|
File without changes
|
cpu-amx/{same_l_encoder_weights.bin β same_l_encoder_bf16_weights.bin}
RENAMED
|
File without changes
|
cpu-amx/{same_l_encoder_weights_f32.bin β same_l_encoder_bf16_weights_f32.bin}
RENAMED
|
File without changes
|
cpu-amx/{same_l_encoder_weights_f32_manifest.txt β same_l_encoder_bf16_weights_f32_manifest.txt}
RENAMED
|
File without changes
|
cpu-amx/{same_l_encoder_weights_manifest.txt β same_l_encoder_bf16_weights_manifest.txt}
RENAMED
|
File without changes
|
cpu-amx/{same_s_encoder.so β same_s_encoder_bf16.so}
RENAMED
|
File without changes
|
cpu-amx/{same_s_encoder_weights.bin β same_s_encoder_bf16_weights.bin}
RENAMED
|
File without changes
|
cpu-amx/{same_s_encoder_weights_manifest.txt β same_s_encoder_bf16_weights_manifest.txt}
RENAMED
|
File without changes
|
cpu-amx/{t5gemma.so β t5gemma_bf16.so}
RENAMED
|
File without changes
|
cpu-amx/{t5gemma_weights.bin β t5gemma_bf16_weights.bin}
RENAMED
|
File without changes
|
cpu-amx/{t5gemma_weights_manifest.txt β t5gemma_bf16_weights_manifest.txt}
RENAMED
|
File without changes
|