Skip to content

Commit

Permalink
Fix import bug
Browse files Browse the repository at this point in the history
  • Loading branch information
LakshyAAAgrawal committed Nov 21, 2023
1 parent c98f700 commit 737904a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/monitors4codegen/monitor_guided_decoding/hf_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
from asyncio.events import AbstractEventLoop
from typing import List, Union
from transformers import LogitsProcessor
from monitors4codegen.monitor_guided_decoding.monitor import Monitor

class MGDLogitsProcessor(LogitsProcessor):
"""
Expand Down

0 comments on commit 737904a

Please sign in to comment.