This commit is contained in:
AbdBarho 2022-10-14 16:00:59 +02:00
parent cc57c6ef4a
commit 8c8d467755

View file

@ -13,10 +13,11 @@ jobs:
CU_VERSION: cu113 CU_VERSION: cu113
PYTHON_VERSION: "3.10" PYTHON_VERSION: "3.10"
PYTORCH_VERSION: "1.12" PYTORCH_VERSION: "1.12"
DEBIAN_FRONTEND: noninteractive
steps: steps:
- run: | - run: |
apt-get update apt-get update
apt-get install git apt-get install git -y
git clone https://github.com/facebookresearch/xformers x git clone https://github.com/facebookresearch/xformers x
cd x cd x
./packaging/build_wheel.sh ./packaging/build_wheel.sh