defog-ai / sql-eval

Evaluate the accuracy of LLM generated outputs
Apache License 2.0
485 stars 52 forks source link

Enable tgi via api type #118

Closed wongjingping closed 2 months ago

wongjingping commented 2 months ago

Enable testing of inference using TGI via the api runner. We only need to change the way the request parameters are formatted, and facilitate this simple switching via the new flag --api_type Updated README to show how to use it.