Skip to content

Commit

Permalink
release pytorch-generator v1.1.2 (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss authored Oct 22, 2024
1 parent 6fc8d97 commit dedbd9c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
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.1 v1beta2 An AppWrapper generator for PyTorchJobs
mlbatch/pytorchjob-generator 1.1.2 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.1
version: 1.1.2
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.1](https://img.shields.io/badge/Version-1.1.1-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.2](https://img.shields.io/badge/Version-1.1.2-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.1
workload.codeflare.dev.mlbatch/pytorchGeneratorVersion: 1.1.2
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.1
workload.codeflare.dev.mlbatch/pytorchGeneratorVersion: 1.1.2
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.1
workload.codeflare.dev.mlbatch/pytorchGeneratorVersion: 1.1.2
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.1
workload.codeflare.dev.mlbatch/pytorchGeneratorVersion: 1.1.2
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.1
workload.codeflare.dev.mlbatch/pytorchGeneratorVersion: 1.1.2
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.1
workload.codeflare.dev.mlbatch/pytorchGeneratorVersion: 1.1.2
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.1
workload.codeflare.dev.mlbatch/pytorchGeneratorVersion: 1.1.2
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.1
workload.codeflare.dev.mlbatch/pytorchGeneratorVersion: 1.1.2
labels:
kueue.x-k8s.io/queue-name: default-queue
name: my-job
Expand Down

0 comments on commit dedbd9c

Please sign in to comment.