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
renzhc
diffusers_dcu
Commits
725ead2f
Unverified
Commit
725ead2f
authored
Apr 30, 2024
by
Dhruv Nair
Committed by
GitHub
Apr 30, 2024
Browse files
SSH Runner Workflow Update (#7822)
* add debug workflow * update
parent
26a7851e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
13 deletions
+4
-13
.github/workflows/ssh-runner.yml
.github/workflows/ssh-runner.yml
+4
-13
No files found.
.github/workflows/ssh-runner.yml
View file @
725ead2f
...
...
@@ -28,19 +28,10 @@ jobs:
options
:
--gpus all --privileged --ipc host -v /mnt/cache/.cache/huggingface:/mnt/cache/
steps
:
-
name
:
Update clone
working-directory
:
/diffusers
run
:
|
git fetch && git checkout ${{ github.sha }}
-
name
:
Cleanup
working-directory
:
/diffusers
run
:
|
rm -rf tests/__pycache__
rm -rf tests/models/__pycache__
rm -rf reports
-
name
:
Show installed libraries and their versions
working-directory
:
/diffusers
run
:
pip freeze
-
name
:
Checkout diffusers
uses
:
actions/checkout@v3
with
:
fetch-depth
:
2
-
name
:
NVIDIA-SMI
run
:
|
...
...
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