mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-03 10:06:44 +00:00
[ColossalEval] support for vllm (#6056)
* support vllm * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * modify vllm and update readme * run pre-commit * remove dupilicated lines and refine code * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update param name * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * refine code * update readme * refine code * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
@@ -15,7 +15,7 @@ default_inference_kwargs = {
|
||||
"calculate_loss": False,
|
||||
"all_classes": ["A", "B"],
|
||||
"language": LANGUAGE,
|
||||
"pretrain": False,
|
||||
"calculate_overall_loss": False,
|
||||
"max_new_tokens": 32,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user