We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c398f6 commit e222eaaCopy full SHA for e222eaa
1 file changed
jetstream/tools/maxtext/model_ckpt_conversion.sh
@@ -69,7 +69,7 @@ else
69
70
path_parts=(${CHKPT_BUCKET//\// })
71
directory_substring=${path_parts[-1]}
72
- CONVERT_CKPT_SCRIPT="llama_or_mistral_ckpt.py"
+ CONVERT_CKPT_SCRIPT="llama_or_mistral_ckpt"
73
74
if [[ ! -z "${LORA_INPUT_ADAPTERS_PATH}" ]]; then
75
lora_local_path="/tmp/"
0 commit comments