Skip to content

Commit

Permalink
fix typo, release
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekkrthakur committed Jun 19, 2024
1 parent 09f824a commit 2cac237
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.7.126.dev0"
__version__ = "0.7.126"


def is_colab():
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ document.addEventListener('DOMContentLoaded', function () {
option.textContent = model.name; // Assuming each model has a 'name'
baseModelSelect.appendChild(option);
});
})gi
})
.catch(error => console.error('Error:', error));
}
document.getElementById('task').addEventListener('change', fetchDataAndUpdateModels);
Expand Down

0 comments on commit 2cac237

Please sign in to comment.