DavidUdell / sparse_circuit_discovery

Circuit discovery in GPT-2 small, using sparse autoencoding
MIT License
6 stars 1 forks source link

Error when called from CLI only #116

Closed DavidUdell closed 1 week ago

DavidUdell commented 1 week ago
Exception ignored in: <function AGraph.__del__ at 0x7ff14daed2d0>
Traceback (most recent call last):
  File "/opt/conda/lib/python3.10/site-packages/pygraphviz/agraph.py", line 295, in __del__
  File "/opt/conda/lib/python3.10/site-packages/pygraphviz/agraph.py", line 1012, in _close_handle
TypeError: 'NoneType' object is not callable
DavidUdell commented 1 week ago

I think this does not affect functionality. Still annoying.

DavidUdell commented 1 week ago

Cleanup error ignored; not important, I think.