-
Notifications
You must be signed in to change notification settings - Fork 50
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 chat api format with standard open ai chat format #1314
Merged
Conversation
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
Signed-off-by: elronbandel <[email protected]>
Signed-off-by: elronbandel <[email protected]>
OfirArviv
reviewed
Oct 30, 2024
OfirArviv
reviewed
Oct 30, 2024
OfirArviv
reviewed
Oct 30, 2024
Signed-off-by: elronbandel <[email protected]>
Signed-off-by: elronbandel <[email protected]>
Signed-off-by: elronbandel <[email protected]>
@elronbandel - I think we should make this self contained
|
We should wait for Pawel pr for this. The changes to the inference engine are minimal. No need to duplicate it. Right now no one is waiting for this. Im the one who asked for it, so no pressure I think |
Signed-off-by: elronbandel <[email protected]>
Signed-off-by: elronbandel <[email protected]>
Signed-off-by: elronbandel <[email protected]>
Signed-off-by: elronbandel <[email protected]>
Signed-off-by: elronbandel <[email protected]>
Signed-off-by: elronbandel <[email protected]>
Signed-off-by: elronbandel <[email protected]>
Signed-off-by: elronbandel <[email protected]>
Signed-off-by: elronbandel <[email protected]>
Signed-off-by: elronbandel <[email protected]>
Signed-off-by: elronbandel <[email protected]>
Signed-off-by: elronbandel <[email protected]>
Signed-off-by: elronbandel <[email protected]>
Signed-off-by: elronbandel <[email protected]>
Signed-off-by: elronbandel <[email protected]>
Signed-off-by: elronbandel <[email protected]>
Signed-off-by: elronbandel <[email protected]>
Signed-off-by: elronbandel <[email protected]>
Signed-off-by: elronbandel <[email protected]>
Signed-off-by: elronbandel <[email protected]>
Signed-off-by: elronbandel <[email protected]>
Signed-off-by: elronbandel <[email protected]>
Signed-off-by: elronbandel <[email protected]>
perlitz
pushed a commit
that referenced
this pull request
Nov 12, 2024
* Add chat api format with standard open ai chat format Signed-off-by: elronbandel <[email protected]> * Upload artifact Signed-off-by: elronbandel <[email protected]> * Add docstring and a small fix Signed-off-by: elronbandel <[email protected]> * Fix Signed-off-by: elronbandel <[email protected]> * SImplify and remove copy code Signed-off-by: elronbandel <[email protected]> * Add lite llm Signed-off-by: elronbandel <[email protected]> * Evaluate BlueBench with LiteLLM Signed-off-by: elronbandel <[email protected]> * Fix token Signed-off-by: elronbandel <[email protected]> * Update requirements for inference tests Signed-off-by: elronbandel <[email protected]> * Update Signed-off-by: elronbandel <[email protected]> * Update Signed-off-by: elronbandel <[email protected]> * Update Signed-off-by: elronbandel <[email protected]> * Update Signed-off-by: elronbandel <[email protected]> * Update Signed-off-by: elronbandel <[email protected]> * Fix Signed-off-by: elronbandel <[email protected]> * Fix prepration Signed-off-by: elronbandel <[email protected]> * Bring vision back to order Signed-off-by: elronbandel <[email protected]> * Fix cards Signed-off-by: elronbandel <[email protected]> * Fix consistency Signed-off-by: elronbandel <[email protected]> * Fix example tests Signed-off-by: elronbandel <[email protected]> * Some more fixes Signed-off-by: elronbandel <[email protected]> * Update Signed-off-by: elronbandel <[email protected]> * Fix example testing Signed-off-by: elronbandel <[email protected]> * Organize examples tests Signed-off-by: elronbandel <[email protected]> * Update Signed-off-by: elronbandel <[email protected]> * Update examples Signed-off-by: elronbandel <[email protected]> * Update Inference Engines Signed-off-by: elronbandel <[email protected]> --------- Signed-off-by: elronbandel <[email protected]>
elronbandel
added a commit
that referenced
this pull request
Nov 12, 2024
* move judge to generic in arenahard Signed-off-by: Yotam-Perlitz <[email protected]> * remain with 1 demo in finqa Signed-off-by: Yotam-Perlitz <[email protected]> * fix names in subsets Signed-off-by: Yotam-Perlitz <[email protected]> * fix names in subsets Signed-off-by: Yotam-Perlitz <[email protected]> * make n_examples a sum of subsets Signed-off-by: Yotam-Perlitz <[email protected]> * push to catalog Signed-off-by: Yotam-Perlitz <[email protected]> * Add chat api format with standard open ai chat format (#1314) * Add chat api format with standard open ai chat format Signed-off-by: elronbandel <[email protected]> * Upload artifact Signed-off-by: elronbandel <[email protected]> * Add docstring and a small fix Signed-off-by: elronbandel <[email protected]> * Fix Signed-off-by: elronbandel <[email protected]> * SImplify and remove copy code Signed-off-by: elronbandel <[email protected]> * Add lite llm Signed-off-by: elronbandel <[email protected]> * Evaluate BlueBench with LiteLLM Signed-off-by: elronbandel <[email protected]> * Fix token Signed-off-by: elronbandel <[email protected]> * Update requirements for inference tests Signed-off-by: elronbandel <[email protected]> * Update Signed-off-by: elronbandel <[email protected]> * Update Signed-off-by: elronbandel <[email protected]> * Update Signed-off-by: elronbandel <[email protected]> * Update Signed-off-by: elronbandel <[email protected]> * Update Signed-off-by: elronbandel <[email protected]> * Fix Signed-off-by: elronbandel <[email protected]> * Fix prepration Signed-off-by: elronbandel <[email protected]> * Bring vision back to order Signed-off-by: elronbandel <[email protected]> * Fix cards Signed-off-by: elronbandel <[email protected]> * Fix consistency Signed-off-by: elronbandel <[email protected]> * Fix example tests Signed-off-by: elronbandel <[email protected]> * Some more fixes Signed-off-by: elronbandel <[email protected]> * Update Signed-off-by: elronbandel <[email protected]> * Fix example testing Signed-off-by: elronbandel <[email protected]> * Organize examples tests Signed-off-by: elronbandel <[email protected]> * Update Signed-off-by: elronbandel <[email protected]> * Update examples Signed-off-by: elronbandel <[email protected]> * Update Inference Engines Signed-off-by: elronbandel <[email protected]> --------- Signed-off-by: elronbandel <[email protected]> * revert generic inference engine change Signed-off-by: Yotam-Perlitz <[email protected]> * fix type Signed-off-by: Yotam-Perlitz <[email protected]> --------- Signed-off-by: Yotam-Perlitz <[email protected]> Signed-off-by: elronbandel <[email protected]> Co-authored-by: Elron Bandel <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.