huggingface/lighteval

[FT] LiteLLM concurrency parameters hard-coded

オープン

#567 opened on 2025/02/16

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Python (514 件のフォーク)auto 404
featuregood first issuehelp wanted

Repository metrics

Stars
 (2,496 個のスター)
PR merge metrics
 (PR metrics pending)

説明

I noticed that for LiteLLM the concurrency is hard-coded for an arbitrary number (20). Well, a lot of the request behavior is hard coded, but the concurrency is the one that is probably least likely to work well as a one size fits all.

If everything is going through the YAML file, maybe it can be expanded, although the YAML file is another ball of wax (makes automated runs much harder when you can't just pass in parameters via a call)

コントリビューターガイド