Updated Ollama to v0.3.0

This commit is contained in:
jeffser 2024-07-29 01:50:52 -06:00
parent 4d7aff3458
commit 98e23e0033
2 changed files with 5 additions and 4 deletions

View File

@ -122,16 +122,16 @@
"sources": [ "sources": [
{ {
"type": "file", "type": "file",
"url": "https://github.com/ollama/ollama/releases/download/v0.2.8/ollama-linux-amd64", "url": "https://github.com/ollama/ollama/releases/download/v0.3.0/ollama-linux-amd64",
"sha256": "7641b21e9d0822ba44e494f5ed3d3796d9e9fcdf4dbb66064f8c34c865bbec0b", "sha256": "b8817c34882c7ac138565836ac1995a2c61261a79315a13a0aebbfe5435da855",
"only-arches": [ "only-arches": [
"x86_64" "x86_64"
] ]
}, },
{ {
"type": "file", "type": "file",
"url": "https://github.com/ollama/ollama/releases/download/v0.2.8/ollama-linux-arm64", "url": "https://github.com/ollama/ollama/releases/download/v0.3.0/ollama-linux-arm64",
"sha256": "8ccaea237c3ef2a34d0cc00d8a89ffb1179d5c49211b6cbdf80d8d88e3f0add6", "sha256": "64be908749212052146f1008dd3867359c776ac1766e8d86291886f53d294d4d",
"only-arches": [ "only-arches": [
"aarch64" "aarch64"
] ]

View File

@ -90,6 +90,7 @@
<p>New</p> <p>New</p>
<ul> <ul>
<li>Debug messages are now shown on the 'About Alpaca' dialog</li> <li>Debug messages are now shown on the 'About Alpaca' dialog</li>
<li>Updated Ollama to v0.3.0 (new models)</li>
</ul> </ul>
</description> </description>
</release> </release>