Skip to content

Commit

Permalink
remove debug information
Browse files Browse the repository at this point in the history
  • Loading branch information
liu-shaojun authored Aug 14, 2024
1 parent 1d67e04 commit f2c7791
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/llm_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ jobs:
scripts_dir="$python_dir/Scripts"
# Set environment variables
echo "PYTHON_PATH=$python_path" >> $GITHUB_ENV
echo "PYTHON_DIR=$python_dir" >> $GITHUB_ENV
echo "SCRIPTS_DIR=$scripts_dir" >> $GITHUB_ENV
Expand All @@ -235,26 +234,18 @@ jobs:
shell: powershell
run: |
# Retrieve environment variables
$pythonPath = $env:PYTHON_PATH
$pythonDir = $env:PYTHON_DIR
$scriptsDir = $env:SCRIPTS_DIR
# Update PATH
$env:PATH = "$pythonDir;$scriptsDir;$env:PATH"
# Print PATH and verify Python
echo "Current PATH: $env:PATH"
& $pythonPath --version
& $pythonPath -m pip --version
pip list
# Run tests
llm-cli.ps1 -t $env:THREAD_NUM -n 256 -x llama -m $env:LLAMA_INT4_CKPT_PATH -p 'Once upon a time,'
llm-cli.ps1 -t $env:THREAD_NUM -n 256 -x gptneox -m $env:GPTNEOX_INT4_CKPT_PATH -p 'Once upon a time,'
llm-cli.ps1 -t $env:THREAD_NUM -n 256 -x bloom -m $env:BLOOM_INT4_CKPT_PATH -p 'Once upon a time,'
# llm-cli.ps1 -t $env:THREAD_NUM -x starcoder -m $env:STARCODER_INT4_CKPT_PATH -p 'def check_odd('
- name: Run LLM inference test
shell: bash
run: |
Expand Down

0 comments on commit f2c7791

Please sign in to comment.