Skip to content

Commit 01c2bc1

Browse files
committed
default to same compress and fine block size for enwik8
1 parent a834a5a commit 01c2bc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

train.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
# sparse attention related
4040

4141
SLIDING_WINDOW_SIZE = 64
42-
COMPRESS_BLOCK_SIZE = 8
42+
COMPRESS_BLOCK_SIZE = 16
4343

4444
FINE_BLOCK_SIZE = 16
4545
NUM_FINE_SELECTED = 4

0 commit comments

Comments
 (0)