mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-03-21 20:44:47 +01:00
l
This commit is contained in:
parent
b6d64226cf
commit
b5b972d4d8
3
.github/workflows/xformers.yml
vendored
3
.github/workflows/xformers.yml
vendored
|
|
@ -6,6 +6,7 @@ on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
timeout-minutes: 90
|
||||||
container:
|
container:
|
||||||
image: python:3.10-slim
|
image: python:3.10-slim
|
||||||
env:
|
env:
|
||||||
|
|
@ -23,7 +24,7 @@ jobs:
|
||||||
apt-get install cuda-nvcc-11-8 cuda-libraries-dev-11-8 -y
|
apt-get install cuda-nvcc-11-8 cuda-libraries-dev-11-8 -y
|
||||||
|
|
||||||
export PIP_CACHE_DIR=$(pwd)/cache
|
export PIP_CACHE_DIR=$(pwd)/cache
|
||||||
pip install ninja install torch --extra-index-url https://download.pytorch.org/whl/cu113
|
pip install install torch --extra-index-url https://download.pytorch.org/whl/cu113
|
||||||
|
|
||||||
pip wheel --wheel-dir=data git+https://github.com/facebookresearch/xformers.git@ba93c5012d00bd1b010514a7bc9bd938c1ad6149#egg=xformers
|
pip wheel --wheel-dir=data git+https://github.com/facebookresearch/xformers.git@ba93c5012d00bd1b010514a7bc9bd938c1ad6149#egg=xformers
|
||||||
- name: Artifacts
|
- name: Artifacts
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue