Skip to content

Commit

Permalink
fix: lowercase fine-tuning-6b deployment name due to CDK resource n…
Browse files Browse the repository at this point in the history
…aming constraints (#245)

* lowercase fine-tuning-6b deployment name due to CDK resource naming constraints

* changelog

* remove hardcoded ecr name
  • Loading branch information
kukushking authored Sep 30, 2024
1 parent 9911ece commit 859bf3a
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- pin `ray-operator`, `ray-cluster`, and `ray-image` modules versions
- pin module versions for all manifests
- the `sagemaker/sagemaker-model-package-promote-pipeline` module no longer generates a Docker image
- lowercase `fine-tuning-6b` deployment name due to CDK resource naming constraints

## v1.4.0

Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
name: fine-tuning-6B
name: fine-tuning-6b
forceDependencyRedeploy: True
toolchainRegion: us-east-1
groups:
- name: base
path: manifests/fine-tuning-6B/base-modules.yaml
path: manifests/fine-tuning-6b/base-modules.yaml
- name: images
path: manifests/fine-tuning-6B/images-modules.yaml
path: manifests/fine-tuning-6b/images-modules.yaml
- name: core
path: manifests/fine-tuning-6B/core-modules.yaml
path: manifests/fine-tuning-6b/core-modules.yaml
- name: integration
path: manifests/fine-tuning-6B/integration-modules.yaml
path: manifests/fine-tuning-6b/integration-modules.yaml
- name: ray-operator
path: manifests/fine-tuning-6B/ray-operator-modules.yaml
path: manifests/fine-tuning-6b/ray-operator-modules.yaml
- name: ray-cluster
path: manifests/fine-tuning-6B/ray-cluster-modules.yaml
path: manifests/fine-tuning-6b/ray-cluster-modules.yaml
targetAccountMappings:
- alias: primary
accountId:
Expand Down

0 comments on commit 859bf3a

Please sign in to comment.