Jani Monoses

Results 54 comments of Jani Monoses

No idea about the implementation, but the UX could be as in the Papers app for iOS. You'd have an Import from URL button along the Import from disk one....

The binutils fix no longer applies, this can be closed.

@robin-kunzler it seems to work for me with this small change to the code you pointed at https://github.com/briansmith/webpki/pull/241

I've addressed the two comments. AIUI extra test cases apart from the current simple one are blocked on #248 ?

With --skip-errors one can take stderr output and sed/grep those lines from the csv and fix them up separately. It would still be helpful if this tool dumped the lines...

> * some of the dependencies of the workspace (but not rustls/rustls itself) are still depending on Rustls 0.16.20; The latest released rcgen (used in the examples) uses ring 0.16.20,...

The Tinystories paper has a section dedicated to interpretability, as it is one of their motivations/findings https://arxiv.org/abs/2305.07759

@djc hello, I cannot do it in the next few days, so anyone is welcome to adapt it. Thanks.

Those numbers are larger than expected by exactly vocab_size * dim (32000*288 for the 15M model) which is the size of the input and output layers. If you count the...

The underlying lock file (/tmp/libtpu_lockfile) is not removed on program exit but reused across runs and users. So the open() permissions for it should be 0666 in order to work...