Jan Akhremchik

Results 3 issues of Jan Akhremchik

It would be nice to have support for multiline text field for experiment configuration. For example if I need to pass several elements to config in a list, I must...

feature request

Some changes happened in 3.1 model openness compared to llama 3, so it's worth adding it to the table.

Faced up with a bug related to the implementation of ScatterND op in tinygrad's onnx runner. This one https://github.com/tinygrad/tinygrad/blob/114bb94c551fea1def4f4aa17a677e3564c22d7e/tinygrad/nn/onnx.py#L1161-L1171 Got the following error: ```bash File /workspaces/hf_inference/venv/lib/python3.11/site-packages/tinygrad/uop/ops.py:1185, in RewriteContext.unified_rewrite(self, root) 1183...