Commit Graph

  • c05ab9a86e
    Merge pull request #965 from jmorganca/mxyng/go-mod-tidy Michael Yang 2023-11-01 11:55:43 -07:00
  • f42f3d9b27 go fmt Michael Yang 2023-11-01 11:55:08 -07:00
  • 341fb7e35f go mod tidy Michael Yang 2023-11-01 11:54:25 -07:00
  • f31961637f
    Update README.md Michael 2023-11-01 12:20:55 -04:00
  • ec3614812a
    Merge pull request #960 from jmorganca/mxyng/fix-tautology Michael Yang 2023-11-01 08:30:49 -07:00
  • f14969314a
    Merge pull request #958 from jmorganca/mxyng/append-ld-library-path Michael Yang 2023-11-01 08:30:38 -07:00
  • 1fb9288661
    notify that the ollama api is available after linux install (#954) Bruce MacDonald 2023-11-01 11:28:26 -04:00
  • 01a03caa20
    Merge pull request #956 from jmorganca/mattw/apidocupdate Matt Williams 2023-10-31 21:43:11 -07:00
  • bf6786bb39 fix tautology Michael Yang 2023-10-31 20:49:48 -07:00
  • 642128b75a append LD_LIBRARY_PATH Michael Yang 2023-10-31 14:45:26 -07:00
  • f21bd6210d docs: clarify and clean up API docs Matt Williams 2023-10-31 13:11:33 -07:00
  • 80362fedce better readme Matt Williams 2023-10-31 12:40:46 -07:00
  • 5757925060 add a gif Matt Williams 2023-10-31 11:52:01 -07:00
  • 4512301756
    Update README.md Michael 2023-10-31 13:25:36 -04:00
  • 2236a93efc docs: add examples using bash to compare models Matt Williams 2023-10-31 09:12:39 -07:00
  • ad88799411
    Merge pull request #949 from jmorganca/matt/fixPrivateGPT Matt Williams 2023-10-30 17:17:00 -07:00
  • 0818b5e318
    readline windows terminal support (#950) Bruce MacDonald 2023-10-30 16:18:12 -04:00
  • 1df6100c77
    Update examples/langchain-python-rag-privategpt/privateGPT.py Matt Williams 2023-10-30 12:48:17 -07:00
  • 5c48fe1fb0
    Update examples/langchain-python-rag-privategpt/constants.py Matt Williams 2023-10-30 12:47:56 -07:00
  • 874bb31986
    Fix conversion command for gptneox (#948) Dirk Loss 2023-10-30 19:34:29 +01:00
  • f7856a57eb fix: private gpt example was broken due to changes in chroma Matt Williams 2023-10-30 10:56:25 -07:00
  • f9a4281124
    clean up: remove server functions from client (#937) Bruce MacDonald 2023-10-30 11:10:18 -04:00
  • 96da0792e6
    doc: OllamaSharp for .NET moved to libraries Timothy Jaeryang Baek 2023-10-28 16:18:38 -05:00
  • 95d24262fc
    doc: categorised community integrations + added web-ui Timothy Jaeryang Baek 2023-10-28 16:02:13 -05:00
  • 8d03bd7b54 remove +build directive in term.go Jeffrey Morgan 2023-10-28 09:56:03 -07:00
  • 9ec16f0f03 fix formatting when exiting ollama run v0.1.7 Jeffrey Morgan 2023-10-27 21:26:23 -07:00
  • 57a58db1b0 history: update pos after compact Jeffrey Morgan 2023-10-27 20:38:03 -07:00
  • 2d75a4537c close input channel when receiving io.EOF Jeffrey Morgan 2023-10-27 20:26:04 -07:00
  • 4748609611
    Don't quit ioloop on NUL character (#940) Jeffrey Morgan 2023-10-27 20:01:48 -07:00
  • c0dcea1398
    Update faq.md Jeffrey Morgan 2023-10-27 18:29:00 -07:00
  • 115fc56eb7 calculate and verify md5 checksum Michael Yang 2023-10-27 10:11:28 -07:00
  • 186f685224 retry PUT Michael Yang 2023-10-25 14:37:53 -07:00
  • 12efcbb057 comments Michael Yang 2023-10-20 13:11:25 -07:00
  • 4e09aab8b9 concurrent uploads Michael Yang 2023-10-09 10:24:27 -07:00
  • 3a1ed9ff70
    restore building runner with AVX on by default (#900) v0.1.6 Jeffrey Morgan 2023-10-27 12:13:44 -07:00
  • 6d283882b1
    catch insufficient permissions nvidia err (#934) Bruce MacDonald 2023-10-27 12:42:40 -04:00
  • 5c3491f425
    allow for a configurable ollama model storage directory (#897) Bruce MacDonald 2023-10-27 10:19:59 -04:00
  • e5d1ce4dde
    Tweaks to README.md (#906) James Braza 2023-10-27 00:10:23 -07:00
  • 2665f3c28e
    offload 75% of available vram to improve stability (#921) Bruce MacDonald 2023-10-26 20:49:55 -04:00
  • a79f030e75
    add bracketed paste mode (#922) Patrick Devine 2023-10-26 15:57:00 -07:00
  • 9bc5864a03
    Merge pull request #918 from jmorganca/mxyng/fix-out-of-space Michael Yang 2023-10-26 12:24:20 -07:00
  • b88cc0fac9
    Merge pull request #916 from jmorganca/mxyng/fix-client-host Michael Yang 2023-10-26 12:24:12 -07:00
  • 5b2cf16397
    fix docker build annotations (#917) Patrick Devine 2023-10-26 12:00:33 -07:00
  • 910816a532 fix(download): no retry when out of space Michael Yang 2023-10-26 11:34:02 -07:00
  • 28c3f288e2 client: fix trailing slash Michael Yang 2023-10-26 10:47:41 -07:00
  • deeac961bb
    new readline library (#847) Patrick Devine 2023-10-25 16:41:18 -07:00
  • 49443e7da5 fix typo in README.md Jeffrey Morgan 2023-10-25 16:19:21 -07:00
  • bb8464c0d2
    update golang.org/x/net fixes CVE-2023-3978,CVE-2023-39325,CVE-2023-44487 (#855) Ajay Kemparaj 2023-10-25 16:17:24 -07:00
  • daa5bb4473
    Merge pull request #907 from jmorganca/mxyng/linux Michael Yang 2023-10-25 15:03:34 -07:00
  • 92119de9d8 update linux.md Michael Yang 2023-10-25 14:47:49 -07:00
  • 53b0ba8d43
    Merge pull request #893 from jmorganca/mxyng/update-faq Michael Yang 2023-10-24 16:02:35 -07:00
  • db342691f9
    Update docs/faq.md Michael Yang 2023-10-24 13:59:33 -07:00
  • cecf83141e
    Linux uninstall instructions (#894) v0.1.5 Bruce MacDonald 2023-10-24 14:07:05 -04:00
  • a5a2adf1ec update faq Michael Yang 2023-10-24 10:54:16 -07:00
  • b0c9cd0f3b fix metal assertion errors Jeffrey Morgan 2023-10-24 00:32:36 -07:00
  • 77f61c6301 update submodule commit Jeffrey Morgan 2023-10-24 00:30:27 -07:00
  • f3604534e5 update submodule commit Jeffrey Morgan 2023-10-23 23:59:05 -07:00
  • 914428351a
    Update import.md Jeffrey Morgan 2023-10-23 17:44:53 -07:00
  • 9afea9e3b9
    Update import.md Jeffrey Morgan 2023-10-23 17:42:17 -07:00
  • c039432b5c
    add current user to ollama group on install (#772) Bruce MacDonald 2023-10-23 17:06:31 -04:00
  • c345b4ca7c
    Merge pull request #884 from jmorganca/mxyng/update-submodules v0.1.4 Michael Yang 2023-10-23 11:27:38 -07:00
  • 0c7a00a264 bump submodules Michael Yang 2023-10-23 11:09:28 -07:00
  • 36c160f1c3
    Merge pull request #881 from jmorganca/mxyng/ggufv3 Michael Yang 2023-10-23 10:50:45 -07:00
  • b66bcaa582
    Merge pull request #883 from jmorganca/mxyng/logs Michael Yang 2023-10-23 10:50:29 -07:00
  • c9167494cb update default log target Michael Yang 2023-10-23 10:41:18 -07:00
  • 125d0a013a ggufv3 Michael Yang 2023-10-23 09:33:13 -07:00
  • ba2da6ceaa
    Added a minimalist React UI for Ollama models to the community contributions.md (#870) Richard Awoyemi 2023-10-23 15:44:39 +01:00
  • 131413ddff wip cgo Jeffrey Morgan 2023-10-22 09:54:59 -04:00
  • ccff9ca09c
    Update README.md Jeffrey Morgan 2023-10-21 11:58:10 -04:00
  • 436a5be49c
    Update README.md Jeffrey Morgan 2023-10-21 11:57:32 -04:00
  • cc0bf96398
    Merge pull request #829 from jmorganca/mattw/example-summarize-news Matt Williams 2023-10-20 21:03:16 -07:00
  • 386169205c
    update runtime options (#864) Michael Yang 2023-10-20 18:17:14 -07:00
  • 0d6342a882
    Merge pull request #863 from jmorganca/mxyng/nil-pointer Michael Yang 2023-10-20 17:23:37 -07:00
  • 75bee074b6 fix: nil pointer dereference Michael Yang 2023-10-20 16:52:48 -07:00
  • 533d76368c
    Merge pull request #859 from jmorganca/mxyng/fix-hostname Michael Yang 2023-10-20 11:40:56 -07:00
  • 459f4a7889 fix: ollama host for hostname Michael Yang 2023-10-20 11:32:28 -07:00
  • 25c63c91d8
    Update README.md Matt Williams 2023-10-19 13:52:40 -07:00
  • cbfff4f868 update dependencies in app/ Jeffrey Morgan 2023-10-19 15:52:41 -04:00
  • 7ed5a39bc7 simpler check for model loading compatibility errors Jeffrey Morgan 2023-10-19 14:50:45 -04:00
  • cc1d03f4ec
    Merge pull request #841 from jmorganca/mxyng/cleanup-cmd-args Michael Yang 2023-10-19 11:22:40 -07:00
  • 846f593dbf
    Merge pull request #828 from jmorganca/mxyng/template-parameters Michael Yang 2023-10-19 09:31:31 -07:00
  • 0a53da03fd
    Merge pull request #843 from jmorganca/mxyng/request-validation Michael Yang 2023-10-19 09:30:45 -07:00
  • 2ce1793a1d go fmt Michael Yang 2023-10-19 09:21:00 -07:00
  • e1c5be24e7 check json eof Michael Yang 2023-10-18 16:08:42 -07:00
  • 2ad8a074ac generate: set created_at Michael Yang 2023-10-18 16:04:32 -07:00
  • 7e547c6833 s/message/error/ Michael Yang 2023-10-18 15:56:56 -07:00
  • 689842b9ff request: bad request when model missing fields Michael Yang 2023-10-18 15:56:34 -07:00
  • a19d47642e models: rm workDir from CreateModel Michael Yang 2023-10-18 15:55:50 -07:00
  • a7dad24d92
    add error for falcon and starcoder vocab compatibility (#844) Jeffrey Morgan 2023-10-19 12:18:31 -04:00
  • 6b213216d5
    Update import.md Jeffrey Morgan 2023-10-19 12:17:36 -04:00
  • fe6f3b48f7
    do not reload the running llm when runtime params change (#840) Bruce MacDonald 2023-10-19 10:39:58 -04:00
  • 36c88cb9db cmd: set ExactArgs Michael Yang 2023-10-18 11:57:22 -07:00
  • 235e43d7f6
    Merge pull request #833 from discovertomorrow/leadingspace Michael Yang 2023-10-18 13:52:48 -07:00
  • 730996e530 use TrimPrefix instead of TrimLeft Arne Müller 2023-10-18 22:51:30 +02:00
  • ce6197a8e0 removed redundant strings.CutPrefix from Decode Arne Müller 2023-10-18 22:47:20 +02:00
  • 46b9953f32 use strings.TrimLeft to remove spaces Arne Müller 2023-10-18 22:41:19 +02:00
  • 4dcceeffb7 let the template do the work Michael Yang 2023-10-17 15:53:46 -07:00
  • 019e4a4558 image: show parameters Michael Yang 2023-10-17 15:40:06 -07:00
  • 627d04d927
    Merge pull request #827 from jmorganca/mxyng/template-adapters Michael Yang 2023-10-18 13:11:25 -07:00
  • 940e8ebec3
    Merge pull request #826 from jmorganca/mxyng/template-system Michael Yang 2023-10-18 13:11:09 -07:00