run on bare metal

This commit is contained in:
AbdBarho 2022-10-14 15:50:51 +02:00
parent 4f30dc5bc9
commit 79892bc3ad

View file

@ -4,10 +4,15 @@ on: [push]
jobs: jobs:
build: build:
runs-on: pytorch/manylinux-cuda113 runs-on: ubuntu-latest
# container:
# image: pytorch/manylinux-cuda113
env:
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
cd /x cd /x
export CU_VERSION=cu113 PYTHON_VERSION=3.10 PYTORCH_VERSION=1.12
./packaging/build_wheel.sh ./packaging/build_wheel.sh