Skip to content

Commit

Permalink
dev: mistral-small
Browse files Browse the repository at this point in the history
  • Loading branch information
zhudotexe committed Oct 2, 2024
1 parent 4334758 commit 8c8c1b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sandbox/mistral03-fc.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
from kani.engines.huggingface import HuggingEngine
from kani.prompts.impl.mistral import MISTRAL_V3_PIPELINE, MistralFunctionCallingAdapter

model = HuggingEngine(model_id="mistralai/Mistral-7B-Instruct-v0.3", prompt_pipeline=MISTRAL_V3_PIPELINE)
# model = HuggingEngine(model_id="mistralai/Mistral-7B-Instruct-v0.3", prompt_pipeline=MISTRAL_V3_PIPELINE)
model = HuggingEngine(model_id="mistralai/Mistral-Small-Instruct-2409", prompt_pipeline=MISTRAL_V3_PIPELINE)
engine = MistralFunctionCallingAdapter(model)


Expand Down

0 comments on commit 8c8c1b5

Please sign in to comment.