mirror of
https://github.com/p-e-w/heretic.git
synced 2026-09-16 17:16:31 -07:00
c6f1f34a63
* fix: Hash on windows * trigger ci * fix: prefer .yaml (used widely than .toml for model configs) * use removeprefix * docs: restore commet * use removeprefix again * tests: Add windows hash files for all test models * trigger ci * fix: minor cleanup * clean merge mismatch * remove unnecessary CRLF replace, now that we support more SUMS files
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 * > ../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.