Commit Graph

  • c06b9b7304 update progress rendering to be closer to v0.1.10 Jeffrey Morgan 2023-11-19 13:43:21 -05:00
  • 95b9acd324 improve pull percentage rendering Jeffrey Morgan 2023-11-19 11:00:43 -05:00
  • 04cbf5ccc0 progress bar styling improvements Jeffrey Morgan 2023-11-19 09:54:33 -05:00
  • e1d7056496 update progress statuses Jeffrey Morgan 2023-11-19 09:20:22 -05:00
  • dedb42582b feat: gravatar default image updated Timothy J. Baek 2023-11-19 00:46:27 -08:00
  • 83ff1d77ea feat: set first user to admin by default Timothy J. Baek 2023-11-19 00:41:29 -08:00
  • 07d2c9871f feat: admin panel added Timothy J. Baek 2023-11-19 00:13:59 -08:00
  • 8547b7807d feat: basic RBAC support Timothy J. Baek 2023-11-18 21:41:43 -08:00
  • 02524a56ff check retry for authorization error Jeffrey Morgan 2023-11-19 00:19:53 -05:00
  • 1657c6abc7 add note to specify JSON in the prompt when using JSON mode Jeffrey Morgan 2023-11-18 22:59:26 -05:00
  • 12e046f12a remove unused function Jeffrey Morgan 2023-11-18 21:29:32 -05:00
  • 33a0f7c303 Use build tags to generate accelerated binaries for CUDA and ROCm on Linux. The build tags rocm or cuda must be specified to both go generate and go build. ROCm builds should have both ROCM_PATH set (and the ROCM SDK present) as well as CLBlast installed (for GGML) and CLBlast_DIR set in the environment to the CLBlast cmake directory (likely /usr/lib/cmake/CLBlast). Build tags are also used to switch VRAM detection between cuda and rocm implementations, using added "accelerator_foo.go" files which contain architecture specific functions and variables. accelerator_none is used when no tags are set, and a helper function addRunner will ignore it if it is the chosen accelerator. Fix go generate commands, thanks @deadmeu for testing. 65a 2023-10-16 17:41:40 -07:00
  • 36a3bbf65f Update llm/llama.go Jeffrey Morgan 2023-11-18 21:24:59 -05:00
  • 43a726149d fix potentially inaccurate error message Bruce MacDonald 2023-11-17 18:05:28 -05:00
  • 3dc2308a93
    Update llm/llama.go Jeffrey Morgan 2023-11-18 21:24:59 -05:00
  • 921eef03b3 feat: multi-user support w/ RBAC Timothy J. Baek 2023-11-18 16:47:12 -08:00
  • bfe9179097 main-gpu argument is not getting passed to llamacpp, fixed. Purinda Gunasekara 2023-11-19 10:00:57 +11:00
  • 602969ff1e upload: retry complete upload Michael Yang 2023-11-17 23:52:11 -08:00
  • c4d2a9c1a5 adjust download/upload parts Michael Yang 2023-11-17 13:17:55 -08:00
  • 984714f131 update status text when transfering blob on ollama create Jeffrey Morgan 2023-11-18 09:40:10 -05:00
  • bab9494176 add - separator to temp file created on ollama create Jeffrey Morgan 2023-11-18 09:39:52 -05:00
  • 85e4441c6a cache docker builds Jeffrey Morgan 2023-11-18 08:51:24 -05:00
  • 7a24186e6e adding an ogpt.nvim neovim plugin Huy Le 2023-11-18 05:58:52 -07:00
  • 261f3745a1 Merge branch 'main' of github.com:huynle/ollama Huy Le 2023-11-18 05:56:38 -07:00
  • f897949ca0
    Merge branch 'jmorganca:main' into main Huy Le 2023-11-18 05:56:30 -07:00
  • 275d594186 upload: retry complete upload Michael Yang 2023-11-17 23:52:11 -08:00
  • 42e43736a4
    Merge pull request #1186 from jmorganca/mxyng/copy-blob Michael Yang 2023-11-17 21:54:53 -08:00
  • c6e6c8ee7e fix cross device rename Michael Yang 2023-11-17 15:21:57 -08:00
  • bf9551a9b7 fix potentially inaccurate error message Bruce MacDonald 2023-11-17 18:05:28 -05:00
  • a185b29719 fix install script error on linux Jeffrey Morgan 2023-11-17 18:00:41 -05:00
  • dc84b20d6b
    Merge pull request #1104 from jmorganca/mxyng/jupyter Michael Yang 2023-11-17 14:46:26 -08:00
  • ad8659b980
    Merge pull request #1161 from jmorganca/mxyng/systemd-placeholder Michael Yang 2023-11-17 14:45:38 -08:00
  • 8c3de52522
    Add Rivet to Community Integrations Andy Brenneke 2023-11-17 14:06:45 -08:00
  • c1bbf5ddee
    Merge pull request #1134 from jmorganca/mxyng/progress Michael Yang 2023-11-17 14:03:35 -08:00
  • 6a983c265c
    Merge pull request #118 from ollama-webui/dev Timothy Jaeryang Baek 2023-11-17 16:18:50 -05:00
  • 31e38df0a5
    Merge branch 'main' into dev Timothy Jaeryang Baek 2023-11-17 16:18:04 -05:00
  • 7f47718a69 feat: ui update Timothy J. Baek 2023-11-17 13:17:30 -08:00
  • 0b19e24d81
    only retry once on auth failure (#1175) Bruce MacDonald 2023-11-17 14:22:35 -05:00
  • 788cda75eb
    Merge pull request #116 from ollama-webui/dev Timothy Jaeryang Baek 2023-11-17 13:53:56 -05:00
  • 0ed1460844
    Merge branch 'main' into dev Timothy Jaeryang Baek 2023-11-17 13:53:14 -05:00
  • e588b00ab5 doc: docker compose updated Timothy J. Baek 2023-11-17 10:38:29 -08:00
  • 3cb07d2773 simplify StopAndClear Michael Yang 2023-11-17 10:13:13 -08:00
  • 976068369b stop all spinners on progress stop Michael Yang 2023-11-15 16:59:49 -08:00
  • 4d677ee389 no divide by zero Michael Yang 2023-11-15 14:52:21 -08:00
  • 7ea905871a only move cursor up if pos > 0 Michael Yang 2023-11-15 14:04:57 -08:00
  • d6ecaa2cbf update progress responses Michael Yang 2023-11-14 17:03:18 -08:00
  • 4dcf7a59b1 generate progress Michael Yang 2023-11-14 16:58:51 -08:00
  • 1c0e092ead progress cmd Michael Yang 2023-11-14 16:33:24 -08:00
  • c4a3ccd7ac progress Michael Yang 2023-11-14 16:33:16 -08:00
  • 9f04e5a8ea format bytes Michael Yang 2023-11-14 16:33:09 -08:00
  • f91bb2f7f0 remove progressbar Michael Yang 2023-11-13 15:12:15 -08:00
  • 0813387414
    Merge pull request #1177 from jmorganca/mxyng/faq Michael Yang 2023-11-17 10:05:21 -08:00
  • 4936b5bb37 add jupyter readme Michael Yang 2023-11-17 09:30:02 -08:00
  • 786288829e Make Archlinux a sub-heading of Linux. tusharhero 2023-11-17 23:17:36 +05:30
  • 72dcc952b6 Add Installation instructions for Archlinux tusharhero 2023-11-17 23:13:40 +05:30
  • f7f6d6c693 Update examples/jupyter-notebook/ollama.ipynb Michael Yang 2023-11-14 10:58:28 -08:00
  • a3053b66d2 add jupyter notebook example Michael Yang 2023-11-12 13:13:52 -08:00
  • c82ead4d01 faq: fix heading and add more details Michael Yang 2023-11-17 09:00:14 -08:00
  • 90860b6a7e
    update faq (#1176) Michael Yang 2023-11-17 08:42:58 -08:00
  • 1f61cbf22f update faq Michael Yang 2023-11-17 08:41:48 -08:00
  • 85ac6424bc only retry once on auth failure Bruce MacDonald 2023-11-17 11:12:47 -05:00
  • 81092147c4 remove unnecessary -X POST from example curl commands Jeffrey Morgan 2023-11-17 09:50:38 -05:00
  • 92656a74b7
    Use llama2 as the model in api.md Jeffrey Morgan 2023-11-17 07:17:51 -05:00
  • 41434a7cdc build intel mac with correct binary and compile flags v0.1.10 Jeffrey Morgan 2023-11-16 22:13:25 -05:00
  • 71687ab809
    Merge pull request #1164 from jmorganca/mxyng/faq Michael Yang 2023-11-16 17:20:18 -08:00
  • d8842b4d4b update faq Michael Yang 2023-11-16 17:06:21 -08:00
  • 6f2a27932f
    docs: add brew installation note Rui Chen 2023-11-16 20:06:58 -05:00
  • 32add8577d placeholder environment variables Michael Yang 2023-11-16 16:52:40 -08:00
  • 585f9c01fa
    Merge pull request #1160 from jmorganca/mxyng/faq Michael Yang 2023-11-16 16:48:51 -08:00
  • c13bde962d
    Update docs/faq.md Michael Yang 2023-11-16 16:48:38 -08:00
  • ee307937fd update faq Michael Yang 2023-11-16 16:46:43 -08:00
  • ab6639bc47
    Merge pull request #1074 from jmorganca/mattw/loganalysisexample Matt Williams 2023-11-16 16:33:07 -08:00
  • fefae84c06 example: function calling Matt Williams 2023-11-16 16:26:29 -08:00
  • dbe6e77472
    Update README.md Jeffrey Morgan 2023-11-16 16:46:38 -05:00
  • 4b3f4bc7d9
    return failure details when unauthorized to push (#1131) Bruce MacDonald 2023-11-16 16:44:18 -05:00
  • 7270d4011d
    Update server/images.go Bruce MacDonald 2023-11-16 16:41:10 -05:00
  • a5ccf742c1 fix cross repo mounts Michael Yang 2023-11-16 12:18:03 -08:00
  • e33ef391cd fix push scope error for inherited model Michael Yang 2023-11-16 11:44:09 -08:00
  • 88a368530c return lastErr Bruce MacDonald 2023-11-16 16:15:41 -05:00
  • 75295b9528
    install: fix enable contrib on debian 12 (#1151) yanndegat 2023-11-16 21:53:06 +01:00
  • 7f7f0806ae fix cross repo mounts Michael Yang 2023-11-16 12:18:03 -08:00
  • 963bb24492 fix push scope error for inherited model Michael Yang 2023-11-16 11:44:09 -08:00
  • db5ef3004c
    Merge pull request #1079 from jmorganca/mattw/jsonexample Matt Williams 2023-11-16 09:13:34 -08:00
  • b5f158f046
    add faq for proxies (#1147) Michael Yang 2023-11-16 08:43:37 -08:00
  • 30141b42e9
    Add Cheshire Cat to community integrations (#1124) Piero Savastano 2023-11-16 17:30:54 +01:00
  • 5f301ece1d
    Add Maid to Community Integrations (#1120) Dane Madsen 2023-11-17 02:27:53 +10:00
  • 28dd25d417 install: fix enable contrib on debian 12 yann degat 2023-11-16 09:20:53 +01:00
  • 86827ba193 add faq for proxies Michael Yang 2023-11-15 17:15:50 -08:00
  • 77954bea0e
    Merge pull request #898 from jmorganca/mxyng/build-context Michael Yang 2023-11-15 16:41:12 -08:00
  • 54f92f01cb update docs Michael Yang 2023-11-15 15:22:12 -08:00
  • 30ae6e731e
    Update randomaddresses.py Michael 2023-11-15 18:24:50 -05:00
  • b28a30f7ba
    Update examples/python-json-datagenerator/predefinedschema.py Michael 2023-11-15 18:23:36 -05:00
  • ecd71347ab
    Update faq.md Jeffrey Morgan 2023-11-15 18:17:13 -05:00
  • 8ee4cbea0f
    Remove table of contents in faq.md Jeffrey Morgan 2023-11-15 18:16:27 -05:00
  • 652d90e1c7 Update server/images.go Michael Yang 2023-11-15 15:15:36 -08:00
  • bc22d5a38b no blob response Michael Yang 2023-11-15 13:55:37 -08:00
  • 71d71d0988 update docs Michael Yang 2023-11-15 11:01:32 -08:00
  • 1901044b07 use checksum reference Michael Yang 2023-11-15 10:59:38 -08:00
  • d660eebf22 fix create from model tag Michael Yang 2023-11-15 10:57:09 -08:00
  • cac11c9137 update api docs Michael Yang 2023-11-14 14:44:10 -08:00