terafo

Results 5 issues of terafo

Tokei takes too much time on [ImageMagick](https://github.com/ImageMagick/ImageMagick/) repo(more than 30 seconds), which is strange, since this repo is not that large.

Chrono crate advises not to use **Date** type, and, to discourage to use it, that type is non serializable with serde. Since persistence feature of eframe requires serde, is is...

Currently something as simple as `Tensor.arange(2)@Tensor.arange(2)` crashes because dot product tries to access `shape[-2]`. Now 1D@1D and 2D@1D works as expected, in all instances.

Weights are quantized with just running `quantize.py`. To inference with quantize weights `--quantized` flag should be used when running LLaMa. What works: Absmax quantization of LLaMa weights and their inference...

bounty locked

With this backend unquantized driver monitoring model from openpilot repo runs in sim with results verified against other runtimes, here's the output of `HEXAGON=1 MODEL=dm python test/external/external_model_benchmark.py`: ``` dm tinygrad_hexagon_jitless...