Skip to content

Commit 9f7068b

Browse files
committed
add more detail to profile
1 parent a7cbacf commit 9f7068b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/learning-paths/servers-and-cloud-computing/nlp-hugging-face/pytorch-nlp-hf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Self CPU time total: 51.903ms
179179
2) neutral 0.2287
180180
3) positive 0.0477
181181
```
182-
In addition to the classification output from the model, you can now see the execution time for the different operators.
182+
In addition to the classification output from the model, you can now see the execution time for the different operators. The table shows how much time each operation takes on the CPU, both by itself and including any child operations.
183183

184184
You can experiment with the [BFloat16 floating-point number format](/install-guides/pytorch#bfloat16-floating-point-number-format) and [Transparent huge pages](/install-guides/pytorch#transparent-huge-pages) settings with PyTorch and see how that impacts the performance of your model.
185185

0 commit comments

Comments
 (0)