mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-04 06:34:19 +01:00
19 lines
373 B
YAML
19 lines
373 B
YAML
name: Build Xformers
|
|
|
|
on: [push]
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
# container:
|
|
# image: pytorch/manylinux-cuda113
|
|
env:
|
|
CU_VERSION: cu113
|
|
PYTHON_VERSION: "3.10"
|
|
PYTORCH_VERSION: "1.12"
|
|
steps:
|
|
- run: |
|
|
git clone https://github.com/facebookresearch/xformers /x
|
|
cd /x
|
|
./packaging/build_wheel.sh
|