Results 191 issues of Lukasz Stafiniak

E.g. a legend box below the plot, right-aligned.

enhancement

Intended for testing behavior under the bytecode compiler. See issue: _`dune runtest` compiles but does not execute `(inline_tests) (modes byte)`_

The package `conf-cuda-config` collects information, and then the package `conf-cuda` verifies that the CUDA library headers are installed. `conf-cuda` provides instructions to the user on how to install the CUDA...

question

Convert right-margin comments into OCaml source comments (trailing comments on code lines). Somehow implement a renderer so that non-docu-comments that follow code are rendered right-adjusted (right margin) in the generated...

enhancement

Another NNs framework in Rust: https://github.com/charles-r-earp/krnl -- "Similar functionality to CUDA and OpenCL." https://github.com/charles-r-earp/autograph -- "Host and device execution. Tensors, models, and optimizers can be serialized." Compare / contrast with...

explore

[Parany](https://github.com/UnixJunkie/parany). Will require accordingly refactoring both `Session` and `Exec_as_gccjit`.

enhancement

Passing the debug runtime is: bloat, distracting, and not particularly safe (easy to forget / miss).

https://github.com/karpathy/LLM101n In an ideal, unrushed world, I would closely follow "Zero to Hero" and "LLM101n" to build out OCANNL's functionality and user experience.

explore

The settings are redundant and can be conflicting, and ppx_minidebug debug levels should always take precedence.

enhancement

https://imbue.com/research/70b-infrastructure/ "In the span of a few months, with a small team of researchers and engineers, we trained a 70B parameter model from scratch on our own infrastructure that outperformed...

explore