Jeffrey Morgan
59fa93cdd4
app: simpler winston settings
2023-07-16 20:26:12 -07:00
Jeffrey Morgan
952abe029b
app: remove unused import
2023-07-16 20:25:50 -07:00
Jeffrey Morgan
f923855906
app: keep installer in foreground
2023-07-16 20:25:11 -07:00
Jeffrey Morgan
9386073e96
app: dont listen for disconnect
events
2023-07-16 19:21:50 -07:00
Jeffrey Morgan
52ea4d4bb2
app: use app.on('before-quit')
to detect app closing
2023-07-16 19:18:12 -07:00
Jeffrey Morgan
c4ba192187
app: use enum
for steps
2023-07-16 18:47:23 -07:00
Jeffrey Morgan
fe758ca319
app: do not restart the server if app is closing
2023-07-16 18:41:43 -07:00
Jeffrey Morgan
08b933cc10
app: use async
and `await instead of callbacks
2023-07-16 18:38:37 -07:00
Jeffrey Morgan
6746a00af8
app: format app.tsx
2023-07-16 18:29:11 -07:00
Patrick Devine
2fb52261ad
basic distribution w/ push/pull ( #78 )
...
* basic distribution w/ push/pull
* add the parser
* add create, pull, and push
* changes to the parser, FROM line, and fix commands
* mkdirp new manifest directories
* make `blobs` directory if it does not exist
* fix go warnings
* add progressbar for model pulls
* move model struct
---------
Co-authored-by: Jeffrey Morgan <jmorganca@gmail.com>
2023-07-16 17:02:22 -07:00
Jeffrey Morgan
6fdea03049
docs: remove python.md
2023-07-14 21:41:46 -07:00
Michael Yang
38021ba494
Merge pull request #83 from jmorganca/multibyte-responses
...
fix multibyte responses
2023-07-14 20:12:12 -07:00
Michael Yang
6c9fa573ae
Merge pull request #82 from jmorganca/filepath
...
windows build
2023-07-14 20:11:55 -07:00
Michael Yang
40c9dc0a31
fix multibyte responses
2023-07-14 20:11:44 -07:00
Michael Yang
0142660bd4
size_t
2023-07-14 17:29:16 -07:00
Michael Yang
743e957d88
use filepath for os compat
2023-07-14 17:27:14 -07:00
Jeffrey Morgan
560f36e6c8
app: set first-time-run
to true
instead of false
2023-07-14 16:50:12 -07:00
hoyyeva
e88dd25bab
ollama app welcome screen for first time run ( #80 )
2023-07-14 16:34:24 -07:00
Michael Yang
567e74e7d7
Merge pull request #81 from jmorganca/fix-race-2
...
fix race
2023-07-14 15:12:01 -07:00
Michael Yang
5ade3db040
fix race
...
block on write which only returns when the channel is closed. this is
contrary to the previous arrangement where the handler may return but
the stream hasn't finished writing. it can lead to the client receiving
unexpected responses (since the request has been handled) or worst case
a nil-pointer dereference as the stream tries to flush a nil writer
2023-07-14 15:10:46 -07:00
Michael Yang
965f9ad033
Merge pull request #77 from jmorganca/mem
...
continue conversation
2023-07-14 14:57:42 -07:00
Michael Yang
5d1c6b7499
Merge pull request #79 from jmorganca/fix-typo
...
fix typo
2023-07-14 10:50:44 -07:00
Michael Yang
5fefaa5d4d
fix typo
2023-07-14 10:47:18 -07:00
Michael Yang
1775647f76
continue conversation
...
feed responses back into the llm
2023-07-13 17:13:00 -07:00
Michael Yang
77dc1a6d74
Merge pull request #74 from jmorganca/timings
...
Timings
2023-07-13 10:17:13 -07:00
Michael Yang
05e08d2310
return more info in generate response
2023-07-13 09:37:32 -07:00
Michael Yang
31590284a7
fix route
2023-07-12 19:21:49 -07:00
Michael Yang
f2863cc7f8
Merge pull request #76 from jmorganca/fix-pull
...
fix pull race
2023-07-12 19:21:13 -07:00
Jeffrey Morgan
4dd296e155
build app in publish script
2023-07-12 19:16:39 -07:00
Jeffrey Morgan
304f419429
update README.md
API reference
2023-07-12 19:16:28 -07:00
Michael Yang
2666d3c206
fix pull race
2023-07-12 19:07:23 -07:00
Jeffrey Morgan
787d965331
web: disable signup button while submitting
2023-07-12 17:32:27 -07:00
Jeffrey Morgan
e6eee0732c
web: fix npm build
2023-07-12 17:28:00 -07:00
Jeffrey Morgan
4c2b4589ac
web: newsletter signup on download page
2023-07-12 17:26:20 -07:00
Michael Yang
5571ed5248
Merge pull request #73 from jmorganca/generate-eof
...
fix eof error in generate
2023-07-12 11:09:23 -07:00
Michael Yang
0944b01e7d
pull fixes
2023-07-12 09:55:07 -07:00
Jeffrey Morgan
5028de2901
update vicuna model
2023-07-12 09:42:26 -07:00
Michael Yang
e1f0a0dc74
fix eof error in generate
2023-07-12 09:36:16 -07:00
Michael Yang
b227261f21
Merge pull request #71 from jmorganca/llama-errors
...
error checking new model
2023-07-12 09:20:33 -07:00
Jeffrey Morgan
c63f811909
return error if model fails to load
2023-07-11 20:32:26 -07:00
Jeffrey Morgan
7c71c10d4f
fix compilation issue in Dockerfile, remove from README.md
until ready
2023-07-11 19:51:08 -07:00
Michael Yang
c5f7eadd87
error checking new model
2023-07-11 17:07:41 -07:00
Jeffrey Morgan
dcb6ba389a
app: trim server lines before logging
2023-07-11 16:43:19 -07:00
Jeffrey Morgan
ed6abba75a
app: bundle real ggml-metal.metal
instead of symlink
2023-07-11 16:36:39 -07:00
Jeffrey Morgan
b52a400cdf
use go build
on publish
2023-07-11 16:17:45 -07:00
Jeffrey Morgan
2ed26f0047
tweak logging
2023-07-11 16:16:38 -07:00
Jeffrey Morgan
e64ef69e34
look for ggml-metal in the same directory as the binary
2023-07-11 15:58:56 -07:00
Jeffrey Morgan
3d0a9b477b
log to console as well as file
2023-07-11 15:52:22 -07:00
Michael Yang
7226980fb6
Merge pull request #70 from jmorganca/offline-fixes
...
offline fixes
2023-07-11 15:50:19 -07:00
Michael Yang
a806b03f62
no errgroup
2023-07-11 14:58:10 -07:00