]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
llama : print timings on ctrl+c exit (#1021)
authorwbpxre150 <redacted>
Sat, 22 Apr 2023 08:56:35 +0000 (16:56 +0800)
committerGitHub <redacted>
Sat, 22 Apr 2023 08:56:35 +0000 (11:56 +0300)
commit36b4f7e06406eed8a605cc9f2921d9244ef6a8e5
tree06a364b6fdead7c76c4c7809270944bad952706b
parent10f19c1121068ce3dab9bece03a8b9caaea2db36
llama : print timings on ctrl+c exit (#1021)

* print timings on ctrl+c exit

* remove redundant free memory call.

* add global pointer to ctx.
examples/main/main.cpp