rename augment_messages

This commit is contained in:
Ashwin Bharambe 2024-10-08 13:48:44 -07:00 committed by Ashwin Bharambe
parent 336cf7a674
commit 640c5c54f7
10 changed files with 34 additions and 33 deletions

View file

@ -56,7 +56,7 @@ def get_expected_stop_reason(model: str):
scope="session",
params=[
{"model": Llama_8B},
# {"model": Llama_3B},
{"model": Llama_3B},
],
ids=lambda d: d["model"],
)