-
Notifications
You must be signed in to change notification settings - Fork 871
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add llama3 support * delete model config yaml * update model config * fix typo --------- Co-authored-by: Matthias Reso <[email protected]>
- Loading branch information
Showing
13 changed files
with
475 additions
and
36 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...large_models/inferentia2/llama2/Readme.md → .../large_models/inferentia2/llama/Readme.md
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,6 +1,6 @@ | ||
# Large model inference on Inferentia2 | ||
|
||
This folder briefs on serving the [Llama 2](https://huggingface.co/meta-llama) model on [AWS Inferentia2](https://aws.amazon.com/ec2/instance-types/inf2/) for text completion with TorchServe's features: | ||
This folder briefs on serving the [Llama 2 and Llama 3](https://huggingface.co/meta-llama) model on an [AWS Inferentia2](https://aws.amazon.com/ec2/instance-types/inf2/) for text completion with TorchServe's features: | ||
|
||
* demo1: [micro batching](https://github.com/pytorch/serve/tree/96450b9d0ab2a7290221f0e07aea5fda8a83efaf/examples/micro_batching) and [streaming response](https://github.com/pytorch/serve/blob/96450b9d0ab2a7290221f0e07aea5fda8a83efaf/docs/inference_api.md#curl-example-1) support in folder [streamer](streamer). | ||
* demo2: continuous batching support in folder [continuous_batching](continuous_batching) |
File renamed without changes.
Oops, something went wrong.