Spaces:
Sleeping
Sleeping
Remove accidental pdb import
Browse files- tracr/rasp/rasp.py +0 -1
tracr/rasp/rasp.py
CHANGED
@@ -31,7 +31,6 @@ represents something like an attention matrix in the transformer.
|
|
31 |
|
32 |
For a full reference on RASP, see https://arxiv.org/abs/2106.06981.
|
33 |
"""
|
34 |
-
import pdb
|
35 |
|
36 |
import abc
|
37 |
import collections.abc
|
|
|
31 |
|
32 |
For a full reference on RASP, see https://arxiv.org/abs/2106.06981.
|
33 |
"""
|
|
|
34 |
|
35 |
import abc
|
36 |
import collections.abc
|