Skip to content

Commit

Permalink
Build from main branch (668e87f)
Browse files Browse the repository at this point in the history
  • Loading branch information
robballantyne committed Sep 4, 2024
1 parent 09e590b commit 996e82d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
build:
# Undeclared release tag finds latest from GitHub tags
- {latest: "true", forge: "v1.7.0d", python: "3.10", pytorch: "2.4.0"}
- {latest: "false", forge: "668e87f", python: "3.10", pytorch: "2.4.0"}
steps:
-
name: Free Space
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
matrix:
build:
# Undeclared release tag finds latest from GitHub tags
- {latest: "true", webui: "v1.7.0d", python: "3.10", pytorch: "2.4.0", cuda: "12.1.1-base"}
- {latest: "false", webui: "668e87f", python: "3.10", pytorch: "2.4.0", cuda: "12.1.1-base"}

steps:
-
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
fail-fast: false
matrix:
build:
- {latest: "true", webui: "v1.7.0d", python: "3.10", pytorch: "2.3.1", rocm: "6.0-core"}
- {latest: "false", webui: "668e87f", python: "3.10", pytorch: "2.3.1", rocm: "6.0-core"}
steps:
-
name: Free Space
Expand Down

0 comments on commit 996e82d

Please sign in to comment.