Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 4 additions & 14 deletions langchain_benchmarks/model_registration.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,21 +194,11 @@
),
RegisteredModel(
provider="fireworks",
name="mixtral-8x7b-fw-chat",
description="8x7b parameter mixture of experts Mistral model, adapted for Chats",
type="chat",
params={
"model": "accounts/fireworks/models/mixtral-8x7b-fw-chat",
},
),
RegisteredModel(
provider="fireworks",
name="mixtral-8x7b-fw-llm",
description="8x7b parameter mixture of experts Mistral model",
name="mixtral-8x7b-instruct",
description="Mistral MoE 8x7B Instruct v0.1 model with Sparse "
"Mixture of Experts. Fine tuned for instruction following",
type="llm",
params={
"model": "accounts/fireworks/models/mixtral-8x7b",
},
params={"model": "accounts/fireworks/models/mixtral-8x7b-instruct"},
),
]

Expand Down