MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / get_remove_extra_whitespaces

Method get_remove_extra_whitespaces

smallthinker/src/llama-vocab.cpp:3002–3004  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3000}
3001
3002bool llama_vocab::get_remove_extra_whitespaces() const {
3003 return pimpl->remove_extra_whitespaces;
3004}
3005
3006bool llama_vocab::get_escape_whitespaces() const {
3007 return pimpl->escape_whitespaces;

Callers 2

add_kv_from_modelMethod · 0.80
normalizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected