Commit graph

3460 commits

Author SHA1 Message Date
Bruce MacDonald c9f45abef3 resumable downloads 2023-07-06 16:34:44 -04:00
Jeffrey Morgan 7ee75e19ec only check for updates if packaged 2023-07-06 16:34:44 -04:00
Jeffrey Morgan 90d4ea9d71 move dock hide to on ready 2023-07-06 16:34:44 -04:00
Jeffrey Morgan c90d1d8c89 always use ollama binary 2023-07-06 16:34:44 -04:00
Eva Ho 9952c39319 remove electron-builder 2023-07-06 16:34:44 -04:00
Eva Ho 5a3bd59fd3 rebase into go 2023-07-06 16:34:44 -04:00
Eva Ho bba1cc933d fix path for system tray 2023-07-06 16:34:44 -04:00
Eva Ho ea9f0e7dbf removing icon and electron-builder 2023-07-06 16:34:44 -04:00
Eva Ho 703e10ca68 convert the desktop app to system tray 2023-07-06 16:34:44 -04:00
Michael Yang 9b8a456c7d embed templates 2023-07-06 16:34:44 -04:00
Jeffrey Morgan 39f4d8edaa always use ollama binary 2023-07-06 16:34:44 -04:00
Bruce MacDonald 7cf5905063 display pull progress 2023-07-06 16:34:44 -04:00
Michael Yang 580fe8951c free llama model 2023-07-06 16:34:44 -04:00
Michael Yang 5079282120 tcp socket 2023-07-06 16:34:44 -04:00
Jeffrey Morgan 3c3c09a523 set version at build time 2023-07-06 16:34:44 -04:00
Michael Yang 68e6b4550c use prompt templates 2023-07-06 16:34:44 -04:00
Jeffrey Morgan f805a65c42 add .metal file to the app build 2023-07-06 16:34:44 -04:00
Bruce MacDonald a6494f8211 pull models 2023-07-06 16:34:44 -04:00
Jeffrey Morgan 0833f5af3a tweak CLI install text 2023-07-06 16:34:44 -04:00
Jeffrey Morgan 03eca6ea54 fix path to ollama 2023-07-06 16:34:44 -04:00
Jeffrey Morgan 4f3cfea646 prompt to install the ollama cli on macOS 2023-07-06 16:34:44 -04:00
Bruce MacDonald 926ffa7f8c refactor cmd 2023-07-06 16:34:44 -04:00
Jeffrey Morgan 4a36f374a2 update README.md build instructions 2023-07-06 16:34:44 -04:00
Bruce MacDonald 58f416aad8 Update models.json 2023-07-06 16:34:44 -04:00
Jeffrey Morgan 879e996ca4 update app to use go binary 2023-07-06 16:34:44 -04:00
Jeffrey Morgan 9fe018675f use Makefile for dependency building instead of go generate 2023-07-06 16:34:44 -04:00
Bruce MacDonald e423421f03 Update models.json 2023-07-06 16:34:44 -04:00
Bruce MacDonald 2416a5ba6c Update models.json 2023-07-06 16:34:44 -04:00
Michael Yang 1b7183c5a1 enable metal gpu acceleration
ggml-metal.metal must be in the same directory as the ollama binary
otherwise llama.cpp will not be able to find it and load it.

1. go generate llama/llama_metal.go
2. go build .
3. ./ollama serve
2023-07-06 16:34:44 -04:00
Jeffrey Morgan b9fb988112 fix api docs 2023-07-06 16:34:44 -04:00
Jeffrey Morgan 944bd13de1 Go 2023-07-06 16:34:44 -04:00
Jeffrey Morgan 0998d4f0a4 remove debug print statements 2023-07-06 16:34:44 -04:00
Jeffrey Morgan 79a999e95d fix crash in bindings 2023-07-06 16:34:44 -04:00
Jeffrey Morgan 6559a5b48f updated readme 2023-07-06 16:34:44 -04:00
Jeffrey Morgan b0e986fb96 add binary to .gitignore 2023-07-06 16:34:44 -04:00
Bruce MacDonald 8ea5e5e147 separate routes 2023-07-06 16:34:44 -04:00
Jeffrey Morgan fd962a36e5 client updates 2023-07-06 16:34:44 -04:00
Jeffrey Morgan 6292f4b64c update Dockerfile 2023-07-06 16:34:44 -04:00
Jeffrey Morgan 0240165388 fix llama.cpp build 2023-07-06 16:34:44 -04:00
Jeffrey Morgan 9164981d72 move prompt templates out of python bindings 2023-07-06 16:34:44 -04:00
Jeffrey Morgan 6093a88c1a add llama.cpp go bindings 2023-07-06 16:34:44 -04:00
Jeffrey Morgan 76cb60d496 wip go engine
Co-authored-by: Patrick Devine <pdevine@sonic.net>
2023-07-06 16:34:44 -04:00
Jeffrey Morgan 172274b809 fix auto update route 2023-07-06 16:18:40 -04:00
Jeffrey Morgan 7bf3212c5b auto updater for macos 2023-07-06 00:04:06 -04:00
Jeffrey Morgan 8cc92447e3 fix web build 2023-07-05 21:15:49 -04:00
Jeffrey Morgan 39b289c6a8 use typescript for website 2023-07-05 20:14:54 -04:00
Michael Yang 585e863eab
Merge pull request #37 from jmorganca/upgrade-fuzzy
upgrade fuzzy search library
2023-07-05 12:16:18 -07:00
Michael Yang 6ce9a58c35 upgrade fuzzy search library
use process.extract to produce a list of fuzzy matches instead of
process.extractOne
2023-07-05 11:13:45 -07:00
Bruce MacDonald 27ead750c3 try next runner if load fails 2023-07-04 11:55:10 -04:00
Bruce MacDonald a86a4f8c26 resume download of models from directory 2023-07-04 11:16:50 -04:00