Skip to content

Commit fb71011

Browse files
author
Your Name
committed
remove capital letters
1 parent ba39528 commit fb71011

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

content/learning-paths/servers-and-cloud-computing/tune-pytorch-cpu-perf-with-threads/build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ aarch64_pytorch ~>
5858

5959
Create a new `read` token on HuggingFace by clicking [this link](https://huggingface.co/settings/tokens/new?tokenType=read).
6060

61-
![hf-token](./HF-access-token.jpg)
61+
![hf-token](./hf-access-token.jpg)
6262

6363
Provide a suitable token name, press create token and copy the generated token value. From within docker container, enter the following command and paste the token to login.
6464

content/learning-paths/servers-and-cloud-computing/tune-pytorch-cpu-perf-with-threads/Prefill Throughput vs OMP_NUM_THREADS (270M vs 1B).png renamed to content/learning-paths/servers-and-cloud-computing/tune-pytorch-cpu-perf-with-threads/prefill_throughput.png

File renamed without changes.

content/learning-paths/servers-and-cloud-computing/tune-pytorch-cpu-perf-with-threads/tune.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Decode Tokens per second: 45.23
102102

103103
The graph above shows how prefill tokens per second change with the number of OpenMP threads for the 270M and 1B variants of Gemma-3. As expected, the smaller 270M model runs faster. Both models reach their optimal token generation rate at around 16–32 threads, though the 270M model exhibits a sharper performance drop-off beyond this range compared with the 1B variant.
104104

105-
![comparison](./Prefill%20Throughput%20vs%20OMP_NUM_THREADS%20(270M%20vs%201B).png)
105+
![comparison](./prefill_throughput.png)
106106

107107

108108

0 commit comments

Comments
 (0)