diff options
Diffstat (limited to 'examples/lookup/lookup.cpp')
-rw-r--r-- | examples/lookup/lookup.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/lookup/lookup.cpp b/examples/lookup/lookup.cpp index 80ecd925..bb571bac 100644 --- a/examples/lookup/lookup.cpp +++ b/examples/lookup/lookup.cpp @@ -39,7 +39,6 @@ int main(int argc, char ** argv){ // load the model std::tie(model, ctx) = llama_init_from_gpt_params(params); - GGML_ASSERT(llama_n_vocab(model) < (1 << 16)); // tokenize the prompt std::vector<llama_token> inp; |