Skip to content

Commit

Permalink
Update version and format.
Browse files Browse the repository at this point in the history
  • Loading branch information
harrykeightley committed Oct 14, 2023
1 parent 3623e1d commit b5da7f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions elpis/trainer/guide.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,7 @@ def main():
# or by passing the --help flag to this script.
# We now keep distinct sets of args, for a cleaner separation of concerns.

parser = HfArgumentParser(
(ModelArguments, DataArguments, TrainingArguments)
)
parser = HfArgumentParser((ModelArguments, DataArguments, TrainingArguments))
if len(sys.argv) == 2 and sys.argv[1].endswith(".json"):
# If we pass only one argument to the script and it's the path to a json file,
# let's parse it to get our arguments.
Expand Down
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 = "elpis"
version = "0.1.8"
version = "0.2.0"
description = """\
A library to perform automatic speech recognition with huggingface transformers.\
"""
Expand Down

0 comments on commit b5da7f9

Please sign in to comment.