Commit Graph

  • 435cc866a3 fix: mixtral graph Michael Yang 2024-04-22 16:57:05 -07:00
  • c7d3a558f6
    docs: update README to add chat (web UI) for LLM (#3810) Hao Wu 2024-04-23 08:19:39 +08:00
  • 7551eb0346
    Merge branch 'main' into patch-1 Bruce MacDonald 2024-04-22 20:19:33 -04:00
  • e4b493cfdd
    Update README.md Bruce MacDonald 2024-04-22 20:19:07 -04:00
  • 089cdb2877
    docs: Update README for Lobe-chat integration. (#3817) Maple Gao 2024-04-23 08:18:15 +08:00
  • f3934ef5a8
    Merge branch 'main' into patch-1 Bruce MacDonald 2024-04-22 20:18:03 -04:00
  • ea1e9aa36b
    Update README.md (#3655) Võ Đình Đạt 2024-04-23 07:16:55 +07:00
  • d0d28ef90d
    Update README.md with Discord-Ollama project (#3633) Jonathan Smoley 2024-04-22 17:14:20 -07:00
  • 6f8fc80b3c
    Merge branch 'main' into JT2M0L3Y/readme-update Bruce MacDonald 2024-04-22 20:14:11 -04:00
  • 6654186a7c
    Add podman-ollama to terminal apps (#3626) Eric Curtin 2024-04-23 01:13:23 +01:00
  • aa72281eae Trim spaces and quotes from llm lib override Daniel Hiltgen 2024-04-22 17:11:14 -07:00
  • 74bcbf828f
    add qa-pilot link (#3612) reid41 2024-04-23 08:10:34 +08:00
  • fe39147e64
    Add Chatbot UI v2 to Community Integrations (#3503) Christian Neff 2024-04-23 02:09:55 +02:00
  • fad00a85e5 stop running model on interactive exit Bruce MacDonald 2024-04-22 16:22:14 -07:00
  • 10fe4f7eca
    fix: update docker and build_linux configuration Gamunu Balagalla 2024-04-23 01:23:04 +05:30
  • e117483ef6 Add done_reason jmorganca/done-reason jmorganca 2024-04-22 09:30:19 -04:00
  • 5b69d2ac36 fix typo/lint Eli Bendersky 2024-04-11 06:52:25 -07:00
  • baa0047346 api: fill up API documentation Eli Bendersky 2024-04-11 06:46:00 -07:00
  • 0fd4199b39 update llama.cpp submodule to 8960fe8 jmorganca/llama-cpp-8960fe8 jmorganca 2024-04-22 08:45:08 -04:00
  • 1278aef7b1
    Merge branch 'main' into http-bandwidth-limit Eren Aslan 2024-04-22 12:38:45 +03:00
  • ead235ad97
    Merge branch 'ollama:main' into cpu-only-docker Климентий Титов 2024-04-22 12:20:16 +03:00
  • d298af3807
    docs: Update README for Lobe-chat integration. Maple Gao 2024-04-22 16:49:24 +08:00
  • 6c695323bf
    add chat (web UI) for LLM Hao Wu 2024-04-22 11:46:40 +08:00
  • 52039e2c96
    Merge branch 'ollama:main' into patch-1 Christian Neff 2024-04-22 00:58:36 +02:00
  • ff5334c823
    Merge branch 'ollama:main' into patch-api Christian Neff 2024-04-22 00:58:11 +02:00
  • 9b625aa902
    Merge branch 'ollama:main' into main Климентий Титов 2024-04-21 23:37:53 +03:00
  • 0662b9b043 ♻️ refactor: update code to use the langchain_community library and adapt method calls for compatibility with the new library version Dennis Kruyt 2024-04-21 22:19:40 +02:00
  • 9c0db4cc83
    Update gen_windows.ps1 Jeremy 2024-04-21 16:13:41 -04:00
  • 53101ae37c
    Improve Documentation Security Considerations breadtk 2024-04-21 12:05:12 -07:00
  • d836ffa3a2
    Merge remote-tracking branch 'upstream/main' Gamunu Balagalla 2024-04-21 18:02:50 +05:30
  • 425219f1ca use vanity imports 1753749637347031862/tmp_refs/heads/ollama.com 1753749637347031862/ollama.com ollama.com Blake Mizerany 2024-04-20 20:04:00 -07:00
  • 62be2050dd
    chore: use errors.New to replace fmt.Errorf will much better (#3789) Cheng 2024-04-21 10:11:06 +08:00
  • dcf0f5a06b chore: use errors.New to replace fmt.Errorf will much better ChengenH 2024-04-21 09:51:45 +08:00
  • 56f8aa6912
    types/model: export IsValidNamePart (#3788) Blake Mizerany 2024-04-20 18:26:34 -07:00
  • 37fe943f76 types/model: export IsValidNamePart Blake Mizerany 2024-04-20 18:10:47 -07:00
  • 301691cd7d
    fix: docker build and refactor code Gamunu Balagalla 2024-04-21 00:32:24 +05:30
  • b33124aad1
    Allow any kind of JSON including arrays or straight literals, not just objects at the top level. Craig R. Hughes 2024-04-20 12:10:57 -07:00
  • e6f9bfc0e8
    Update api.md (#3705) Sri Siddhaarth 2024-04-21 00:47:03 +05:30
  • 461ee34a55
    Remove all whitespace for generation. Every token is more CO2, less speed, and more $$$ in NVidia's pocket. Craig R. Hughes 2024-04-20 12:12:57 -07:00
  • 604ac83361
    Allow whitespace within objects and arrays, but remove trailing possibly infinite whitespace Craig R. Hughes 2024-04-20 12:11:25 -07:00
  • 65232672ec
    Allow any kind of JSON including arrays or straight literals, not just objects at the top level. Craig R. Hughes 2024-04-20 12:10:57 -07:00
  • e6c00a9f43
    Critical fix from llama.cpp JSON grammar to forbid un-escaped escape characters inside strings, which breaks parsing. Craig R. Hughes 2024-04-20 12:08:15 -07:00
  • 72a89a13e4
    Add PHP as an example Alfred Nutile 2024-04-20 06:53:08 -04:00
  • 59a5ebdc6f
    Merge c27648294f1ed952ffc41b710eb46e314826baf8 into 8d1995c625e7f2ed2ff98eb099e1bd8d7e6e133e guangwu 2024-04-19 15:04:58 -07:00
  • 12f26cc73e
    Merge branch 'ollama:main' into main Климентий Титов 2024-04-19 22:59:40 +03:00
  • 9efdf02ebb draft: push Michael Yang 2024-04-18 17:25:25 -07:00
  • a94c4014c2 update create handler to use model.Name Michael Yang 2024-04-18 15:23:54 -07:00
  • b49dea6c24 use manifests iter for list Michael Yang 2024-04-18 14:05:58 -07:00
  • fdee756c78 update delete handler to use model.Name Michael Yang 2024-04-17 17:23:19 -07:00
  • 991dedd7c5 update list handler to use model.Name Michael Yang 2024-04-17 14:54:14 -07:00
  • 7d62b7342a update copy to use model.Name Michael Yang 2024-04-16 16:22:38 -07:00
  • 9e27e8f2c1 update tests Michael Yang 2024-04-16 15:37:28 -07:00
  • 9b4aff8dff quantize any fp16/fp32 model Michael Yang 2024-04-12 13:55:12 -07:00
  • cbcd72723a
    Merge 7deaa8b4958e0fbfdeffa2388429af11ee378b08 into 8d1995c625e7f2ed2ff98eb099e1bd8d7e6e133e RAPID ARCHITECT 2024-04-19 19:48:51 +08:00
  • c89a2eb7ef
    Update README.md Mr. AGI 2024-04-19 13:11:21 +05:00
  • 6f18297b3a
    Update gen_windows.ps1 Jeremy 2024-04-18 19:47:44 -04:00
  • 15016413de
    Update gen_windows.ps1 Jeremy 2024-04-18 19:27:16 -04:00
  • 440b7190ed
    Update gen_linux.sh Jeremy 2024-04-18 19:18:10 -04:00
  • 8d1995c625
    Merge pull request #3708 from remy415/arm64static Daniel Hiltgen 2024-04-18 16:04:12 -07:00
  • fd01fbf038
    Merge pull request #3710 from remy415/update-jetson-docs Daniel Hiltgen 2024-04-18 16:02:08 -07:00
  • 0408205c1c
    types/model: accept former : as a separator in digest (#3724) Blake Mizerany 2024-04-18 14:17:46 -07:00
  • 63a7edd771
    Update README.md Jeffrey Morgan 2024-04-18 16:09:38 -04:00
  • 554ffdcce3
    add llama3 to readme Michael 2024-04-18 15:18:48 -04:00
  • c496967e56
    Merge branch 'ollama:main' into mannix-server ManniX-ITA 2024-04-18 18:45:15 +02:00
  • 9850a4ce08
    Merge branch 'ollama:main' into update-jetson-docs Jeremy 2024-04-18 09:55:17 -04:00
  • 3934c15895
    Merge branch 'ollama:main' into custom-gpu-defs Jeremy 2024-04-18 09:55:10 -04:00
  • fd048f1367
    Merge branch 'ollama:main' into arm64static Jeremy 2024-04-18 09:55:04 -04:00
  • c5aaee8989
    fix CPU-only build Mark CDA 2024-04-18 15:18:26 +03:00
  • 14f445a822
    add CPU-only docker build Mark CDA 2024-04-18 11:14:51 +03:00
  • c4e7744673
    Merge branch 'ollama:main' into main Климентий Титов 2024-04-18 10:45:12 +03:00
  • 9517c00bfd Add env override for opts.NumThread & opts.NumGPU Self Denial 2024-04-17 23:35:26 -06:00
  • 476d0a3711 types/model: accept former : as a separator in digest Blake Mizerany 2024-04-17 17:04:13 -07:00
  • 2a9bf44b66
    Update README.md Kevin Thomas 2024-04-17 21:09:51 -04:00
  • cfd4152eb6 ... 1753749461032706255/tmp_refs/heads/bmizerany/filepathnobuild 1753749461032706255/bmizerany/filepathnobuild bmizerany/filepathnobuild Blake Mizerany 2024-04-17 17:04:13 -07:00
  • 8645076a71
    Merge pull request #3712 from ollama/mxyng/mem Michael Yang 2024-04-17 15:57:51 -07:00
  • 05e9424824
    Merge pull request #3664 from ollama/mxyng/fix-padding-2 Michael Yang 2024-04-17 15:57:40 -07:00
  • 52ebe67a98
    Merge pull request #3714 from ollama/mxyng/model-name-host Michael Yang 2024-04-17 15:34:03 -07:00
  • 889b31ab78 types/model: support : in PartHost for host:port Michael Yang 2024-04-17 15:13:05 -07:00
  • 3cf483fe48 add stablelm graph calculation Michael Yang 2024-04-17 13:57:19 -07:00
  • 8dca03173d Merge remote-tracking branch 'upstream/main' into update-jetson-docs Jeremy 2024-04-17 16:18:50 -04:00
  • 85bdf14b56 update jetson tutorial Jeremy 2024-04-17 16:17:42 -04:00
  • d524e5ef5e Merge branch 'custom-gpu-defs' of https://github.com/remy415/ollama into custom-gpu-defs Jeremy 2024-04-17 16:01:03 -04:00
  • 52f5370c48 add support for custom gpu build flags for llama.cpp Jeremy 2024-04-17 16:00:48 -04:00
  • c7005c931a
    Build v0.1.32 Matias Piipari 2024-04-17 22:45:24 +03:00
  • da8a0c7657
    Merge branch 'ollama:main' into arm64static Jeremy 2024-04-17 15:22:34 -04:00
  • 1b42b4b59a
    Merge branch 'ollama:main' into custom-gpu-defs Jeremy 2024-04-17 15:21:56 -04:00
  • 7c000ec3ed adds support for OLLAMA_CUSTOM_GPU_DEFS to customize GPU build flags Jeremy 2024-04-17 15:21:05 -04:00
  • c8afe7168c use correct extension for feature and model request issue templates jmorganca 2024-04-17 15:18:36 -04:00
  • 28d3cd0148 simpler feature and model request forms jmorganca 2024-04-17 15:17:08 -04:00
  • eb5554232a simpler feature and model request forms jmorganca 2024-04-17 15:14:49 -04:00
  • ea4c284a48
    Merge branch 'ollama:main' into arm64static Jeremy 2024-04-17 15:11:38 -04:00
  • 2bdc320216 add descriptions to issue templates jmorganca 2024-04-17 15:08:36 -04:00
  • 32561aed09 simplify github issue templates a bit jmorganca 2024-04-17 15:06:57 -04:00
  • 71548d9829
    Merge pull request #3706 from ollama/mxyng/mem Michael Yang 2024-04-17 11:58:20 -07:00
  • 8aec92fa6d rearranged conditional logic for static build, dockerfile updated Jeremy 2024-04-17 14:43:28 -04:00
  • a8b9b930b4 account for all non-repeating layers Michael Yang 2024-04-17 10:29:12 -07:00
  • 9755cf9173
    acknowledge the amazing work done by Georgi and team! Michael 2024-04-17 13:48:14 -04:00
  • 70261b9bb6 move static build to its own flag Jeremy 2024-04-17 13:04:28 -04:00
  • a14ffc08c0
    Update api.md Sri Siddhaarth 2024-04-17 22:34:00 +05:30
  • 5ba2eb1cea
    Update blockSize method to fix IQ4_NL ManniX-ITA 2024-04-17 18:41:04 +02:00