Skip to content

Commit

Permalink
version = "1.13.0" (#872)
Browse files Browse the repository at this point in the history
* version = "1.13.0"

* fix paths
  • Loading branch information
pascal-pfeiffer authored Sep 26, 2024
1 parent 2e9b735 commit 72630cf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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

0 comments on commit 72630cf

Please sign in to comment.