Volodymyr Kyrylov
Volodymyr Kyrylov
rebar.config: ``` {deps, [{brod, ".*", {git, "git://github.com/klarna/brod.git", {tag, "3.7.5"}}}]}. ``` dep/com log: ``` ~/xient% mad dep ==> dependency: "git://github.com/klarna/brod.git" tag: {tag,"3.7.5"} ==> dependency: "https://github.com/klarna/supervisor3.git" tag: {tag,"1.1.8"} ==> dependency: "https://github.com/klarna/kafka_protocol.git" tag:...
Hi, I've noticed that the command below takes a long time to finish (`lein ring jar` takes ~7 seconds while `lein ring war` takes a minute). I'm not that into...
Example: ``` cli -a --arg1 -- i read these things into a list of Strings ```
Currently `calculate-id` generates uids at evaluation time. I'm proposing to make calculate-id as a regular package that generates contents of `/etc/passwd` that can be plugged in to NixOS — this...
Running the triton implementation with torch 2.2 on inputs of type float16 and bfloat16 result in the following error: ``` File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None,...
@sustcsonglin has suggested that float accumulation might improve stability of the implementation. The current test I'm trying using to see this is: ``` python -m pytest tests -s -v -k...
Introducing a kernel for training a [fast weight programmer](http://proceedings.mlr.press/v139/schlag21a/schlag21a.pdf) by backpropagating through the [delta rule](https://www-isl.stanford.edu/~widrow/papers/c1960adaptiveswitching.pdf) (online linear regression) with @ischlag. Improving on top of first order recurrence with scalar hidden...