Skip to content

Commit

Permalink
fix final rm
Browse files Browse the repository at this point in the history
Signed-off-by: Eli Uriegas <[email protected]>
  • Loading branch information
seemethere committed Apr 23, 2024
1 parent d431a7a commit a8a7225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/scripts/download_llama.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ normalize_llama_checkpoint() {
mkdir -p "${local_dir}"
mv "${local_dir}"/original/* "${local_dir}/"
mv "${local_dir}/consolidated.00.pth" "${local_dir}/model.pth"
rmdir -f "${local_dir/original/}"
rm -rf "${local_dir}"/original/
}

# install huggingface-cli if not already installed
Expand Down

0 comments on commit a8a7225

Please sign in to comment.