Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version = "1.13.0" #872

Merged
merged 3 commits into from
Sep 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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```.
Expand Down
4 changes: 2 additions & 2 deletions documentation/docs/get-started/set-up-llm-studio.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ H2O LLM Studio requires the following minimum requirements:
H2O_WAVE_MAX_REQUEST_SIZE=25MB \ <br></br>
H2O_WAVE_NO_LOG=True \ <br></br>
H2O_WAVE_PRIVATE_DIR="/download/@output/download" \ <br></br>
wave run app
wave run llm_studio.app
</code>
</pre>
</p>
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "h2o-llmstudio"
version = "1.13.0-dev"
version = "1.13.0"
readme = "README.md"
license = {file = "LICENSE"}

Expand Down