Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zhudotexe committed May 9, 2024
1 parent eb0a117 commit 1731840
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions examples/4_engines_zoo.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,11 @@
prompt_pipeline=MISTRAL_V3_PIPELINE,
model_load_kwargs={"device_map": "auto", "torch_dtype": torch.bfloat16},
)

# to enable function calling:
# NOTE: as of May 2024, the huggingface implementation of Mixtral-8x22B function calling is broken:
# https://huggingface.co/mistralai/Mixtral-8x22B-Instruct-v0.1/discussions/27
# this comment will be removed once it is fixed - until then, you should use another backend
engine = MixtralFunctionCallingAdapter(model)

# ---- Mistral-7B (Hugging Face) ----
Expand Down
2 changes: 1 addition & 1 deletion kani/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0rc1"
__version__ = "1.0.0"

0 comments on commit 1731840

Please sign in to comment.