Clément Dumas
Clément Dumas
Yeah I think it might makes more sense to implement a new class using renaming [e.g. like this](https://github.com/Butanium/nnterp/blob/0.4renamingdev/nnterp/standardized_transformer.py ) and predefine hook functions per model to grab attention etc rather...
Hey @Michaelikarasik, NNsight doc states > Interventions within the tracing context do not necessarily execute in the order they are defined. Instead, their execution is tied to the module they...
Yes I think there should be a warning / exception for this kind of failure
probably name_or_path is enough? (see https://github.com/ndif-team/nnsight/issues/478#issuecomment-3067129362)
Yeah more generally this behavior of "changes of values on your predefined locals are only taken into account if you save the value" seems error prone. I'm wondering if you...
Closing this as #137 already ask for this feature
I would be very surprised if it'd be possible as NNsight need access to the pytorch module which is not exposed by the URL. Sounds like the best thing for...
I think there is a tradeoff because it's also nice to not get the llm loading overhead by default
to make the code more readable you can use "```py" instead of "```", this will enable to syntax highlighting
see also https://github.com/anthropics/claude-code/issues/15637 for same issue on a diff platform