Skip to content

Commit 96670c0

Browse files
committed
don't download to checkpoints directly
Signed-off-by: Eli Uriegas <[email protected]>
1 parent 1647a74 commit 96670c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/scripts/download_llama.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ download_checkpoint() {
1414
local repo_name=$1
1515
local include=$2
1616
# basically just removes the org in <org>/<repo>
17-
local local_dir="checkpoints/$(basename "${repo_name}")"
17+
local local_dir="checkpoints/${repo_name}"
1818

1919
mkdir -p "${local_dir}"
2020
huggingface-cli download \

0 commit comments

Comments
 (0)