mirror of
https://github.com/exo-explore/exo.git
synced 2025-10-23 02:57:14 +03:00
super secret update
This commit is contained in:
@@ -15,6 +15,21 @@ class ModelCard(CamelCaseModel):
|
||||
|
||||
|
||||
MODEL_CARDS: dict[str, ModelCard] = {
|
||||
# kimi k2
|
||||
"kimi-k2:4bit": ModelCard(
|
||||
short_id="kimi-k2:4bit",
|
||||
model_id="mlx-community/Kimi-K2-Instruct-4bit",
|
||||
name="Kimi K2 (4-bit)",
|
||||
description="""Kimi K2 is a state-of-the-art mixture-of-experts (MoE) language model with 32 billion activated parameters and 1 trillion total parameters. Trained with the Muon optimizer, Kimi K2 achieves exceptional performance across frontier knowledge, reasoning, and coding tasks while being meticulously optimized for agentic capabilities.""",
|
||||
tags=[],
|
||||
metadata=ModelMetadata(
|
||||
model_id=ModelId("mlx-community/Kimi-K2-Instruct-4bit"),
|
||||
pretty_name="Kimi K2 (4-bit)",
|
||||
storage_size=Memory.from_kb(1073741824),
|
||||
n_layers=61,
|
||||
),
|
||||
),
|
||||
|
||||
# deepseek v3
|
||||
"deepseek-v3-0324:4bit": ModelCard(
|
||||
short_id="deepseek-v3-0324:4bit",
|
||||
|
||||
Reference in New Issue
Block a user