1. 28 Sep, 2023 1 commit
  2. 12 Sep, 2023 1 commit
  3. 06 Sep, 2023 1 commit
  4. 31 Aug, 2023 1 commit
  5. 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
  6. 29 Aug, 2023 1 commit
  7. 17 Aug, 2023 1 commit
  8. 10 Aug, 2023 4 commits
  9. 08 Aug, 2023 2 commits
  10. 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
  11. 04 Aug, 2023 1 commit
  12. 01 Aug, 2023 2 commits
  13. 28 Jul, 2023 3 commits
  14. 27 Jul, 2023 8 commits
  15. 25 Jul, 2023 1 commit
  16. 24 Jul, 2023 1 commit
  17. 21 Jul, 2023 1 commit
  18. 20 Jul, 2023 2 commits
  19. 19 Jul, 2023 1 commit
  20. 18 Jul, 2023 1 commit
  21. 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
  22. 14 Jul, 2023 2 commits
  23. 13 Jul, 2023 1 commit
  24. 11 Jul, 2023 1 commit