Update README.md
Browse files
README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
title: MoA Ollama-UI
|
3 |
emoji: ⚡
|
4 |
colorFrom: indigo
|
5 |
-
colorTo:
|
6 |
sdk: docker
|
7 |
header: mini
|
8 |
pinned: false
|
@@ -11,6 +11,8 @@ short_description: MoA implementation
|
|
11 |
---
|
12 |
|
13 |
#MoA (https://arxiv.org/abs/2406.04692) implementation on top of Ollama WebUI
|
|
|
|
|
14 |
-E
|
15 |
|
16 |
From here on is the typical Ollama WebUI readme:
|
|
|
2 |
title: MoA Ollama-UI
|
3 |
emoji: ⚡
|
4 |
colorFrom: indigo
|
5 |
+
colorTo: green
|
6 |
sdk: docker
|
7 |
header: mini
|
8 |
pinned: false
|
|
|
11 |
---
|
12 |
|
13 |
#MoA (https://arxiv.org/abs/2406.04692) implementation on top of Ollama WebUI
|
14 |
+
Mobile use is currently not supported. It's also worth mentioning that despite the repo (having built on top of Ollama WebUI) having remnants of proxy APIs and other features like the possibility of adding jailbreaks, as result of making tweaks for MoA they are functionally disabled and can be safely removed from the codebase if you intend so, perhaps if wishing to run it locally.
|
15 |
+
If you intend to use it locally or duplicate to higher tier hardware, it's highly recommended to swap the aggregator and reference models to the ones mentioned in the paper as it's really easy to do given they're all ollama supported models.
|
16 |
-E
|
17 |
|
18 |
From here on is the typical Ollama WebUI readme:
|