MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / find_token_id

Method find_token_id

src/models/ace_step/tokenizer_text.cpp:78–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78std::optional<int32_t> AceStepTextTokenizer::find_token_id(const std::string & token) const {
79 return impl_->tokenizer->find_token_id(token);
80}
81
82AceStepTokenizedText AceStepTextTokenizer::tokenize_text(const std::string & text, int64_t max_length) const {
83 if (max_length <= 0) {

Callers 2

AceStepPlannerRuntimeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected