Skip to content

Commit 6b84c49

Browse files
committed
fix(activation): preserve tokens type during dtype conversion
2 parents 9fe770e + d7753a4 commit 6b84c49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lm_saes/activation/processors/cached_activation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,4 +261,4 @@ def __getitem__(self, chunk_idx):
261261
return self.activation_loader.load_chunk_for_hooks(
262262
chunk_idx,
263263
self.hook_chunks,
264-
)
264+
)

0 commit comments

Comments
 (0)