mirror of
https://github.com/ollama/ollama.git
synced 2025-11-12 06:47:46 +01:00
24 lines
535 B
Plaintext
24 lines
535 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 examples/
|
|
include examples/llava/
|
|
include examples/llava/clip.*
|
|
include examples/llava/clip-impl.*
|
|
include examples/llava/llava.*
|
|
include src/
|
|
include src/llama.*
|
|
include src/llama-*.*
|
|
include src/unicode-data.*
|
|
include src/unicode.*
|
|
exclude *
|