Skip to content

Commit

Permalink
fix: test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
OrangeSodahub committed Nov 11, 2022
1 parent 5cedb3d commit 0ed3c3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,9 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Prepare enviroment
run: |
nvcc -V
python -m pip install --upgrade pip
python -m pip install torch==1.7.1+cu110 torchvision==0.8.2+cu110 torchaudio==0.7.2 -f https://download.pytorch.org/whl/torch_stable.html
python -m pip install wheel pytest pytest-cov nvidia-pyindex
python -m pip install git+https://github.com/HazyResearch/flash-attention.git
pip install -e "client/[test]"
Expand Down

0 comments on commit 0ed3c3a

Please sign in to comment.