"git@developer.sourcefind.cn:zhaoyu6/sglang.git" did not exist on "af46f299f91167a6987a473498484b00ef95276d"
- 06 Jan, 2026 1 commit
-
-
Devon Rifkin authored
* preserve tool definition and call JSON ordering This is another iteration of <https://github.com/ollama/ollama/pull/12518>, but this time we've simplified things by relaxing the competing requirements of being compatible AND order-preserving with templates (vs. renderers). We maintain backwards compatibility at the cost of not guaranteeing order for templates. We plan on moving more and more models to renderers, which have been updated to use these new data types, and additionally we could add an opt-in way of templates getting an order-preserved list (e.g., via sibling template vars) * orderedmap_test: remove testify
-
- 03 Jan, 2026 1 commit
-
-
lif authored
Fixes #13476 Signed-off-by:majiayu000 <1835304752@qq.com>
-
- 15 Dec, 2025 1 commit
-
-
Eva H authored
-
- 12 Dec, 2025 2 commits
- 10 Dec, 2025 3 commits
- 03 Dec, 2025 1 commit
-
-
Bruce MacDonald authored
This fixes a bug where disabling thinking on deepseek-v3.1 did not stop the model from thinking. When thinking is not defined it should not be sent to the server since this will cause error responses in some cases where the model does not support thinking. However if it is defined as false it should still be sent.
-
- 20 Nov, 2025 2 commits
-
-
Eva H authored
-
Jeffrey Morgan authored
-
- 18 Nov, 2025 1 commit
-
-
Eva H authored
-
- 17 Nov, 2025 1 commit
-
-
Eva H authored
-
- 11 Nov, 2025 4 commits
- 08 Nov, 2025 1 commit
-
-
Bruce MacDonald authored
-
- 06 Nov, 2025 5 commits
-
-
Eva Ho authored
-
Eva Ho authored
-
Daniel Alejandro Coll Tejeda authored
-
Vincent Koc authored
-
Eva Ho authored
-
- 05 Nov, 2025 4 commits
-
-
Eva Ho authored
-
Eva Ho authored
-
Eva Ho authored
-
Daniel Alejandro Coll Tejeda authored
-
- 04 Nov, 2025 1 commit
-
-
Daniel Hiltgen authored
* app: add code for macOS and Windows apps under 'app' * app: add readme * app: windows and linux only for now * ci: fix ui CI validation --------- Co-authored-by:jmorganca <jmorganca@gmail.com>
-
- 12 May, 2025 1 commit
-
-
Michael Yang authored
reduce prompt log to trace level
-
- 07 Feb, 2025 1 commit
-
-
Azis Alvriyanto authored
-
- 11 Dec, 2024 1 commit
-
-
Daniel Hiltgen authored
The new build embeds the arm runner in the main binary, so there is no longer a lib/ollama
-
- 10 Dec, 2024 1 commit
-
-
Stefan Weil authored
-
- 22 Nov, 2024 1 commit
-
-
Mikel Olasagasti Uranga authored
update uuid.New().String() to uuid.NewString()
-
- 21 Nov, 2024 1 commit
-
-
Nikita Ganzikov authored
-
- 18 Nov, 2024 1 commit
-
-
Daniel Hiltgen authored
Enable both left and right click on the pop-up menu
-
- 07 Nov, 2024 1 commit
-
-
Daniel Hiltgen authored
This should have been in #7347 but was overlooked.
-
- 30 Oct, 2024 1 commit
-
-
Daniel Hiltgen authored
* windows: Support alt install paths Advanced users are leveraging innosetup's /DIR switch to target an alternate location, but we get confused by things not existing in the LocalAppData dir. This also hardens the server path lookup code for a future attempt to unify with a ./bin prefix * Fit and finish improvements for windows app Document alternate install location instructions for binaries and model. Pop up progress UI for upgrades (automatic, with cancel button). Expose non-default port in menu to disambiguate mutiple instances. Set minimum Windows version to 10 22H2
-
- 25 Sep, 2024 1 commit
-
-
Jeffrey Morgan authored
-
- 20 Sep, 2024 1 commit
-
-
Daniel Hiltgen authored
* Unified arm/x86 windows installer This adjusts the installer payloads to be architecture aware so we can cary both amd64 and arm64 binaries in the installer, and install only the applicable architecture at install time. * Include arm64 in official windows build * Harden schedule test for slow windows timers This test seems to be a bit flaky on windows, so give it more time to converge
-
- 27 Aug, 2024 1 commit
-
-
Daniel Hiltgen authored
-