Skip to content

Commit 8718727

Browse files
committed
docs: Add comment about disabling compile for older GPUs
1 parent fccdbca commit 8718727

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ uv run python -m recursion.dataset.build_maze_dataset # 1000 examples, 8 augment
5656

5757
## Experiments
5858

59+
If using a GPU that is too old for Triton (CUDA Capability < 7.0, like NVIDIA GeForce GTX 1080), add
60+
`DISABLE_COMPILE=1` before the following commands.
61+
5962
### Sudoku-Extreme (assuming 1 L40S GPU):
6063

6164
```bash

0 commit comments

Comments
 (0)