Skip to content

Commit b042ca7

Browse files
committed
fix: fix the model name typo error
Signed-off-by: Bo Wang <[email protected]>
1 parent 1a22204 commit b042ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/modules/hub.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"model": cm.ModuleFallbackMain(),
8989
"path": "script"
9090
},
91-
"loop_fallback": {
91+
"loop_fallback_eval": {
9292
"model": cm.LoopFallbackEval(),
9393
"path": "script"
9494
},

0 commit comments

Comments
 (0)