Open saattrupdan opened 3 weeks ago
This moves the convert_token_to_string helper function out as an independent function, to make it pickleable.
convert_token_to_string
This is causing issues when storing logits processors in a class that needs to be pickleable.
@rlouf, does this seem good to you?
This moves the
convert_token_to_string
helper function out as an independent function, to make it pickleable.This is causing issues when storing logits processors in a class that needs to be pickleable.