-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Dan McPherson <[email protected]>
- Loading branch information
Showing
4 changed files
with
7 additions
and
3 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
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
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
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 |
---|---|---|
|
@@ -24,6 +24,10 @@ OPENAI_API_KEY="NO_API_KEY" python gen_api_answer.py \ | |
|
||
results are in data/mt_bench/model_answer/instructlab/granite-7b-lab.jsonl | ||
|
||
|
||
Check failure on line 27 in steps_mt_bench.md GitHub Actions / markdown-lintMultiple consecutive blank lines
|
||
### TODO Figure out the right version. Latest fails with openai.types not found | ||
Check failure on line 28 in steps_mt_bench.md GitHub Actions / markdown-lintHeadings should be surrounded by blank lines
|
||
pip install vllm==0.3.3 | ||
|
||
### From justfile: `run_judge` | ||
|
||
For running judge model with vllm make sure you run with `--served-model-name gpt-4` | ||
|