mrahtz commited on
Commit
701e1e5
·
unverified ·
1 Parent(s): d098a3c

Remove accidental pdb import

Browse files
Files changed (1) hide show
  1. 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