mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 22:24:19 +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:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 90
|
||||
container:
|
||||
image: python:3.10-slim
|
||||
env:
|
||||
|
|
@ -23,7 +24,7 @@ jobs:
|
|||
apt-get install cuda-nvcc-11-8 cuda-libraries-dev-11-8 -y
|
||||
|
||||
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
|
||||
- name: Artifacts
|
||||
|
|
|
|||
Loading…
Reference in a new issue