mivanit

Results 17 issues of mivanit

### Expected Behavior pdoc should successfully build docs with `git_link_template = 'https://github.com/USER/PROJECT/blob/{commit}/{path}#L{start_line}-L{end_line}'` for classes with `property` or `cached_property` ### Actual Behavior ```python Python/Lib/site-packages/pdoc/html_helpers.py:580: UserWarning: format_git_link for failed: Traceback (most recent...

Have `uv export` support exporting only the requirements listed in an extra, without package dependencies or dev dependencies. # Use Case For CI, it's common to have a separate job...

Ready for review, requires `HF_TOKEN` to allow access to certain gated mistral models # Description This PR ports features from my [transformerlens-model-table](https://miv.name/transformerlens-model-table/) repo to TransformerLens, implementing most of the features...

I am getting the following error when attempting to compile a paper using the docker container. using pandoc/latexmk locally works just fine. I haven't the faintest idea what `\GetTitleStringResult` is...

question

**Describe the bug** I'm pretty sure `from IPython import get_ipython; get_ipython().magic(...)` no longer works with `ipython>=8.0.0`, see https://github.com/ipython/ipython/pull/12343 This causes some of the notebooks to break. For now, in #986,...

### Proposal Support the SimpleStories family of models. ### Motivation The TinyStories models already included in TransformerLens are incredibly useful both as objects of study in their own right, as...

complexity-moderate
model-request

**Describe the bug** initializing a `HookedTransformer` from a config sets some weights to `nan`. I do not see any clear pattern as to what weights are set, but it is...