Skip to content

Commit

Permalink
fix ckpt_name in workflow for test_e2e (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
telamonian authored Aug 30, 2024
1 parent 60f735d commit df9acdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/workflow.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"4": {
"inputs": {
"ckpt_name": "v1-5-pruned-emaonly.ckpt"
"ckpt_name": "v1-5-pruned-emaonly.safetensors"
},
"class_type": "CheckpointLoaderSimple",
"_meta": {
Expand Down

0 comments on commit df9acdc

Please sign in to comment.