mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-03-21 20:44:47 +01:00
g
This commit is contained in:
parent
79892bc3ad
commit
50373219a8
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
|
@ -13,6 +13,6 @@ jobs:
|
||||||
PYTORCH_VERSION: "1.12"
|
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
|
||||||
./packaging/build_wheel.sh
|
./packaging/build_wheel.sh
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue