Closed mmoskal closed 4 days ago
https://github.com/microsoft/llguidance/commit/80edb0e665e3c24061914f6d87bc2cedca4c94d8 adds advance_parser() method which runs the parser forward (to computed fast-forward tokens) after sampling a token. Eventually, this should be used instead of post_process()
this has been fixed for a while - we need to get rid of post_process or advance_parser from python api as they do the same now
https://github.com/microsoft/llguidance/commit/80edb0e665e3c24061914f6d87bc2cedca4c94d8 adds advance_parser() method which runs the parser forward (to computed fast-forward tokens) after sampling a token. Eventually, this should be used instead of post_process()