Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekkrthakur committed Oct 15, 2024
1 parent 797ed58 commit 229afc2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/autotrain/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
warnings.filterwarnings("ignore", category=UserWarning, module="huggingface_hub")

logger = Logger().get_logger()
__version__ = "0.8.24.dev0"
__version__ = "0.8.24"


def is_colab():
Expand Down
5 changes: 5 additions & 0 deletions src/autotrain/app/ui_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,11 @@
"type": "number",
"label": "Max doc stride",
},
"distributed_backend": {
"type": "dropdown",
"label": "Distributed backend",
"options": ["ddp", "deepspeed"],
},
}


Expand Down

0 comments on commit 229afc2

Please sign in to comment.