Skip to content

Commit

Permalink
[hf-tgi] Release TGI 0.9.3 (aws#3230)
Browse files Browse the repository at this point in the history
* [serving] Release patch for TNX DLC 0.23.0 DJL

* [djl-serving] Release DJL 0.23.0 TNX Transformers container

* [djl-serving] TGI 0.9.3 Release
  • Loading branch information
tosterberg authored Aug 3, 2023
1 parent bbbc6f1 commit 7264fac
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions release_images_inference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ release_images:
disable_sm_tag: False
force_release: False
5:
framework: "djl"
version: "0.23.0"
framework: "huggingface_pytorch_tgi"
version: "2.0.1"
arch_type: "x86"
hf_tgi: "0.9.3"
inference:
device_types: [ "neuronx" ]
python_versions: [ "py38" ]
device_types: [ "gpu" ]
python_versions: [ "py39" ]
os_version: "ubuntu20.04"
neuron_sdk_version: "sdk2.12.0"
example: False # [Default: False] Set to True to denote that this image is an Example image
disable_sm_tag: True # [Default: False] Set to True to prevent SageMaker Abbreviated Tags from being attached
# to images being published.
force_release: False
cuda_version: "cu118"
example: False
disable_sm_tag: True
force_release: False

0 comments on commit 7264fac

Please sign in to comment.