Skip to content

Commit

Permalink
Revert "fix: test ci"
Browse files Browse the repository at this point in the history
This reverts commit 979a42c.
  • Loading branch information
OrangeSodahub committed Nov 14, 2022
1 parent 979a42c commit 733d572
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 32 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,19 +154,12 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install CUDA
run: |
bash .github/workflows/cuda/cu113-Linux.sh
source .github/workflows/cuda/cu113-Linux-env.sh
nvcc --version
shell:
bash
- name: Prepare enviroment
run: |
python -m pip install --upgrade pip
python -m pip install wheel pytest pytest-cov nvidia-pyindex
{
pip install torch==1.12.0+cu113 --extra-index-url https://download.pytorch.org/whl/cu113
python -m pip install torch==1.10.0+cu111 -f https://download.pytorch.org/whl/torch_stable.html
python -m pip install git+https://github.com/HazyResearch/flash-attention.git
} || {
echo "flash attention was not installed."
Expand Down
9 changes: 0 additions & 9 deletions .github/workflows/cuda/cu113-Linux-env.sh

This file was deleted.

15 changes: 0 additions & 15 deletions .github/workflows/cuda/cu113-Linux.sh

This file was deleted.

0 comments on commit 733d572

Please sign in to comment.