multimodalart HF Staff commited on
Commit
aa18265
·
verified ·
1 Parent(s): 1688c15

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 🎵
4
  colorFrom: pink
5
  colorTo: purple
6
  sdk: gradio
7
- sdk_version: "6.16.0"
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.