Skip to content

Commit

Permalink
Update to 0.1.1 (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
Weisu Yin authored Jan 26, 2023
1 parent efc4548 commit 963fe75
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ author = AutoGluon contributors

copyright = 2022, All developers. Licensed under the Apache License, Version 2.0.

release = 0.1
release = 0.1.1

[html]

Expand Down
13 changes: 13 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
AutoGluon-Cloud: Train and Deploy AutoGluon on the Cloud
================================================================

.. |ReleaseVersion| image:: https://img.shields.io/badge/doc%20release-v0.1.0-blue
:target: https://auto.gluon.ai/cloud/dev/versions.html
:scale: 100%
.. |StableVersion| image:: https://img.shields.io/github/v/release/autogluon/autogluon-cloud?color=blue&label=stable%20release&sort=semver
:target: https://auto.gluon.ai/cloud/stable/index.html
:scale: 100%
.. |PythonVersion| image:: https://img.shields.io/badge/python-3.7%20%7C%203.8%20%7C%203.9-blue
:target: https://pypi.org/project/autogluon.cloud/
.. |License| image:: https://img.shields.io/github/license/autogluon/autogluon-cloud?color=blue
:target: https://github.com/autogluon/autogluon-cloud/blob/master/LICENSE

|ReleaseVersion| |StableVersion| |PythonVersion| |License|

AutoGluon-Cloud aims to provide user tools to train, fine-tune and deploy [AutoGluon](https://auto.gluon.ai/stable/index.html) backed models on the cloud. With just a few lines of codes, users could train a model and perform inference on the cloud without worrying about MLOps details such as resource management.

Currently, AutoGluon-Cloud supports [AWS SageMaker](https://aws.amazon.com/sagemaker/) as the cloud backend.
Expand Down
4 changes: 3 additions & 1 deletion docs/versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ Available Documentation for AutoGluon-Cloud

Web-based documentation is available for versions listed below:

- `AutoGluon 0.1.0 (dev) documentation <https://auto.gluon.ai/cloud/dev/index.html>`_
- `AutoGluon 0.1.1 (dev) documentation <https://auto.gluon.ai/cloud/dev/index.html>`_
- `AutoGluon 0.1.0 (stable) documentation <https://auto.gluon.ai/cloud/stable/index.html>`_
- `AutoGluon 0.1.0 documentation <https://auto.gluon.ai/cloud/0.1.0/index.html>`_
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def default_setup_args(*, version):
return setup_args


version = "0.1"
version = "0.1.1"
version = update_version(version, use_file_if_exists=False, create_file=True)

install_requires = [
Expand Down

0 comments on commit 963fe75

Please sign in to comment.