Spaces:
Running on Zero
Running on Zero
MiniMaxAI/MiniMax-H3-Turbo-Lora
Browse filesfix: correct inference-api scope typo in YAML
README.md
CHANGED
|
@@ -4,7 +4,7 @@ emoji: 🎬
|
|
| 4 |
colorFrom: purple
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version: 6.
|
| 8 |
app_file: app.py
|
| 9 |
pinned: true
|
| 10 |
hf_oauth: true
|
|
@@ -211,4 +211,4 @@ pull request, [huggingface/diffusers#14371](https://github.com/huggingface/diffu
|
|
| 211 |
`665f5782` (`refs/pull/14371/head`) rather than to the moving `minimax-h3-refactor` branch.
|
| 212 |
|
| 213 |
That PR is a WIP, so it needs re-pinning whenever it updates, and `h3_split_blocks.py` — which subclasses its block
|
| 214 |
-
classes to cut the pipeline in two — has to be re-checked against the new head at the same time.
|
|
|
|
| 4 |
colorFrom: purple
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 6.26.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: true
|
| 10 |
hf_oauth: true
|
|
|
|
| 211 |
`665f5782` (`refs/pull/14371/head`) rather than to the moving `minimax-h3-refactor` branch.
|
| 212 |
|
| 213 |
That PR is a WIP, so it needs re-pinning whenever it updates, and `h3_split_blocks.py` — which subclasses its block
|
| 214 |
+
classes to cut the pipeline in two — has to be re-checked against the new head at the same time.
|