Commit Graph

  • 04733438da check head request response Michael Yang 2023-10-03 16:12:53 -07:00
  • 711e891f0f fix resumable downloads Michael Yang 2023-10-02 15:26:27 -07:00
  • 090d08422b handle unexpected eofs Michael Yang 2023-10-02 13:34:07 -07:00
  • 5b84404c64 handle concurrent requests for the same blobs Michael Yang 2023-09-29 16:13:53 -07:00
  • 8544edca21 parallel chunked downloads Michael Yang 2023-09-27 16:22:30 -07:00
  • 5d22319a2c
    rename server subprocess (#700) Bruce MacDonald 2023-10-06 10:15:42 -04:00
  • 2130c0708b
    output type parsed from modelfile (#678) Bruce MacDonald 2023-10-05 14:58:04 -04:00
  • 61ff1946e6
    revise help text (#706) Patrick Devine 2023-10-05 11:36:07 -07:00
  • d06bc0cb6e
    enable q8, q5, 5_1, and f32 for linux gpu (#699) Bruce MacDonald 2023-10-05 12:53:47 -04:00
  • d104b7e997
    Fix go test./... issue: fmt.Println arg list ends with redundant newline (#705) Alexander F. Rødseth 2023-10-05 17:11:04 +02:00
  • 9e2de1bd2c
    increase streaming buffer size (#692) Bruce MacDonald 2023-10-04 14:09:00 -04:00
  • dc87e9c9ae update Dockerfile to pass GOFLAGS Jeffrey Morgan 2023-10-03 07:05:09 -07:00
  • 367cb68dc1
    Merge pull request #686 from jmorganca/mxyng/starcoder Michael Yang 2023-10-02 22:47:19 -07:00
  • c02c0cd483 starcoder Michael Yang 2023-10-02 19:52:25 -07:00
  • 1852755154
    show a default message when license/parameters/system prompt/template aren't specified (#681) v0.1.1 Patrick Devine 2023-10-02 14:34:52 -07:00
  • 6f2ce74231 Got rif of all caps to show it can be lower case James Braza 2023-10-02 13:54:27 -07:00
  • 6edcc5c79f Using code highlighting syntax around Modelfile James Braza 2023-10-02 13:46:05 -07:00
  • b1f7123301
    clean up num_gpu calculation code (#673) Bruce MacDonald 2023-10-02 14:53:42 -04:00
  • 1fbf3585d6
    Relay default values to llama runner (#672) Bruce MacDonald 2023-10-02 14:53:16 -04:00
  • 99d5161e8a
    don't wordwrap when stdout is redirected or piped (#662) Patrick Devine 2023-10-02 11:50:55 -07:00
  • ea8380be45
    add community project: Chatbot Ollama Michael 2023-10-02 09:04:31 -07:00
  • 4f25092dc1 fix build_docker.sh permissions Jeffrey Morgan 2023-10-01 16:42:32 -07:00
  • 949fc4eafa wip /api/chat api Jeffrey Morgan 2023-10-01 14:54:17 -07:00
  • 4fc10acce9
    add some missing code directives in docs (#664) Jiayu Liu 2023-10-02 02:51:01 +08:00
  • 0a4f21c0a7
    fix docker build (#659) Michael Yang 2023-09-30 13:34:01 -07:00
  • 9abb66254a docker: fix volume permission errors Jeffrey Morgan 2023-09-30 12:32:06 -07:00
  • 1d0ebe67e8
    Document response stream chunk delimiter. (#632) Jay Nakrani 2023-09-30 00:45:52 -04:00
  • a1b2d95f96
    remove unused push/pull params (#650) Bruce MacDonald 2023-09-29 17:27:19 -04:00
  • c0b1bf7537
    Merge pull request #606 from jmorganca/mxyng/install.sh-2 Michael Yang 2023-09-29 11:30:46 -07:00
  • cdfeb165ca
    Merge pull request #608 from jmorganca/mxyng/build Michael Yang 2023-09-29 11:30:25 -07:00
  • 92d454ec5f update build_darwin.sh Michael Yang 2023-09-26 10:38:32 -07:00
  • 9333b0cc82
    Merge pull request #612 from jmorganca/mxyng/prune-empty-directories Michael Yang 2023-09-29 11:23:39 -07:00
  • 9771b1ec51
    windows runner fixes (#637) Bruce MacDonald 2023-09-29 11:47:55 -04:00
  • 76db4a49cf
    allow the user to cancel generating with ctrl-C (#641) Patrick Devine 2023-09-28 17:13:01 -07:00
  • 4aa0976a2e
    Added missing return preventing SIGSEGV because of missing resp (#621) Luc Stepniewski 2023-09-28 23:25:22 +02:00
  • 92c20fdae6
    fix error messages for unknown commands in the repl (#611) Patrick Devine 2023-09-28 14:19:45 -07:00
  • c951da7096
    Merge pull request #634 from jmorganca/mxyng/int64 Michael Yang 2023-09-28 14:17:47 -07:00
  • 24d82a23a2
    do not download updates multiple times (#633) Bruce MacDonald 2023-09-28 15:29:17 -04:00
  • f40b3de758 use int64 consistently Michael Yang 2023-09-28 10:00:34 -07:00
  • 5f4008c296
    Update README.md Michael 2023-09-28 09:06:03 -07:00
  • 6ae33d8141
    Update modelfile.md to reflect the usage of num_gpu. (#629) Aaron Coffey 2023-09-28 07:21:21 -07:00
  • c5664c1fef
    Update faq.md Jeffrey Morgan 2023-09-27 13:49:43 -07:00
  • 958a5a8184 revert fedora cuda version check Bruce MacDonald 2023-09-27 15:12:29 -04:00
  • 8608eb4760 prune empty directories Michael Yang 2023-09-26 17:28:14 -07:00
  • a2b210130f
    fedora install fixes (#609) Bruce MacDonald 2023-09-27 11:43:47 -04:00
  • ed20837f9a Update modelfile.md Bruce MacDonald 2023-09-27 10:38:10 -04:00
  • 1db2a61dd0
    Added num_predict to the options table (#614) James Braza 2023-09-27 07:26:08 -07:00
  • 2ded8ab206 use 11.8.0 nvidia dockerfile base image for now Jeffrey Morgan 2023-09-25 23:52:05 -07:00
  • e6b3648bbf
    Merge pull request #616 from jmorganca/mxyng/fix-model-name Michael Yang 2023-09-26 20:54:18 -07:00
  • 0625e805f0 fix model name not matching Michael Yang 2023-09-26 19:49:55 -07:00
  • c38ec5befb
    Merge pull request #598 from jmorganca/mxyng/help-exit Michael Yang 2023-09-26 15:17:40 -07:00
  • c577721a43
    Merge pull request #605 from jmorganca/mxyng/install.sh Michael Yang 2023-09-26 09:53:05 -07:00
  • 29c056ea39 ordered list of install locations Michael Yang 2023-09-26 09:38:11 -07:00
  • 9fc3bba9cf do no unload nouveau driver Michael Yang 2023-09-26 09:36:54 -07:00
  • 7774ed4ae6
    Update README.md for linux + cleanup (#601) Michael Chiang 2023-09-25 23:44:53 -07:00
  • 11f920f209
    Merge pull request #599 from jmorganca/mxyng/install.sh Michael Yang 2023-09-25 18:24:13 -07:00
  • 6e6b655956 update install.sh Michael Yang 2023-09-25 18:09:34 -07:00
  • 110ae89a6c
    Merge pull request #596 from jmorganca/mxyng/install.sh Michael Yang 2023-09-25 17:59:13 -07:00
  • 5e388f931e check cuda installed before installing Michael Yang 2023-09-25 17:56:43 -07:00
  • d5ad41dd7b fix path for wsl user Michael Yang 2023-09-25 17:56:25 -07:00
  • d294a11bc9 start service on exit instead of immediately Michael Yang 2023-09-25 16:11:21 -07:00
  • 93d887e4bc add painter message for exit Michael Yang 2023-09-25 16:30:14 -07:00
  • 5306b0269d
    Update linux.md v0.1.0 Jeffrey Morgan 2023-09-25 16:10:32 -07:00
  • 7de0c8345d
    Merge pull request #595 from jmorganca/mxyng/install.sh Michael Yang 2023-09-25 15:49:47 -07:00
  • 1b9dcab3ab ignore systemctl is-system-running exit code Michael Yang 2023-09-25 15:47:39 -07:00
  • 86279f4ae3
    unbound max num gpu layers (#591) Bruce MacDonald 2023-09-25 23:36:46 +01:00
  • b934bf23e6
    exit on unknown distro (#594) Michael Yang 2023-09-25 15:30:58 -07:00
  • 2b8ef455ad
    Merge pull request #593 from jmorganca/mxyng/install.sh Michael Yang 2023-09-25 14:09:40 -07:00
  • 0c5f47177c update install.sh Michael Yang 2023-09-25 13:21:02 -07:00
  • 1210db2924
    Merge pull request #592 from jmorganca/mxyng/install.sh Michael Yang 2023-09-25 12:59:01 -07:00
  • d0854bf1e6 fix dkms on debian Michael Yang 2023-09-25 12:57:21 -07:00
  • 8396463255
    Merge pull request #590 from jmorganca/mxyng/install.sh Michael Yang 2023-09-25 12:17:31 -07:00
  • a027bbf4d7 fix dkms install Michael Yang 2023-09-25 11:28:21 -07:00
  • ed94a3dd02
    Merge pull request #589 from jmorganca/mxyng/install.sh Michael Yang 2023-09-25 11:08:25 -07:00
  • f14f62ab3b update install.sh Michael Yang 2023-09-25 09:25:59 -07:00
  • 0fb5268496
    Update linux.md Jeffrey Morgan 2023-09-25 10:06:23 -07:00
  • c65edb1506
    fix linux installer warning logs (#588) Bruce MacDonald 2023-09-25 16:22:56 +01:00
  • 1605af32ec
    Added a new community project (#574) Twan L 2023-09-25 07:40:59 -07:00
  • ee3032ad89 improvements to docs/linux.md Jeffrey Morgan 2023-09-24 21:50:07 -07:00
  • 5b7a27281d improvements to docs/linux.md Jeffrey Morgan 2023-09-24 21:38:23 -07:00
  • d2a784e33e add docs/linux.md Jeffrey Morgan 2023-09-24 21:34:44 -07:00
  • 413a2e4f91 set DEBIAN_FRONTEND=noninteractive correctly Jeffrey Morgan 2023-09-24 20:35:42 -07:00
  • a92fdff620 add the example for ask the mentors Matt Williams 2023-09-24 15:58:32 -07:00
  • b5614f3ebc
    fix end-of-line issue with the new prompt (#582) Patrick Devine 2023-09-23 17:20:30 -07:00
  • 8b2ba9cab8 minor improvements to install.sh Jeffrey Morgan 2023-09-23 11:20:39 -04:00
  • e29662ab5c fix minor install script issues on debian Jeffrey Morgan 2023-09-23 10:25:47 -04:00
  • cbc40aa996
    debian installer support (#579) Bruce MacDonald 2023-09-23 14:46:47 +01:00
  • 5cb82540c9 install.sh: update install url Jeffrey Morgan 2023-09-23 09:35:14 -04:00
  • d7849a1dc9 add .env to .dockerignore Jeffrey Morgan 2023-09-23 00:53:48 -04:00
  • 01c44d687e add multi line strings to final prompt v0.0.21 Jeffrey Morgan 2023-09-23 00:27:24 -04:00
  • 9b12a511ca check other request fields before load short circuit in /api/generate Jeffrey Morgan 2023-09-22 23:50:55 -04:00
  • e20362e0d5 fix multi line input in ollama run Jeffrey Morgan 2023-09-22 23:49:35 -04:00
  • c928ceb927
    add word wrapping for lines which are longer than the terminal width (#553) v0.0.20 Patrick Devine 2023-09-22 13:36:08 -07:00
  • e1a0846483
    Merge pull request #571 from jmorganca/mxyng/update-dockerfile Michael Yang 2023-09-22 12:34:41 -07:00
  • f997e29e45
    Add Dockerfile.build for building linux binaries (#558) Jeffrey Morgan 2023-09-22 15:20:12 -04:00
  • 87d9efb364
    switch to forked readline lib which doesn't wreck the repl prompt (#578) Patrick Devine 2023-09-22 12:17:45 -07:00
  • 93d3a2568d replace dockerfile Michael Yang 2023-09-22 11:57:31 -07:00
  • 5a81390b24 update dockerfile.cuda Michael Yang 2023-09-21 17:01:07 -07:00
  • a89ef99aed
    Merge pull request #575 from jmorganca/mxyng/fix-ipv6-only Michael Yang 2023-09-22 11:47:11 -07:00
  • dc0c725ceb
    ubuntu cuda drivers (#576) Bruce MacDonald 2023-09-22 19:43:14 +01:00