Skip to content

Commit

Permalink
runner
Browse files Browse the repository at this point in the history
  • Loading branch information
parambole committed Jul 25, 2024
1 parent e048add commit ef6dfe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/UploadDockerImages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:

jobs:
build-image:
runs-on: ["self-hosted", "e2"]
runs-on: ["self-hosted", "e2", "cpu"]
steps:
- uses: actions/checkout@v3
- name: build jax stable stack image
Expand Down
2 changes: 1 addition & 1 deletion requirements_with_jax_stable_stack.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Requirements for Building the MaxDifussion Docker Image
# These requirements are additional to the dependencies present in the JAX SS base image.
# These requirements are additional to the dependencies present in the JAX Stable Stack base image.
absl-py
transformers>=4.25.1
datasets
Expand Down

0 comments on commit ef6dfe0

Please sign in to comment.