mirror of
https://github.com/ollama/ollama.git
synced 2025-11-12 10:07:38 +01:00
24 lines
516 B
Plaintext
24 lines
516 B
Plaintext
protect **/*.go
|
|
include common/
|
|
include common/base64.*
|
|
include common/common.*
|
|
include common/json-schema-to-grammar.*
|
|
include common/json.*
|
|
include common/log.*
|
|
include common/sampling.*
|
|
include common/stb_image.*
|
|
include include/
|
|
include include/llama.*
|
|
include include/llama-*.*
|
|
include tools/
|
|
include tools/mtmd/
|
|
include tools/mtmd/clip.*
|
|
include tools/mtmd/clip-impl.*
|
|
include tools/mtmd/llava.*
|
|
include src/
|
|
include src/llama.*
|
|
include src/llama-*.*
|
|
include src/unicode-data.*
|
|
include src/unicode.*
|
|
exclude *
|