Skip to content

Commit 3489a93

Browse files
committed
reorder apps
1 parent 6531d94 commit 3489a93

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

docs/hub/local-apps.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,20 @@ To use Llama.cpp, navigate to the model card and click "Use this model" and copy
5656
./llama-server -hf unsloth/gpt-oss-20b-GGUF:Q4_K_M
5757
```
5858

59-
### LM Studio
6059

61-
LM Studio is a desktop application that provides an easy way to download, run, and experiment with local LLMs.
60+
### Ollama
61+
62+
Ollama is an application that lets you run large language models locally on your computer with a simple command-line interface.
6263

6364
**Advantages:**
64-
- Intuitive graphical interface
65-
- Built-in model browser
66-
- Developer tools and APIs
67-
- Free for personal and commercial use
65+
- Easy installation and setup
66+
- Direct integration with Hugging Face Hub
6867

69-
Navigate to the model card and click "Use this model". LM Studio will open and you can start chatting through the interface.
68+
To use Ollama, navigate to the model card and click "Use this model" and copy the command.
69+
70+
```sh
71+
ollama run hf.co/unsloth/gpt-oss-20b-GGUF:Q4_K_M
72+
```
7073

7174
### Jan
7275

@@ -75,21 +78,18 @@ Jan is an open-source ChatGPT alternative that runs entirely offline with a user
7578
**Advantages:**
7679
- User-friendly GUI
7780
- Chat with documents and files
78-
- OpenAI-compatible API server
7981
- OpenAI-compatible API server, so you can run models and use them from other apps
8082

8183
To use Jan, navigate to the model card and click "Use this model". Jan will open and you can start chatting through the interface.
8284

83-
### Ollama
85+
### LM Studio
8486

85-
Ollama is an application that lets you run large language models locally on your computer with a simple command-line interface.
87+
LM Studio is a desktop application that provides an easy way to download, run, and experiment with local LLMs.
8688

8789
**Advantages:**
88-
- Easy installation and setup
89-
- Direct integration with Hugging Face Hub
90-
91-
To use Ollama, navigate to the model card and click "Use this model" and copy the command.
90+
- Intuitive graphical interface
91+
- Built-in model browser
92+
- Developer tools and APIs
93+
- Free for personal and commercial use
9294

93-
```sh
94-
ollama run hf.co/unsloth/gpt-oss-20b-GGUF:Q4_K_M
95-
```
95+
Navigate to the model card and click "Use this model". LM Studio will open and you can start chatting through the interface.

0 commit comments

Comments
 (0)