Skip to content

Commit fc36ab1

Browse files
committed
Fireworks removed Llama 3.2 3B
1 parent 726e472 commit fc36ab1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

libs/core/kiln_ai/adapters/ml_model_list.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -760,12 +760,6 @@ class KilnModel(BaseModel):
760760
supports_data_gen=False,
761761
model_id="llama3.2",
762762
),
763-
KilnModelProvider(
764-
name=ModelProviderName.fireworks_ai,
765-
supports_structured_output=False,
766-
supports_data_gen=False,
767-
model_id="accounts/fireworks/models/llama-v3p2-3b-instruct",
768-
),
769763
KilnModelProvider(
770764
name=ModelProviderName.huggingface,
771765
model_id="meta-llama/Llama-3.2-3B-Instruct",

0 commit comments

Comments
 (0)