-
Notifications
You must be signed in to change notification settings - Fork 308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement tool calling #649
Conversation
Code Metrics Report=============================================================================== Language Files Lines Code Comments Blanks =============================================================================== C Header 2 35 28 0 7 Dockerfile 1 34 25 0 9 Happy 1 442 369 0 73 JSON 11 102 101 0 1 Python 41 1586 1368 46 172 TOML 19 563 497 11 55 ------------------------------------------------------------------------------- Jupyter Notebooks 2 0 0 0 0 |- Markdown 2 77 32 31 14 |- Python 2 196 169 1 26 (Total) 273 201 32 40 ------------------------------------------------------------------------------- Markdown 24 1822 0 1372 450 |- BASH 5 101 98 0 3 |- JSON 1 12 12 0 0 |- Python 5 92 82 0 10 |- Rust 6 402 359 19 24 |- TOML 2 75 63 0 12 (Total) 2504 614 1391 499 ------------------------------------------------------------------------------- Rust 168 54764 49717 978 4069 |- Markdown 90 846 13 783 50 (Total) 55610 49730 1761 4119 =============================================================================== Total 270 59348 52105 2407 4836 =============================================================================== |
@mitsuhiko I'm having some issues with the Jinja. The Jinja chat template (found here) fails with the error I would really appreciate it if you could check this out. I located the section of code which I think is the problem below:
To reproduce this, please git clone mistral.rs, and then run:
(with a Mac)
And then, after it is done loading, in another terminal:
|
@mitsuhiko ok, looks like |
Yes, happy to accept patches there. Also just an issue is fine that describes the exact issue. |
@mitsuhiko thanks for merging that! |
The changes will go out in minijinja 2.1.1 |
Ah ok. I'll put out a release before then, but I'll include them in the next one! |
No description provided.