- Notifications
You must be signed in to change notification settings - Fork12.4k
Tags: ollama/ollama
Tags
v0.9.7-rc0
ggml: Report ordinal IDs for AMD GPUs on WindowsWe don't get valid UUIDs for AMD GPUs on Windows, so the best optionis to use the ordinal IDs. This brings us in line with what we currentlydo on the Ollama server - the only exception is AMD GPUs on Linux, whichfalls back to using ordinal IDs. The GGML implementation has no fallbackbut it doesn't appear to occur for any of the GPUs that we support.It's also possible that there are collisions between ordinal IDs fordifferent libraries - however the only places where we use them areAMD on Windows and Metal on Mac, which can never occur on the samesystem.
v0.9.6-rc0
add `tool_name` to api.md (#11326)
v0.9.4-rc6
tools: fix parsing tool calls with empty arguments, missing required ……fields (#11233)
v0.9.4-rc5
tools: fix parsing tool calls with empty arguments, missing required ……fields (#11233)
v0.9.4-rc4
tools: fix parsing tool calls with empty arguments, missing required ……fields (#11233)
v0.9.4-rc3
tools: fix parsing tool calls with empty arguments, missing required ……fields (#11233)
v0.9.4-rc2
chore: cleanup comments + unused vars (#11225)
PreviousNext