Skip to content

Commit

Permalink
[Continue 4] Improve docs wordings
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan McCormick <[email protected]>
  • Loading branch information
kthui and rmccorm4 authored Feb 17, 2024
1 parent d8bd468 commit 3380db3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/protocol/extension_statistics.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ $model_stat =
"inference_count" : $number,
"execution_count" : $number,
"inference_stats" : $inference_stats,
"response_stats" : { $string : $response_stat, ... },
"batch_stats" : [ $batch_stat, ... ],
"response_stats" : { $string : $response_stats, ... },
"batch_stats" : [ $batch_stats, ... ],
"memory_usage" : [ $memory_usage, ...]
}
```
Expand Down

0 comments on commit 3380db3

Please sign in to comment.