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.
20 lines
207 B
Plaintext
20 lines
207 B
Plaintext
.DS_Store
|
|
.vscode
|
|
.env
|
|
.venv
|
|
.swp
|
|
dist
|
|
build
|
|
ollama
|
|
.cache
|
|
*.exe
|
|
.idea
|
|
test_data
|
|
*.crt
|
|
__debug_bin*
|
|
llama/build
|
|
llama/vendor
|
|
model/testdata/models/*
|
|
!model/testdata/models/*.md
|
|
!model/testdata/models/*.json
|