Skip to content

Commit b1f53ce

Browse files
committed
more fixes
1 parent 6a8d921 commit b1f53ce

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.ci/scripts/validate.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -321,10 +321,9 @@ function run_eval_sanity_check(){
321321
CHECKPOINT_PATH="$1"
322322
TARGET_DEVICE="${2:-cpu}"
323323
PROMPT="Hello, my name is"
324+
DTYPES="${4:-default}"
324325

325-
DTYPES="${3:-default}"
326-
327-
if [ "$#" -gt 3 ]; then
326+
if [ "$#" -gt 2 ]; then
328327
# Additional arguments provided
329328
for arg in "${@:3}"; do
330329
case "$arg" in

0 commit comments

Comments
 (0)