Skip to content

Commit 6e1f8d9

Browse files
authored
Merge pull request #19 from bytedance/chore/rm-ollama
chore: remove ollama deployment
2 parents 2a83440 + a5da517 commit 6e1f8d9

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,23 +68,21 @@ You can download the [latest release](https://github.com/bytedance/UI-TARS-deskt
6868

6969
#### VLM (Vision-Language Model)
7070

71-
Support HuggingFace(Cloud) and Ollama(Local) deployment.
72-
7371
We recommend using HuggingFace Inference Endpoints for fast deployment. We provide two docs for users to refer:
7472

7573
[GUI Model Deployment Guide](https://juniper-switch-f10.notion.site/GUI-Model-Deployment-Guide-17b5350241e280058e98cea60317de71)
7674

7775

7876
<img src="./images/settings_model.png" width="500px" />
7977

80-
If you use Ollama, you can use the following settings to start the server:
78+
<!-- If you use Ollama, you can use the following settings to start the server:
8179
8280
```yaml
8381
VLM Provider: ollama
8482
VLM Base Url: http://localhost:11434/v1
8583
VLM API Key: api_key
8684
VLM Model Name: ui-tars
87-
```
85+
``` -->
8886

8987
> **Note**: VLM Base Url is OpenAI compatible API endpoints (see [OpenAI API protocol document](https://platform.openai.com/docs/guides/vision/uploading-base-64-encoded-images) for more details).
9088

src/main/store/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export type AppState = {
5151
};
5252

5353
export enum VlmProvider {
54-
Ollama = 'ollama',
54+
// Ollama = 'ollama',
5555
Huggingface = 'huggingface',
5656
}
5757

0 commit comments

Comments
 (0)