mirror of
https://github.com/p-e-w/heretic.git
synced 2026-07-09 17:28:29 +00:00
| .. | ||
| gemma-4e | ||
| mistral-3 | ||
| qwen3.5-moe | ||
| README.md | ||
| run_tests.py | ||
Run the tests with
uv run run_tests.py
To update the hashes after a logic change, run the tests, then execute
cd TEST_DIR/model
sha256sum -b * > ../SHA256SUMS.LABEL
where LABEL describes the type of system you are running the tests on.
Since PyTorch does not guarantee exact cross-system reproducibility regardless of configuration,
multiple valid hashes can be provided for each output file. The above update must be performed
for each TEST_DIR and on each type of system.