File tree
Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -93,7 +93,7 @@ function mnist() {
|
93 | 93 | uv run main.py --epochs 1 --dry-run || error "mnist example failed"
|
94 | 94 | }
|
95 | 95 | function mnist_forward_forward() {
|
96 |
| -uv run main.py --epochs 1 --no_mps --no_cuda || error "mnist forward forward failed" |
| 96 | +uv run main.py --epochs 1 --no_accel || error "mnist forward forward failed" |
97 | 97 |
|
98 | 98 | }
|
99 | 99 | function mnist_hogwild() {
|
|
You can’t perform that action at this time.
0 commit comments