"vscode:/vscode.git/clone" did not exist on "60ffa8425383a058c34dcab48079a36e526ed454"
  1. 05 Oct, 2023 1 commit
  2. 02 Oct, 2023 1 commit
  3. 29 Sep, 2023 1 commit
  4. 28 Sep, 2023 1 commit
  5. 12 Sep, 2023 1 commit
  6. 06 Sep, 2023 1 commit
  7. 31 Aug, 2023 1 commit
  8. 30 Aug, 2023 1 commit
    • Bruce MacDonald's avatar
      subprocess llama.cpp server (#401) · 42998d79
      Bruce MacDonald authored
      * remove c code
      * pack llama.cpp
      * use request context for llama_cpp
      * let llama_cpp decide the number of threads to use
      * stop llama runner when app stops
      * remove sample count and duration metrics
      * use go generate to get libraries
      * tmp dir for running llm
      42998d79
  9. 29 Aug, 2023 1 commit
  10. 17 Aug, 2023 1 commit
  11. 10 Aug, 2023 4 commits
  12. 08 Aug, 2023 2 commits
  13. 07 Aug, 2023 1 commit
    • Michael Yang's avatar
      automatically set num_keep if num_keep < 0 · 4dc5b117
      Michael Yang authored
      num_keep defines how many tokens to keep in the context when truncating
      inputs. if left to its default value of -1, the server will calculate
      num_keep to be the left of the system instructions
      4dc5b117
  14. 04 Aug, 2023 1 commit
  15. 01 Aug, 2023 2 commits
  16. 28 Jul, 2023 3 commits
  17. 27 Jul, 2023 8 commits
  18. 25 Jul, 2023 1 commit
  19. 24 Jul, 2023 1 commit
  20. 21 Jul, 2023 1 commit
  21. 20 Jul, 2023 2 commits
  22. 19 Jul, 2023 1 commit
  23. 18 Jul, 2023 1 commit
  24. 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
  25. 14 Jul, 2023 1 commit