Skip to content

Commit

Permalink
Update tpu_vm_setup_extract_the_code_archive.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gokceuludogan authored Feb 10, 2024
1 parent 03297c4 commit 9a37d45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions training/tpu_vm_setup_extract_the_code_archive.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

TMP_CODE_ARCHIVE_NAME=${1:-tmp-turkish-llm.tar.gz}
TMP_CODE_ARCHIVE_NAME=${1:-tmp-turna.tar.gz}

mkdir -p ~/turna && \
cd ~/turna && \
tar zxvf ~/${TMP_CODE_ARCHIVE_NAME} && \
cd -
cd -

0 comments on commit 9a37d45

Please sign in to comment.