Skip to content

Commit

Permalink
l40sx1
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekkrthakur committed Sep 12, 2024
1 parent 6cbcb1d commit 2831933
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.18"
__version__ = "0.8.19"


def is_colab():
Expand Down
6 changes: 3 additions & 3 deletions src/autotrain/backends/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"spaces-cpu-basic": "cpu-basic",
"spaces-l4x1": "l4x1",
"spaces-l4x4": "l4x4",
"spaces-l40sx1": "l40s-x1",
"spaces-l40sx4": "l40s-x4",
"spaces-l40sx8": "l40s-x8",
"spaces-l40sx1": "l40sx1",
"spaces-l40sx4": "l40sx4",
"spaces-l40sx8": "l40sx8",
"spaces-a10g-largex2": "a10g-largex2",
"spaces-a10g-largex4": "a10g-largex4",
# ngc
Expand Down

0 comments on commit 2831933

Please sign in to comment.