Spaces:
Running on Zero
Running on Zero
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,7 +4,7 @@ emoji: 🎵
|
|
| 4 |
colorFrom: pink
|
| 5 |
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
suggested_hardware: zero-a10g
|
|
@@ -21,4 +21,4 @@ chips, structured-caption fields per the official prompting guide) that drives G
|
|
| 21 |
- AoTI kernels: `diffusers-internal-dev/MiniMax-Music3-aoti` (compiled on RTX Pro 6000, matching ZeroGPU hardware)
|
| 22 |
- Generation streams chunk by chunk with a configurable playback headroom. The 8B language-model stage runs eager
|
| 23 |
on ZeroGPU (its JIT StaticCache ladder needs a persistent process); AoTI-exporting the LM decode step per cache
|
| 24 |
-
bucket is the follow-up that brings the extra ~1.9x.
|
|
|
|
| 4 |
colorFrom: pink
|
| 5 |
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 6.24.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
suggested_hardware: zero-a10g
|
|
|
|
| 21 |
- AoTI kernels: `diffusers-internal-dev/MiniMax-Music3-aoti` (compiled on RTX Pro 6000, matching ZeroGPU hardware)
|
| 22 |
- Generation streams chunk by chunk with a configurable playback headroom. The 8B language-model stage runs eager
|
| 23 |
on ZeroGPU (its JIT StaticCache ladder needs a persistent process); AoTI-exporting the LM decode step per cache
|
| 24 |
+
bucket is the follow-up that brings the extra ~1.9x.
|