mivanit
mivanit
> Roundtrip is not always possible, for example {"a": {}} cannot be reconstructed unless we use some kind of sentinel for an empty dict. same goes for lists. I think...
How would I go about changing the background color?
you can get it to work by installing from git: `pip install git+https://github.com/noahmorrison/chevron` It looks like whatever wheel was pushed to PyPi is not the latest version, possibly because a...
Thanks for the thoughtful response! Unfortunately, zarr does not appear to have a C/C++ implementation, and implementing a reader looks like a very significant project that I am not willing...
Thanks! I really appreciate all the work you've put into this project, its super useful. I did not mean to complain about the errors -- I just thought it might...
Currently working on this in https://github.com/mivanit/transformerlens-model-table, will make a PR once that is more cleaned up (and I get around mixtral gated repo issues)
I'd also like to bump this, I was going to make the same request. Hitting the back button when creating a widget doesn't take you to the widgets screen but...
> @foxundermoon in the meanwhile, you can manually add `.egg` and `.apk` in your user settings, under `files.associations` > > something like that should work: > > ```json > {...
Here's what I use, no idea if it's best practice. It works with beartype for me, although I've done only pretty limited tests ```python3 import typing import jaxtyping import torch...
note: when trying to run the tests with no changes from dev, docs build fails due to missing access to `mistralai/Mistral-7B-v0.1` -- I assume whoever controls the token in the...