Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
saattrupdan committed May 22, 2024
1 parent 14e5d33 commit 7c1298c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ragger/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ def __init__(self, config: DictConfig) -> None:

# Load the tokenizer without printing any logs
sys.stderr = open(os.devnull, "w")
breakpoint()
self.tokenizer = AutoTokenizer.from_pretrained(config.generator.model)
sys.stderr = sys.__stderr__

Expand Down

0 comments on commit 7c1298c

Please sign in to comment.