Skip to content

Commit

Permalink
Fix JSON structured import
Browse files Browse the repository at this point in the history
  • Loading branch information
denadai2 authored Dec 28, 2024
1 parent 9744f00 commit eb9f21b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/vllm_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import vllm
from pydantic import BaseModel

from outlines.integrations.vllm import JSONLogitsProcessor
from outlines.processors.structured import JSONLogitsProcessor


class Person(BaseModel):
Expand Down

0 comments on commit eb9f21b

Please sign in to comment.