- 18 Jul, 2023 1 commit
-
-
Patrick Devine authored
-
- 17 Jul, 2023 21 commits
-
-
Jeffrey Morgan authored
-
Michael Yang authored
modelfile params
-
Michael Yang authored
-
Michael Yang authored
-
Michael Yang authored
-
Jeffrey Morgan authored
-
Michael Yang authored
fix file paths for windows
-
Michael Yang authored
-
Michael Yang authored
-
hoyyeva authored
welcome screen improvements
-
Eva Ho authored
-
Jeffrey Morgan authored
-
Jeffrey Morgan authored
-
Jeffrey Morgan authored
-
Jeffrey Morgan authored
-
Jeffrey Morgan authored
-
Jeffrey Morgan authored
-
Jeffrey Morgan authored
-
Jeffrey Morgan authored
-
Jeffrey Morgan authored
-
Patrick Devine authored
* 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>
-
- 15 Jul, 2023 6 commits
-
-
Jeffrey Morgan authored
-
Michael Yang authored
fix multibyte responses
-
Michael Yang authored
windows build
-
Michael Yang authored
-
Michael Yang authored
-
Michael Yang authored
-
- 14 Jul, 2023 8 commits
-
-
Jeffrey Morgan authored
-
hoyyeva authored
-
Michael Yang authored
fix race
-
Michael Yang authored
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
-
Michael Yang authored
continue conversation
-
Michael Yang authored
fix typo
-
Michael Yang authored
-
Michael Yang authored
feed responses back into the llm
-
- 13 Jul, 2023 4 commits
-
-
Michael Yang authored
Timings
-
Michael Yang authored
-
Michael Yang authored
-
Michael Yang authored
fix pull race
-