Skip to content

Commit

Permalink
i never was very good with combinatorial explosions
Browse files Browse the repository at this point in the history
  • Loading branch information
neggles committed Sep 26, 2023
1 parent 9e1971b commit 7740dd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/build-push-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,23 +63,14 @@ jobs:
matrix:
target:
- base
- trt
cuda:
- cu118
- cu121
torch:
- torch201
- torch210
exclude:
- target: base
cuda: cu121
torch: torch201
include:
- target: trt
cuda: cu121
torch: torch201
- target: trt
cuda: cu121
torch: torch210
- target: base
cuda: cu121
torch: nightly
Expand Down
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ target "base" {
CUDA_RELEASE = cudaRelease(cuda.version)

TORCH_INDEX = "${torch.index}/${cudaName(cuda.version)}"
TORCH_PACKAGE = "torch==${torch.version}+${cudaName(cuda.version)}"
TORCH_PACKAGE = "torch"
TRITON_PACKAGE = torch.triton
XFORMERS_PACKAGE = torch.xformers
INCLUDE_TRT = cuda.with-trt
Expand Down

0 comments on commit 7740dd9

Please sign in to comment.