We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8eacc8 commit fda4ea5Copy full SHA for fda4ea5
examples/models/llama/runner/runner.cpp
@@ -41,7 +41,6 @@ static constexpr auto kUseSDPAWithKVCache = "use_sdpa_with_kv_cache";
41
std::unique_ptr<::tokenizers::Tokenizer> load_tokenizer(
42
const std::string& tokenizer_path) {
43
std::unique_ptr<::tokenizers::Tokenizer> tokenizer = nullptr;
44
- ::tokenizers::Error err;
45
46
// First try to load as a json tokenizer.
47
{
0 commit comments