Skip to content

Commit

Permalink
Update daily-run-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zhulinJulia24 committed Jun 24, 2024
1 parent 1fa62c4 commit 31f7278
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/daily-run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
conda create -y --name ${{env.CONDA_ENV}} python=3.10
conda activate ${{env.CONDA_ENV}}
pip install torch torchvision torchaudio --cache-dir ${{env.PIP_CACHE_PATH}} --index-url https://download.pytorch.org/whl/cu118
pip install /cpfs01/user/qa-llm-cicd/packages/flash_attn-*.whl
conda info --envs
- name: Prepare - Pip install code
run: |
Expand Down

0 comments on commit 31f7278

Please sign in to comment.