Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .github/workflows/test-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,3 @@ jobs:
path-to-profile: cover.out
working-directory: ${{ env.GOPATH }}/src/github.com/kubeflow/trainer
parallel: true

finish:
needs: test
runs-on: ubuntu-latest
steps:
- uses: shogo82148/actions-goveralls@v1
with:
parallel-finished: true
2 changes: 1 addition & 1 deletion cmd/trainer-controller-manager/Dockerfile.multiarch
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ WORKDIR /
COPY ./manager-${TARGETARCH} ./manager
USER 65532:65532

ENTRYPOINT ["/manager"]
ENTRYPOINT ["/manager"]
2 changes: 1 addition & 1 deletion manifests/component_metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
releases:
- name: Kubeflow Trainer
version: "2.0.0"
repoUrl: https://github.com/kubeflow/trainer
repoUrl: https://github.com/kubeflow/trainer
2 changes: 1 addition & 1 deletion manifests/rhoai/runtimes/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ resources:
- torch_cuda_241.yaml
- torch_cuda_251.yaml
- torch_rocm_241.yaml
- torch_rocm_251.yaml
- torch_rocm_251.yaml
1 change: 0 additions & 1 deletion manifests/rhoai/runtimes/torch_cuda_241.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@ spec:
containers:
- name: node
image: quay.io/modh/training:py311-cuda121-torch241

1 change: 0 additions & 1 deletion manifests/rhoai/runtimes/torch_cuda_251.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@ spec:
containers:
- name: node
image: quay.io/modh/training:py311-cuda124-torch251

1 change: 0 additions & 1 deletion manifests/rhoai/runtimes/torch_rocm_241.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@ spec:
containers:
- name: node
image: quay.io/modh/training:py311-rocm62-torch241

Loading