Open PierreLepagnol opened 4 days ago
I'm not an expert but in the doc (https://dottxt-ai.github.io/outlines/latest/reference/models/vllm/) it's formally said :
This also works with generators built with generate.regex, generate.json, generate.cfg, generate.format and generate.choice.
Describe the issue as clearly as possible:
I encountered an issue when attempting to use the
generate.cfg
function with aVLLM
model. The code throws aNotImplementedError
, indicating that the CFG Logits processor is not available for theVLLM
class.Steps/code to reproduce the bug:
Expected result:
Error message:
Outlines/Python version information:
Version information
Context for the issue:
No response