Error: NotImplementedError
for CFG Logits Processor in VLLM Model
#1276
Labels
NotImplementedError
for CFG Logits Processor in VLLM Model
#1276
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:
I expected the code to generate a sequence based on the defined grammar using the `VLLM` model.
Error message:
Outlines/Python version information:
Version information
Context for the issue:
No response
The text was updated successfully, but these errors were encountered: