-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[VLLM] Allows for max tokens to be set in model config file (#547)
* commit * commit * Update src/lighteval/main_vllm.py * commit * change doc * change doc * change doc * allow max new token to be set in model config file
- Loading branch information
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,5 +10,5 @@ model: | |
top_k: -1 | ||
min_p: 0.0 | ||
top_p: 0.9 | ||
max_new_tokens: 100 | ||
max_new_tokens: 256 | ||
stop_tokens: ["<EOS>", "<PAD>"] |
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