Skip to content

Commit 734cf8b

Browse files
committed
[LLAMA2 runner] Expose timestamp stats
1 parent daa217f commit 734cf8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/models/llama2/runner/runner.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ class Runner {
6969
std::unique_ptr<Sampler> sampler_;
7070
bool shouldStop_{false};
7171

72+
public:
7273
struct TimeStamps {
7374
// Scaling factor for timestamps - in this case, we use ms.
7475
const long SCALING_FACTOR_UNITS_PER_SECOND = 1000;

0 commit comments

Comments
 (0)