Skip to content

Commit

Permalink
add HF PT 2.3 Inf release configs (#4467)
Browse files Browse the repository at this point in the history
* skip hf_pt-inference-latest-dlc-sagemaker-local-test temporarily

* revert dlc_developer_config.toml

* add HF PT 2.3 Inf release configs

---------

Co-authored-by: malavhs <[email protected]>
  • Loading branch information
malav-shastri and malavhs authored Dec 19, 2024
1 parent dd18cad commit 72e0b91
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions release_images_inference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,3 +184,28 @@ release_images:
example: False
disable_sm_tag: True
force_release: False
15:
framework: "huggingface_pytorch"
version: "2.3.0"
arch_type: "x86"
hf_transformers: "4.46.1"
inference:
device_types: ["gpu" ]
python_versions: [ "py311" ]
os_version: "ubuntu20.04"
cuda_version: "cu121"
example: False
disable_sm_tag: True
force_release: False
16:
framework: "huggingface_pytorch"
version: "2.3.0"
arch_type: "x86"
hf_transformers: "4.46.1"
inference:
device_types: [ "cpu" ]
python_versions: [ "py311" ]
os_version: "ubuntu22.04"
example: False
disable_sm_tag: True
force_release: False

0 comments on commit 72e0b91

Please sign in to comment.