You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the get_circuit of gemma-2-2b, my program stuck on def get_circuit() with an infinite loop.
I trace the code and find the problem is in jvp()
Also, the circuit.py is lacking from attribution import patching_effect, jvp
When I run the get_circuit of gemma-2-2b, my program stuck on
def get_circuit()with an infinite loop.I trace the code and find the problem is in
jvp()Also, the
circuit.pyis lackingfrom attribution import patching_effect, jvp