Skip to content

Commit

Permalink
Small syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscilloscope98 committed Oct 9, 2023
1 parent 3c12a05 commit 4165a1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/llm_performance_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:
ANALYTICS_ZOO_ROOT: ${{ github.workspace }}

- name: Download LLMs
shell: bash
run: |
if [ ! -d $LLAMA2_7B_ORIGIN_PATH ]; then
echo "Directory $LLAMA2_7B_ORIGIN_PATH not found. Downloading from FTP server..."
wget -r -nH --no-verbose --cut-dirs=1 $LLM_FTP_URL/llm/Llama-2-7b-chat-hf" -P $ORIGIN_DIR
Expand Down Expand Up @@ -121,6 +123,8 @@ jobs:
bash python/llm/test/run-llm-install-tests.sh
- name: Download LLMs
shell: bash
run: |
if [ ! -d $LLAMA2_7B_ORIGIN_PATH ]; then
echo "Directory $LLAMA2_7B_ORIGIN_PATH not found. Downloading from FTP server..."
wget -r -nH --no-verbose --cut-dirs=1 $LLM_FTP_URL/llm/Llama-2-7b-chat-hf" -P $ORIGIN_DIR
Expand Down

0 comments on commit 4165a1a

Please sign in to comment.