Skip to content

Commit 7f69e1a

Browse files
authored
Use chunking for speed (#23)
1 parent 973e702 commit 7f69e1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/simple.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def create_simple_config() -> ScratchGPTConfig:
6565
batch_size=32,
6666
dropout_rate=0.1,
6767
random_seed=1337,
68-
iteration_type="sliding",
68+
iteration_type="chunking",
6969
)
7070

7171
return ScratchGPTConfig(architecture=architecture, training=training)

0 commit comments

Comments
 (0)