-
Notifications
You must be signed in to change notification settings - Fork 372
Add litellm inference #385
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
17783b2
Added inference using litellm.
JoelNiklaus 9e92150
Add Udmurt (udm) translation literals (#381)
codemurt 30a624c
This PR adds translation literals for Belarusian language. (#382)
Kryuski 6e6fed6
fix: cache directory variable (#378)
NazimHAli d1d4c69
greedy_until() fix (#344)
vsabolcec f69811f
Fixed some params in completion call to enable more model providers.
JoelNiklaus dabb4a7
Added diskcache.
JoelNiklaus 65f759c
Merge branch 'main' into add_litellm_inference
JoelNiklaus f74afd4
Merge branch 'main' into add_litellm_inference
JoelNiklaus 88a9838
Fix issue for openai evaluation.
JoelNiklaus 02ed461
Added support for stop sequences and generation size.
JoelNiklaus 34596c2
Merge branch 'main' into add_litellm_inference
JoelNiklaus 190738f
Fixed issue with too many concurrent calls to APIs.
JoelNiklaus 2bb1917
Merge branch 'main' into add_litellm_inference
clefourrier 81e4404
Merge branch 'main' into add_litellm_inference
JoelNiklaus ebdd900
Merge branch 'main' into add_litellm_inference
NathanHB 251e181
few fixes
NathanHB 47b1888
Fixed issues with stop_sequence, max_completion_tokens and system_pro…
JoelNiklaus 20a1191
Merge branch 'main' into add_litellm_inference
JoelNiklaus ade8f0c
Revert weird change to __main__.py.
JoelNiklaus a2587d6
Made configuration simpler.
JoelNiklaus 7c0856e
Merge branch 'main' into add_litellm_inference
JoelNiklaus 932fd2c
Fixed import issues.
JoelNiklaus 8fc9b13
Merge branch 'main' into add_litellm_inference
NathanHB 45d6d1d
fix import location
NathanHB 2a23836
Merge branch 'add_litellm_inference' of github.com:JoelNiklaus/lighte…
NathanHB cca1446
Merge branch 'main' into add_litellm_inference
JoelNiklaus 1a10351
Enabled passing through system prompt to the models in the requests.
JoelNiklaus ff6d5de
Fixed some bugs.
JoelNiklaus 8d831b8
Merge branch 'main' into add_litellm_inference
JoelNiklaus 5115403
Made litellm inference robust to content management errors.
JoelNiklaus 78789c1
allow bette rmessage managment for litellm
NathanHB 3ebff6c
Merge branch 'main' into add_litellm_inference
NathanHB be77b15
allow system prompt to be passed to litellm models
NathanHB 21d6112
Merge branch 'main' into add_litellm_inference
JoelNiklaus d045d92
use system prompt from the request and use litellm encode functino as…
NathanHB f1ed682
fixes from review
NathanHB ec306fd
Merge branch 'add_litellm_inference' of github.com:JoelNiklaus/lighte…
NathanHB bae4506
fix tests
NathanHB 6b0cb60
fix tests
NathanHB c826b0e
Merge branch 'main' into add_litellm_inference
JoelNiklaus a6747f4
remove unecessary doc
NathanHB 5554787
Merge branch 'add_litellm_inference' of github.com:JoelNiklaus/lighte…
NathanHB 5b2b72d
Update src/lighteval/models/litellm_model.py
NathanHB 0265a74
Update src/lighteval/models/litellm_model.py
NathanHB 4fa8311
Merge branch 'main' into add_litellm_inference
NathanHB 86dd849
Support retrying of empty cached model responses.
JoelNiklaus db983e3
Merge branch 'main' into add_litellm_inference
JoelNiklaus 221d5d5
Fixed error when stop sequence is None.
JoelNiklaus 81f02ca
Added support for litellm as judge backend.
JoelNiklaus File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.