ollama/model
Bruce MacDonald 31d04eb795 model: add a test for model forward pass during implementation
Adds a new test file to verify model forward pass behavior through
JSON-specified test cases. The framework loads model files (.gguf) and their
corresponding test specifications to validate expected outputs using greedy
sampling.
2025-02-18 14:21:10 -08:00
..
imageproc imageproc mllama refactor (#7537) 2024-12-14 19:50:15 -08:00
models Runner for Ollama engine 2025-02-13 17:09:26 -08:00
testdata model: add a test for model forward pass during implementation 2025-02-18 14:21:10 -08:00
model.go model: document high-level model interface (#9122) 2025-02-14 16:01:00 -08:00
model_external_test.go model: add a test for model forward pass during implementation 2025-02-18 14:21:10 -08:00
model_test.go Runner for Ollama engine 2025-02-13 17:09:26 -08:00
process_text.go vocab: Use int32 for special tokens 2025-02-13 17:09:26 -08:00
process_text_test.go next ollama runner (#7913) 2025-02-13 16:31:21 -08:00