generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
While LLMs will not be hosted directly on lambdas, allowing customers to proxy their eval requests through Lambda invocations would expand the breadth of use cases of FMEval, without needing to maintain a vast set of model runner classes. Use cases include:
- Use cases where customers host LLMs hosted on bare metal (EC2, etc).
- Use cases where LLMs that are hosted on Sagemaker or Bedrock, but invoked through a web service that performs preprocessing / post-processing.
The Lambda model runner can function identically to the Bedrock model runner, replacing the Bedrock runtime call with a lambda invocation.
Metadata
Metadata
Assignees
Labels
No labels