| 170 | |
| 171 | |
| 172 | SuppressTokensBegin::SuppressTokensBegin(std::vector<size_t> ids) |
| 173 | : _ids(std::move(ids)) |
| 174 | { |
| 175 | } |
| 176 | |
| 177 | void SuppressTokensBegin::apply(dim_t step, |
| 178 | StorageView& logits, |
nothing calls this directly
no outgoing calls
no test coverage detected