Skip to content

Commit e222eaa

Browse files
committed
model_ckpt_conversion: use python module, enable gcloud checkpoint downloading
1 parent 5c398f6 commit e222eaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jetstream/tools/maxtext/model_ckpt_conversion.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ else
6969

7070
path_parts=(${CHKPT_BUCKET//\// })
7171
directory_substring=${path_parts[-1]}
72-
CONVERT_CKPT_SCRIPT="llama_or_mistral_ckpt.py"
72+
CONVERT_CKPT_SCRIPT="llama_or_mistral_ckpt"
7373

7474
if [[ ! -z "${LORA_INPUT_ADAPTERS_PATH}" ]]; then
7575
lora_local_path="/tmp/"

0 commit comments

Comments
 (0)