We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a01f03 commit d472afaCopy full SHA for d472afa
run_python_examples.sh
@@ -93,7 +93,7 @@ function mnist() {
93
uv run main.py --epochs 1 --dry-run || error "mnist example failed"
94
}
95
function mnist_forward_forward() {
96
- uv run main.py --epochs 1 --no_mps --no_cuda || error "mnist forward forward failed"
+ uv run main.py --epochs 1 --no_accel || error "mnist forward forward failed"
97
98
99
function mnist_hogwild() {
0 commit comments