Skip to content

Commit 194c829

Browse files
committed
Lint
1 parent 8be6a6b commit 194c829

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/models/llama/runner/runner.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ static constexpr auto kUseSDPAWithKVCache = "use_sdpa_with_kv_cache";
4040

4141
std::unique_ptr<::tokenizers::Tokenizer> load_tokenizer(
4242
const std::string& tokenizer_path) {
43-
4443
auto json_tokenizer = std::make_unique<tokenizers::HFTokenizer>();
4544
if (json_tokenizer->load(tokenizer_path) == ::tokenizers::Error::Ok) {
4645
ET_LOG(Info, "Loaded json tokenizer");

0 commit comments

Comments
 (0)