forked from aws/deep-learning-containers
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cf17efe
commit d9911a4
Showing
2 changed files
with
0 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |