From 72630cfb8ee548fef3104df28b36c818f9a5a895 Mon Sep 17 00:00:00 2001 From: Pascal Pfeiffer <1069138+pascal-pfeiffer@users.noreply.github.com> Date: Thu, 26 Sep 2024 15:53:16 +0200 Subject: [PATCH] version = "1.13.0" (#872) * version = "1.13.0" * fix paths --- README.md | 2 +- documentation/docs/get-started/set-up-llm-studio.md | 4 ++-- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cd99719e64..fdc10ca79e 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ If you are running H2O LLM Studio with a custom environment other than Pipenv, y H2O_WAVE_MAX_REQUEST_SIZE=25MB \ H2O_WAVE_NO_LOG=true \ H2O_WAVE_PRIVATE_DIR="/download/@output/download" \ -wave run app +wave run llm_studio.app ``` If you are using the [nightly conda environment](#nightly-conda-virtual-environment), you can run ```make llmstudio-conda```. diff --git a/documentation/docs/get-started/set-up-llm-studio.md b/documentation/docs/get-started/set-up-llm-studio.md index bf1fdace46..3e0df47763 100644 --- a/documentation/docs/get-started/set-up-llm-studio.md +++ b/documentation/docs/get-started/set-up-llm-studio.md @@ -199,7 +199,7 @@ H2O LLM Studio requires the following minimum requirements: H2O_WAVE_MAX_REQUEST_SIZE=25MB \

H2O_WAVE_NO_LOG=True \

H2O_WAVE_PRIVATE_DIR="/download/@output/download" \

- wave run app + wave run llm_studio.app

@@ -255,7 +255,7 @@ If you are running H2O LLM Studio with a custom environment other than Pipenv, s H2O_WAVE_MAX_REQUEST_SIZE=25MB \ H2O_WAVE_NO_LOG=True \ H2O_WAVE_PRIVATE_DIR="/download/@output/download" \ -wave run app +wave run llm_studio.app ``` ### Run using Docker from a nightly build diff --git a/pyproject.toml b/pyproject.toml index 2ab0f07b78..d0d8558318 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "h2o-llmstudio" -version = "1.13.0-dev" +version = "1.13.0" readme = "README.md" license = {file = "LICENSE"}