mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-17 07:07:19 +00:00
address comments
This commit is contained in:
parent
6b0baa6d53
commit
52fe165db8
2 changed files with 50 additions and 26 deletions
|
@ -62,7 +62,7 @@ async def test_eval(eval_settings):
|
|||
response = await eval_impl.evaluate_batch(
|
||||
dataset_id=response[0].identifier,
|
||||
candidate=ModelCandidate(
|
||||
model="Llama3.1-8B-Instruct",
|
||||
model="Llama3.2-1B-Instruct",
|
||||
sampling_params=SamplingParams(),
|
||||
),
|
||||
scoring_functions=["subset_of"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue