stable-diffusion-webui-docker/.github/workflows/docker.yml
Workflow config file is invalid. Please check your config file: yaml: line 10: could not find expected ':'
AbdBarho 03510556ee xxf
2022-10-15 08:15:39 +02:00

14 lines
294 B
YAML

name: Build Xformers
on: [push]
jobs:
build:
runs-on: pytorch/manylinux-cuda113
steps:
- run: |
git clone https://github.com/facebookresearch/xformers /x
cd /x
export CU_VERSION=cu113 PYTHON_VERSION=3.10 PYTORCH_VERSION=1.12
./packaging/build_wheel.sh