mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
* search: add BEAM_VERIFY option to validate search results refactor fuzz_linearizer comparison to allow it to be used in for BEAM_VERIFY in device.py * search: fix to verify the beam_search result and not the fastest * search: fix typing and clean up * device: remove imports from test and add LOGKERN options LOGKERN output can be used with test/external/verify_kernel.py to validate correctness * fix example in verify_kernel.py * cleanup fixes * fix to use f-strings |
||
|---|---|---|
| .. | ||
| extract_policynet.py | ||
| extract_sa_pairs.py | ||
| generate_dataset.sh | ||
| get_action_space.py | ||
| helpers.py | ||
| pretrain_valuenet.py | ||
| rl.py | ||
| run_qnet.py | ||
| search.py | ||
| test_beam_search.py | ||
| test_net.py | ||
| test_time_linearizer.py | ||