Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
laves authored May 31, 2024
1 parent c296dcb commit a19d669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/llm-voice-assistant/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ The demo profiles three metrics: Real-time Factor (RTF), Token per Second (TPS),
RTF is a standard metric for measuring the speed of speech processing (e.g., wake word, speech-to-text, and
text-to-speech). RTF is the CPU time divided by the processed (recognized or synthesized) audio length. Hence, a lower RTF means a more efficient engine.

### Token per Second (PPS)
### Token per Second (TPS)

Token per second is the standard metric for measuring the speed of LLM inference engines. TPS is the number of
generated tokens divided by the compute time used to create them. A higher TPS is better.
Expand Down

0 comments on commit a19d669

Please sign in to comment.