Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
juberti committed Jul 29, 2024
1 parent eccc5e1 commit 64d8a6a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions llm_benchmark_suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,9 @@ def _text_models():
_TogetherLlm("mistralai/Mixtral-8x7B-Instruct-v0.1", MIXTRAL_8X7B_INSTRUCT),
# Llama 3.1 405b
_DatabricksLlm("databricks-meta-llama-3.1-405b-instruct", LLAMA_31_405B_CHAT),
_DeepInfraLlm("meta-llama/Meta-Llama-3.1-405B-Instruct", LLAMA_31_405B_CHAT_FP8),
_DeepInfraLlm(
"meta-llama/Meta-Llama-3.1-405B-Instruct", LLAMA_31_405B_CHAT_FP8
),
_FireworksLlm(
"accounts/fireworks/models/llama-v3p1-405b-instruct", LLAMA_31_405B_CHAT_FP8
),
Expand Down Expand Up @@ -459,7 +461,7 @@ def _tools_models():
_FireworksLlm("accounts/fireworks/models/firefunction-v2", "firefunction-v2"),
# _FireworksLlm(
# "accounts/fireworks/models/llama-v3p1-405b-instruct", LLAMA_31_405B_CHAT_FP8
# ), returns "FUNCTION"
# ), returns "FUNCTION" and the call as text
_GroqLlm("llama-3.1-405b-reasoning", LLAMA_31_405B_CHAT_FP8),
_NvidiaLlm("meta/llama-3.1-405b-instruct", LLAMA_31_405B_CHAT),
_GroqLlm("llama-3.1-70b-versatile", LLAMA_31_70B_CHAT_FP8),
Expand Down

0 comments on commit 64d8a6a

Please sign in to comment.