Skip to content

Commit 7bf084a

Browse files
committed
fixed format issue
1 parent 2a73844 commit 7bf084a

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

docs/docs/quickstart.mdx

+9-7
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Cortex.cpp is in active development. If you have any questions, please reach out
1717
## Local Installation
1818

1919
Cortex has a **Local Installer** with all of the required dependencies, so that once you've downloaded it, no internet connection is required during the installation process.
20-
- [Windows](https://app.cortexcpp.com/download/latest/windows-amd64-local)
21-
- [Mac (Universal)](https://app.cortexcpp.com/download/latest/mac-universal-local)
22-
- [Linux](https://app.cortexcpp.com/download/latest/linux-amd64-local)
20+
- [Windows](https://app.cortexcpp.com/download/latest/windows-amd64-local)
21+
- [Mac (Universal)](https://app.cortexcpp.com/download/latest/mac-universal-local)
22+
- [Linux](https://app.cortexcpp.com/download/latest/linux-amd64-local)
2323

2424
## Start a Cortex Server
2525

@@ -43,11 +43,11 @@ This command allows users to download a model from these Model Hubs:
4343
- [Cortex Built-in Models](https://cortex.so/models)
4444
- [Hugging Face](https://huggingface.co) (GGUF): `cortex pull <author/ModelRepo>`
4545

46-
It displays available quantizations, recommends a default and downloads the desired quantization.
46+
It displays available quantizations, recommends a default and downloads the desired quantization.
4747

4848
<Tabs>
4949
<TabItem value="MacOs/Linux" label="MacOs/Linux">
50-
The following two options will show you all of the available models under those names. Cortex will first search
50+
The following two options will show you all of the available models under those names. Cortex will first search
5151
on its own hub for models like `llama3.3`, and in huggingface for hyper specific ones like `bartowski/Meta-Llama-3.1-8B-Instruct-GGU`.
5252
```sh
5353
cortex pull llama3.3
@@ -70,8 +70,8 @@ It displays available quantizations, recommends a default and downloads the desi
7070

7171
## Run a Model
7272

73-
This command downloads the default `gguf` model (if not available in your file system) from the [Cortex Hub](https://huggingface.co/cortexso),
74-
starts the model, and chat with the model.
73+
This command downloads the default `gguf` model (if not available in your file system) from the
74+
[Cortex Hub](https://huggingface.co/cortexso), starts the model, and chat with the model.
7575

7676
<Tabs>
7777
<TabItem value="MacOs/Linux" label="MacOs/Linux">
@@ -137,6 +137,7 @@ This command displays the running model and the hardware system status (RAM, Eng
137137
## Stop a Model
138138

139139
This command stops the running model.
140+
140141
<Tabs>
141142
<TabItem value="MacOs/Linux" label="MacOs/Linux">
142143
```sh
@@ -153,6 +154,7 @@ This command stops the running model.
153154
## Stop a Cortex Server
154155

155156
This command stops the Cortex.cpp API server at `localhost:39281` or whichever other port you used to start cortex.
157+
156158
<Tabs>
157159
<TabItem value="MacOs/Linux" label="MacOs/Linux">
158160
```sh

0 commit comments

Comments
 (0)