mirror of
https://github.com/jmorganca/ollama
synced 2025-10-05 16:22:53 +02:00
Now that we have a built-in parser abstraction, which was introduced in <https://github.com/ollama/ollama/pull/12248>, we can modify our harmony parser to match this and then get rid of nearly all of the harmony-specific logic in routes.go. We do have a small amount of code that turns the parser on by default if the architecture matches and no other built-in parser was provided. The built-in parser interface was modified in order to handle harmony's prefill and tool name translation requirements.
18 lines
135 B
Plaintext
18 lines
135 B
Plaintext
.DS_Store
|
|
.vscode
|
|
.env
|
|
.venv
|
|
.swp
|
|
dist
|
|
build
|
|
.cache
|
|
.gocache
|
|
*.exe
|
|
.idea
|
|
test_data
|
|
*.crt
|
|
__debug_bin*
|
|
llama/build
|
|
llama/vendor
|
|
/ollama
|