Skip to content

Commit

Permalink
Update ludwig version to 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
justinxzhao committed Oct 9, 2023
1 parent 09eff3b commit b1f5ead
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ludwig/globals.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
# ==============================================================================

LUDWIG_VERSION = "0.8.4"
LUDWIG_VERSION = "0.8.5"

MODEL_WEIGHTS_FILE_NAME = "model_weights"
MODEL_HYPERPARAMETERS_FILE_NAME = "model_hyperparameters.json"
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@

setup(
name="ludwig",
version="0.8.4",
description="Declarative machine learning: End-to-end machine learning pipelines using data-driven configurations.",
version="0.8.5",
description="Low-code framework for building custom LLMs, neural networks, and other AI models.",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/ludwig-ai/ludwig",
Expand Down

0 comments on commit b1f5ead

Please sign in to comment.