Bryce Meyer
Bryce Meyer
# Description Adds official python 3.13 support Fixes # (issue) ## Type of change Please delete options that are not relevant. - [ ] Bug fix (non-breaking change which fixes...
# Description This PR updates jaxtyping to the most recent version. Some work needs to be done to make TransformerLens compatible with the most recent version. Fixes # (issue) ##...
### Proposal Right now we are passing all of the params someone uses in HookedTransformer.from_pretrained to transformers. This means that device_map is being passed to transformers, but it only is...
### Proposal There are some functions in TransformerLens where position and keyed arguments are allowed for the purpose of passing down to other functions. `model_args` should be removed in favor...