Skip to content

Commit b318986

Browse files
committed
adding llama 1b in model ids
1 parent 68cf8c6 commit b318986

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mellea/backends/model_ids.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ class ModelIdentifier:
8989
ollama_name="llama-guard3:1b", hf_model_name="unsloth/Llama-Guard-3-1B"
9090
)
9191

92+
META_LLAMA_3_2_1B = ModelIdentifier(
93+
ollama_name="llama3.2:1b", hf_model_name="unsloth/Llama-3.2-1B"
94+
)
95+
9296
########################
9397
#### Mistral models ####
9498
########################

0 commit comments

Comments
 (0)