Skip to content

Commit d2829b0

Browse files
authored
Merge pull request #123 from fixie-ai/juberti/new-cf
Add new models from Cloudflare
2 parents a9ff30f + aabcab6 commit d2829b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llm_benchmark_suite.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,7 @@ def _text_models():
374374
# _OvhLlm("llama-3p1-405b-instruct", LLAMA_31_405B_CHAT),
375375
# Llama 3.1 70b
376376
_CerebrasLlm("llama3.1-70b", LLAMA_31_70B_CHAT),
377+
_CloudflareLlm("@cf/meta/llama-3.1-70b-preview", LLAMA_31_70B_CHAT),
377378
# _DatabricksLlm("databricks-meta-llama-3.1-70b-instruct", LLAMA_31_70B_CHAT),
378379
_DeepInfraLlm("meta-llama/Meta-Llama-3.1-70B-Instruct", LLAMA_31_70B_CHAT),
379380
_FireworksLlm(
@@ -389,6 +390,7 @@ def _text_models():
389390
# _OvhLlm("llama-3p1-8b-instruct", LLAMA_31_8B_CHAT),
390391
# Llama 3.1 8b
391392
_CerebrasLlm("llama3.1-8b", LLAMA_31_8B_CHAT),
393+
_CloudflareLlm("@cf/meta/llama-3.1-8b-preview", LLAMA_31_8B_CHAT),
392394
# _DatabricksLlm("databricks-meta-llama-3.1-8b-instruct", LLAMA_31_8B_CHAT),
393395
_DeepInfraLlm("meta-llama/Meta-Llama-3.1-8B-Instruct", LLAMA_31_8B_CHAT),
394396
_FireworksLlm(

0 commit comments

Comments
 (0)