Advertisement
Guest User

Go generate

a guest
Apr 17th, 2024
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | Source Code | 0 0
  1. /data/data/com.termux/files/home/GitHub/ollama/llm/llama.cpp/llama.cpp:16229:70: warning: format specifies type 'unsigned long' but the argument has type 'size_type' (aka 'unsigned int') [-Wformat]
  2. 16229 | throw std::runtime_error(format("out of range [0, %lu)", ctx->output_ids.size()));
  3. | ~~~ ^~~~~~~~~~~~~~~~~~~~~~
  4. | %zu
  5. /data/data/com.termux/files/home/GitHub/ollama/llm/llama.cpp/llama.cpp:16274:70: warning: format specifies type 'unsigned long' but the argument has type 'size_type' (aka 'unsigned int') [-Wformat]
  6. 16274 | throw std::runtime_error(format("out of range [0, %lu)", ctx->output_ids.size()));
  7. | ~~~ ^~~~~~~~~~~~~~~~~~~~~~
  8. | %zu
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement