"vscode:/vscode.git/clone" did not exist on "ad1a57a2b9f9a53581e0358cf210698877f617e4"
  1. 17 Jul, 2023 1 commit
    • Patrick Devine's avatar
      basic distribution w/ push/pull (#78) · 2fb52261
      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: default avatarJeffrey Morgan <jmorganca@gmail.com>
      2fb52261
  2. 15 Jul, 2023 1 commit
  3. 14 Jul, 2023 2 commits
    • Michael Yang's avatar
      fix race · 5ade3db0
      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
      5ade3db0
    • Michael Yang's avatar
      continue conversation · 1775647f
      Michael Yang authored
      feed responses back into the llm
      1775647f
  4. 13 Jul, 2023 3 commits
  5. 12 Jul, 2023 1 commit
  6. 11 Jul, 2023 6 commits
  7. 10 Jul, 2023 2 commits
  8. 08 Jul, 2023 1 commit
  9. 07 Jul, 2023 8 commits
  10. 06 Jul, 2023 15 commits