ollama/model/testdata/models
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
..
README.md model: add a test for model forward pass during implementation 2025-02-18 14:21:10 -08:00
qwen2_5.json model: add a test for model forward pass during implementation 2025-02-18 14:21:10 -08:00

README.md

Test Model Directory

This directory is used for storing model files (like .gguf files) that are required to run the tests in model_external_test.go.

Usage

  • Place any model files you need for testing in this directory
  • The test file will look for any model files here (e.g., llama3.gguf)
  • All non-markdown files in this directory are git-ignored to prevent large model files from being committed to the repository
  • Only .md files (like this README) will be tracked in git