You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
The Lambda model runner can function identically to the Bedrock model runner, replacing the Bedrock runtime call with a lambda invocation.
The text was updated successfully, but these errors were encountered: