Skip to content

Commit

Permalink
update yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cookiehunter authored Nov 18, 2022
1 parent 5fbd0f1 commit 75eae10
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
include:
- os-version: ubuntu-latest
- os-version: ubuntu-18.04
python-version: '3.8'
cuda-version: '11.3.1'
torch-install-command: 'torch==1.11.0+cu113 torchvision==0.12.0+cu113 --extra-index-url https://download.pytorch.org/whl/cu113'
Expand All @@ -28,11 +28,6 @@ jobs:
id: python
with:
python-version: ${{ matrix.python-version }}
- uses: egor-tensin/setup-gcc@v1
id: gcc
with:
version: latest
platform: x64
- id: prepare-build
run: |
git clone https://github.com/facebookresearch/xformers.git
Expand Down

0 comments on commit 75eae10

Please sign in to comment.