Skip to content

Commit

Permalink
Add stabilityai_pytorch release image definition (#3262)
Browse files Browse the repository at this point in the history
  • Loading branch information
arjkesh authored Aug 17, 2023
1 parent 8ae3e37 commit ac26937
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .release_templates/stabilityai_release_images.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
release_images:
1:
framework: "stabilityai_pytorch"
version: "2.0.1"
arch_type: "x86"
customer_type: "sagemaker"
inference:
device_types: ["gpu"]
python_versions: ["py310"]
os_version: "ubuntu20.04"
cuda_version: "cu118"
sgm_version: "0.1.0"
example: False
disable_sm_tag: False
force_release: False
14 changes: 14 additions & 0 deletions release_images_inference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,17 @@ release_images:
example: False
disable_sm_tag: False
force_release: False
3:
framework: "stabilityai_pytorch"
version: "2.0.1"
arch_type: "x86"
customer_type: "sagemaker"
inference:
device_types: ["gpu"]
python_versions: ["py310"]
os_version: "ubuntu20.04"
cuda_version: "cu118"
sgm_version: "0.1.0"
example: False
disable_sm_tag: False
force_release: False

0 comments on commit ac26937

Please sign in to comment.