v0.4.0 #20
zanderlewis
announced in
Announcements
v0.4.0
#20
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What's New?
Support for Ollama's built-in Modelfiles are now supported in LlamaScript!
What does this mean?
This means you can create your own model that you can import. By using the
SYSTEMkeyword, you are finetuning a model that you set viaUSE. You then useSAVEand add thenameparamater like so:SAVE piglatin. You can also set thetemperature, or creativity, like so:SAVE piglatin 0.7.Running this script will create the model locally and you can use it via
USE piglatin.What's Changed
Full Changelog: zanderlewis/llamascript@v0.3.2...v0.4.0
This discussion was created from the release v0.4.0.
Beta Was this translation helpful? Give feedback.
All reactions