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
# container:
# image: pytorch/manylinux-cuda113
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