Skip to content

Commit

Permalink
Address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewkotila committed Sep 19, 2023
1 parent eb620ee commit f84cc02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/c++/perf_analyzer/docs/llm.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ perf_analyzer \
#### 4. Calculate average first-token latency

```bash
python3 calculate_avg_first_token_latency.py
python3 examples/calculate_avg_first_token_latency.py
# Average first-token latency: 0.3065654714375 s
```

Expand Down Expand Up @@ -161,7 +161,7 @@ perf_analyzer \
#### 4. Calculate average token-to-token latency

```bash
python3 calculate_avg_token_to_token_latency.py
python3 examples/calculate_avg_token_to_token_latency.py
# Average token-to-token latency: 0.003090155677419355 s
```

Expand Down

0 comments on commit f84cc02

Please sign in to comment.