Skip to content

Commit

Permalink
empty release (aws#3547)
Browse files Browse the repository at this point in the history
  • Loading branch information
tejaschumbalkar authored Dec 2, 2023
1 parent cf17efe commit d9911a4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 41 deletions.
15 changes: 0 additions & 15 deletions release_images_inference.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,2 @@
---
release_images:
1:
framework: "huggingface_inference"
version: "2.11.1"
arch_type: "x86"
hf_transformers: "4.26.0"
inference:
device_types: [ "cpu", "gpu" ]
python_versions: [ "py39" ]
os_version: "ubuntu20.04"
cuda_version: "cu112"
example: False # [Default: False] Set to True to denote that this image is an Example image
disable_sm_tag: False # [Default: False] Set to True to prevent SageMaker Abbreviated Tags from being attached
# to images being published.
force_release: False # [Default: False] Set to True to force images to be published even if the same image
# has already been published. Re-released image will have minor version incremented by 1.
26 changes: 0 additions & 26 deletions release_images_training.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,2 @@
---
release_images:
1:
framework: "tensorflow"
version: "2.12.0"
customer_type: "sagemaker"
arch_type: "x86"
training:
device_types: ["cpu", "gpu"]
python_versions: ["py310"]
os_version: "ubuntu20.04"
cuda_version: "cu118"
example: False
disable_sm_tag: False
force_release: False
2:
framework: "tensorflow"
version: "2.13.0"
customer_type: "sagemaker"
arch_type: "x86"
training:
device_types: ["cpu", "gpu"]
python_versions: ["py310"]
os_version: "ubuntu20.04"
cuda_version: "cu118"
example: False
disable_sm_tag: False
force_release: False

0 comments on commit d9911a4

Please sign in to comment.