This commit is contained in:
AbdBarho 2022-10-14 15:58:50 +02:00
parent 86999b115b
commit 186f169c6c

View file

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