2smoker2 commited on
Commit
c291afc
·
verified ·
1 Parent(s): 9a76d67

MiniMaxAI/MiniMax-H3-Turbo-Lora

Browse files

fix: correct inference-api scope typo in YAML

Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 🎬
4
  colorFrom: purple
5
  colorTo: indigo
6
  sdk: gradio
7
- sdk_version: 6.25.0
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.