Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tests for endpoints code #565

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Add tests for endpoints code #565

wants to merge 1 commit into from

Conversation

nsarrazin
Copy link
Collaborator

@nsarrazin nsarrazin commented Nov 18, 2023

very WIP, will refactor to reuse most of the code between endpoints

plan is to test the following endpoints:

  • HF Inference API
  • Locally hosted TGI
  • Locally hosted llama.cpp server
  • OpenAI compatible (maybe openAI directly?)
  • AWS SageMaker (will require spinning up an endpoint dynamically in a workflow and destroying it afterwards)
  • AWS Lambda (same caveat as sagemaker)

And I will need to put all of this in a github action, testing the locally hosted services will be challenging, not sure yet how to spin them up inside the action.

@nsarrazin nsarrazin changed the title Start adding tests for endpoints Add tests for endpoints code Nov 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant