Skip to content

Commit

Permalink
Small bumps (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
natolambert authored Aug 28, 2024
1 parent df05346 commit 47512a0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion rewardbench/generative.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,14 @@
"meta-llama/Meta-Llama-3.1-405B-Instruct-Turbo",
)

GEMINI_MODEL_LIST = ("gemini-1.5-flash-001", "gemini-1.5-pro-001", "gemini-1.5-pro-exp-0801")
GEMINI_MODEL_LIST = (
"gemini-1.5-flash-001",
"gemini-1.5-pro-001",
"gemini-1.5-pro-exp-0801",
"gemini-1.5-pro-exp-0827",
"gemini-1.5-flash-exp-0827",
"gemini-1.5-flash-8b",
)

API_MODEL_LIST = OPENAI_MODEL_LIST + ANTHROPIC_MODEL_LIST + TOGETHER_MODEL_LIST + GEMINI_MODEL_LIST

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
],
extras_require={
"generative": [
"vllm>=0.4.1",
"vllm>=0.5.5",
"openai",
"anthropic",
"together",
Expand Down

0 comments on commit 47512a0

Please sign in to comment.