Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
8312841b
"test/git@developer.sourcefind.cn:change/sglang.git" did not exist on "c23a7072b6dcec38e54482fe3b50cfb06d1d9139"
Commit
8312841b
authored
Dec 24, 2023
by
Daniele Viti
Browse files
Updated readme accordingly
parent
bdf2a67d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
1 deletion
+28
-1
README.md
README.md
+28
-1
No files found.
README.md
View file @
8312841b
...
@@ -27,7 +27,7 @@ Also check our sibling project, [OllamaHub](https://ollamahub.com/), where you c
...
@@ -27,7 +27,7 @@ Also check our sibling project, [OllamaHub](https://ollamahub.com/), where you c
-
⚡
**Swift Responsiveness**
: Enjoy fast and responsive performance.
-
⚡
**Swift Responsiveness**
: Enjoy fast and responsive performance.
-
🚀
**Effortless Setup**
: Install seamlessly using Docker for a hassle-free experience.
-
🚀
**Effortless Setup**
: Install seamlessly using Docker
or Kubernetes (kubectl, kustomize or helm)
for a hassle-free experience.
-
💻
**Code Syntax Highlighting**
: Enjoy enhanced code readability with our syntax highlighting feature.
-
💻
**Code Syntax Highlighting**
: Enjoy enhanced code readability with our syntax highlighting feature.
...
@@ -90,6 +90,33 @@ Note that both the above commands will use the latest production docker image in
...
@@ -90,6 +90,33 @@ Note that both the above commands will use the latest production docker image in
./run-compose.sh
--build
--enable-gpu
[
count
=
1]
./run-compose.sh
--build
--enable-gpu
[
count
=
1]
```
```
### Installing Both Ollama and Ollama Web UI Using Kustomize
For cpu-only pod
```
bash
kubectl apply
-f
./kubernetes/manifest/base
```
For gpu-enabled pod
```
bash
kubectl apply
-k
./kubernetes/manifest
```
### Installing Both Ollama and Ollama Web UI Using Helm
Package Helm file first
```
bash
helm package ./kubernetes/helm/
```
For cpu-only pod
```
bash
helm
install
ollama-webui ./ollama-webui-
*
.tgz
```
For gpu-enabled pod
```
bash
helm
install
ollama-webui ./ollama-webui-
*
.tgz
--set
ollama.resources.limits.nvidia.com/gpu
=
"1"
```
Check the
`kubernetes/helm/values.yaml`
file to know which parameters are available for customization
### Installing Ollama Web UI Only
### Installing Ollama Web UI Only
#### Prerequisites
#### Prerequisites
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment