Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
g8a9 committed Sep 6, 2024
1 parent 407aaba commit ab5c009
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "simple-generation"
version = "0.6.2"
version = "0.6.3"
description = "A python package to run inference with HuggingFace checkpoints wrapping many convenient features."
authors = ["Giuseppe Attanasio <[email protected]>"]
license = "Apache Software License 2.0"
Expand Down
4 changes: 0 additions & 4 deletions simple_generation/simple_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,10 +344,6 @@ def __call__(
)
text_inputs = [text for _, text in idx2text_mapping]

import pdb

pdb.set_trace()

# Processing the input text
dataset = Dataset.from_dict({"text": text_inputs})
dataset = dataset.map(
Expand Down

0 comments on commit ab5c009

Please sign in to comment.