Releases: Project-Llama/llamascript
v0.6.5
v0.6.4
What's Changed
- 0.6.2 - 0.6.3 by @zanderlewis in #31
- Format Python code with psf/black push by @github-actions in #32
- Format Python code with psf/black push by @github-actions in #34
- Fix version issue by @zanderlewis in #35
Full Changelog: v0.6.1...v0.6.4
0.6.2 - 0.6.3
What's Changed
- 0.6.2 - 0.6.3 by @zanderlewis in #31
- Format Python code with psf/black push by @github-actions in #32
Full Changelog: v0.6.1...v0.6.2-v0.6.3
v0.6.1
v0.6.0 - v0.6.1
What's Changed
- Add
Examples
to Table of Contents. by @WolfTheDeveloper in #25 - Delete llamascript/test.py by @WolfTheDeveloper in #26
- Delete .github/workflows/test.yml by @WolfTheDeveloper in #27
Full Changelog: v0.5.0...v0.6.0-v0.6.1
v0.5.0
What's Changed
- Embed into Python by @WolfTheDeveloper in https://github.com/WolfTheDeveloper/llamascript/pull/21
- Format Python code with psf/black push by @github-actions in https://github.com/WolfTheDeveloper/llamascript/pull/22
- Format Python code with psf/black push by @github-actions in https://github.com/WolfTheDeveloper/llamascript/pull/23
Full Changelog: zanderlewis/llamascript@v0.4.0...v0.5.0
v0.4.0
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 SYSTEM
keyword, you are finetuning a model that you set via USE
. You then use SAVE
and add the name
paramater like so: SAVE piglatin
. You can also set the temperature
, 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
- Format Python code with psf/black push by @github-actions in https://github.com/WolfTheDeveloper/llamascript/pull/17
- Modelfile Support by @WolfTheDeveloper in https://github.com/WolfTheDeveloper/llamascript/pull/18
Full Changelog: zanderlewis/llamascript@v0.3.2...v0.4.0
0.3.2
What's Changed
- Format Python code with psf/black push by @github-actions in https://github.com/WolfTheDeveloper/llamascript/pull/12
- merge main into wtd by @WolfTheDeveloper in https://github.com/WolfTheDeveloper/llamascript/pull/13
- 0.3.1-0.3.2 by @WolfTheDeveloper in https://github.com/WolfTheDeveloper/llamascript/pull/14
Full Changelog: zanderlewis/llamascript@v0.3.0...v0.3.2
v0.3.0
What's Changed
- Update test.yml by @WolfTheDeveloper in https://github.com/WolfTheDeveloper/llamascript/pull/6
- Create requirements.txt by @WolfTheDeveloper in https://github.com/WolfTheDeveloper/llamascript/pull/7
- Update README.md by @WolfTheDeveloper in https://github.com/WolfTheDeveloper/llamascript/pull/8
- Update test.py by @WolfTheDeveloper in https://github.com/WolfTheDeveloper/llamascript/pull/9
- v0.3.0 by @WolfTheDeveloper in https://github.com/WolfTheDeveloper/llamascript/pull/10
Full Changelog: zanderlewis/llamascript@v0.2.0...v0.3.0
v0.2.0
What's Changed
- Format Python code with psf/black push by @github-actions in https://github.com/WolfTheDeveloper/llamascript/pull/1
- Update format.yml by @WolfTheDeveloper in https://github.com/WolfTheDeveloper/llamascript/pull/2
- Format Python code with psf/black push by @github-actions in https://github.com/WolfTheDeveloper/llamascript/pull/4
- Add test.yml and add INPUT command by @WolfTheDeveloper in https://github.com/WolfTheDeveloper/llamascript/pull/3
New Contributors
- @github-actions made their first contribution in https://github.com/WolfTheDeveloper/llamascript/pull/1
- @WolfTheDeveloper made their first contribution in https://github.com/WolfTheDeveloper/llamascript/pull/2
Full Changelog: https://github.com/WolfTheDeveloper/llamascript/commits/v0.2.0