truncate property
Truncate inputs longer than max_sequence_length instead of erroring. Unset = backend default (currently truncate-on-overflow for ONNX, sliding-window for llama.cpp).
Implementation
@$pb.TagNumber(2)
$core.bool get truncate => $_getBF(1);
Implementation
@$pb.TagNumber(2)
set truncate($core.bool value) => $_setBool(1, value);