This commit is contained in:
AbdBarho 2022-10-14 15:57:20 +02:00
parent 50373219a8
commit 86999b115b

View file

@ -7,10 +7,12 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
# container: # container:
# image: pytorch/manylinux-cuda113 # image: pytorch/manylinux-cuda113
env: container:
CU_VERSION: cu113 image: debian:stable-slim
PYTHON_VERSION: "3.10" env:
PYTORCH_VERSION: "1.12" CU_VERSION: cu113
PYTHON_VERSION: "3.10"
PYTORCH_VERSION: "1.12"
steps: steps:
- run: | - run: |
git clone https://github.com/facebookresearch/xformers x git clone https://github.com/facebookresearch/xformers x