Skip to content

Commit

Permalink
fix(tests/hunyuanvideo-lora): typo in id token (#237)
Browse files Browse the repository at this point in the history
* fix(tests/hunyuanvideo-lora): typo in id token

* fix: typo

---------

Co-authored-by: Sayak Paul <[email protected]>
  • Loading branch information
badayvedat and sayakpaul authored Jan 22, 2025
1 parent 0303f51 commit 3eb9f8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/scripts/dummy_hunyuanvideo_lora.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ model_cmd="--model_name hunyuan_video \
dataset_cmd="--data_root $DATA_ROOT \
--video_column $VIDEO_COLUMN \
--caption_column $CAPTION_COLUMN \
--id_token afkx \
--id_token $ID_TOKEN \
--video_resolution_buckets 24x512x768 \
--caption_dropout_p 0.05"

Expand Down
2 changes: 1 addition & 1 deletion tests/test_model_runs_minimally_lora.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ fi
# Run models
######################################################

Define models to test
# Define models to test
models=("dummy_ltx_video_lora" "dummy_cogvideox_lora" "dummy_hunyuanvideo_lora")
for model_script in "${models[@]}"; do
echo "Running $model_script test..."
Expand Down

0 comments on commit 3eb9f8a

Please sign in to comment.