Skip to content

Commit a3ea979

Browse files
committed
clarify acc table
1 parent f0a37d2 commit a3ea979

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ch03/01_main-chapter-code/ch03_main.ipynb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1855,7 +1855,9 @@
18551855
"| Mode | Device | Accuracy | MATH-500 size | Time |\n",
18561856
"|-----------|--------|----------|------------------|------------------------|\n",
18571857
"| Base | CUDA | 15.6% | 500 | 10.0 min (DGX Spark) |\n",
1858-
"| Reasoning | CUDA | 50.8% | 500 | 182.2 min (DGX Spark) |"
1858+
"| Reasoning | CUDA | 50.8% | 500 | 182.2 min (DGX Spark) |\n",
1859+
"\n",
1860+
"- Note that these values were obtained in PyTorch 2.8 and can differ in different versions of PyTorch"
18591861
]
18601862
},
18611863
{
@@ -1926,7 +1928,7 @@
19261928
"name": "python",
19271929
"nbconvert_exporter": "python",
19281930
"pygments_lexer": "ipython3",
1929-
"version": "3.12.3"
1931+
"version": "3.10.16"
19301932
}
19311933
},
19321934
"nbformat": 4,

0 commit comments

Comments
 (0)