Skip to content

Commit 2fd564e

Browse files
authored
Merge pull request #1176 from pytorch/fix_model_name_typo
2 parents 0738caa + b042ca7 commit 2fd564e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/modules/hub.py

+1-1
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)