Skip to content

Commit

Permalink
don't download to checkpoints directly
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 0c44c7a commit 1936561
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 @@ -14,7 +14,7 @@ download_checkpoint() {
local repo_name=$1
local include=$2
# basically just removes the org in <org>/<repo>
local local_dir="checkpoints/$(basename "${repo_name}")"
local local_dir="checkpoints/${repo_name}"

mkdir -p "${local_dir}"
huggingface-cli download \
Expand Down

0 comments on commit 1936561

Please sign in to comment.