Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
ComfyUI
Commits
d4380f3a
Commit
d4380f3a
authored
Aug 14, 2023
by
comfyanonymous
Browse files
Add option to use different xformers version in the github workflow.
parent
06681ee0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
.github/workflows/windows_release_cu118_dependencies_2.yml
.github/workflows/windows_release_cu118_dependencies_2.yml
+8
-1
No files found.
.github/workflows/windows_release_cu118_dependencies_2.yml
View file @
d4380f3a
...
...
@@ -2,6 +2,13 @@ name: "Windows Release cu118 dependencies 2"
on
:
workflow_dispatch
:
inputs
:
xformers
:
description
:
'
xformers
version'
required
:
true
type
:
string
default
:
"
xformers"
# push:
# branches:
# - master
...
...
@@ -17,7 +24,7 @@ jobs:
-
shell
:
bash
run
:
|
python -m pip wheel --no-cache-dir torch torchvision torchaudio xformers --extra-index-url https://download.pytorch.org/whl/cu118 -r requirements.txt pygit2 -w ./temp_wheel_dir
python -m pip wheel --no-cache-dir torch torchvision torchaudio
${{ inputs.
xformers
}}
--extra-index-url https://download.pytorch.org/whl/cu118 -r requirements.txt pygit2 -w ./temp_wheel_dir
python -m pip install --no-cache-dir ./temp_wheel_dir/*
echo installed basic
ls -lah temp_wheel_dir
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment