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
2 changes: 1 addition & 1 deletion tools/pytorchjob-generator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ helm search repo AppWrapper
You should see output similar to the following:
```sh
NAME CHART VERSION APP VERSION DESCRIPTION
mlbatch/pytorchjob-generator 1.1.3 v1beta2 An AppWrapper generator for PyTorchJobs
mlbatch/pytorchjob-generator 1.1.4 v1beta2 An AppWrapper generator for PyTorchJobs
```

## Configuring the Job
Expand Down
2 changes: 1 addition & 1 deletion tools/pytorchjob-generator/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: pytorchjob-generator
description: An AppWrapper generator for PyTorchJobs
type: application
version: 1.1.3
version: 1.1.4
appVersion: "v1beta2"
2 changes: 1 addition & 1 deletion tools/pytorchjob-generator/chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

An AppWrapper generator for PyTorchJobs

![Version: 1.1.3](https://img.shields.io/badge/Version-1.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1beta2](https://img.shields.io/badge/AppVersion-v1beta2-informational?style=flat-square)
![Version: 1.1.4](https://img.shields.io/badge/Version-1.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1beta2](https://img.shields.io/badge/AppVersion-v1beta2-informational?style=flat-square)

## Overview

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Adding Volume Mounts:
kind: AppWrapper
metadata:
annotations:
workload.codeflare.dev.mlbatch/pytorchGeneratorVersion: 1.1.3
workload.codeflare.dev.mlbatch/pytorchGeneratorVersion: 1.1.4
labels:
kueue.x-k8s.io/queue-name: default-queue
name: my-job
Expand Down Expand Up @@ -143,7 +143,7 @@ Adding initContainers:
kind: AppWrapper
metadata:
annotations:
workload.codeflare.dev.mlbatch/pytorchGeneratorVersion: 1.1.3
workload.codeflare.dev.mlbatch/pytorchGeneratorVersion: 1.1.4
labels:
kueue.x-k8s.io/queue-name: default-queue
name: my-job
Expand Down Expand Up @@ -288,7 +288,7 @@ AppWrapper metadata should match snapshot:
kind: AppWrapper
metadata:
annotations:
workload.codeflare.dev.mlbatch/pytorchGeneratorVersion: 1.1.3
workload.codeflare.dev.mlbatch/pytorchGeneratorVersion: 1.1.4
labels:
kueue.x-k8s.io/queue-name: default-queue
name: my-job
Expand Down Expand Up @@ -407,7 +407,7 @@ AppWrapper spec should match snapshot:
kind: AppWrapper
metadata:
annotations:
workload.codeflare.dev.mlbatch/pytorchGeneratorVersion: 1.1.3
workload.codeflare.dev.mlbatch/pytorchGeneratorVersion: 1.1.4
labels:
kueue.x-k8s.io/queue-name: default-queue
name: my-job
Expand Down Expand Up @@ -526,7 +526,7 @@ Enabling NVMe:
kind: AppWrapper
metadata:
annotations:
workload.codeflare.dev.mlbatch/pytorchGeneratorVersion: 1.1.3
workload.codeflare.dev.mlbatch/pytorchGeneratorVersion: 1.1.4
labels:
kueue.x-k8s.io/queue-name: default-queue
name: my-job
Expand Down Expand Up @@ -675,7 +675,7 @@ Enabling RoCE GDR:
kind: AppWrapper
metadata:
annotations:
workload.codeflare.dev.mlbatch/pytorchGeneratorVersion: 1.1.3
workload.codeflare.dev.mlbatch/pytorchGeneratorVersion: 1.1.4
labels:
kueue.x-k8s.io/queue-name: default-queue
name: my-job
Expand Down Expand Up @@ -826,7 +826,7 @@ Enabling all advanced features at once:
kind: AppWrapper
metadata:
annotations:
workload.codeflare.dev.mlbatch/pytorchGeneratorVersion: 1.1.3
workload.codeflare.dev.mlbatch/pytorchGeneratorVersion: 1.1.4
labels:
kueue.x-k8s.io/queue-name: default-queue
name: my-job
Expand Down Expand Up @@ -1081,7 +1081,7 @@ Enabling sshGitConfig injects the envvars, volumes, and volumeMounts:
kind: AppWrapper
metadata:
annotations:
workload.codeflare.dev.mlbatch/pytorchGeneratorVersion: 1.1.3
workload.codeflare.dev.mlbatch/pytorchGeneratorVersion: 1.1.4
labels:
kueue.x-k8s.io/queue-name: default-queue
name: my-job
Expand Down