Update README.md
Browse files
README.md
CHANGED
|
@@ -41,14 +41,7 @@ make
|
|
| 41 |
|
| 42 |
# Or use a pre-built binary
|
| 43 |
```
|
| 44 |
-
|
| 45 |
-
## LM Studio Use
|
| 46 |
-
Steps to download a model through the **Discover** tab can be found [here](https://lmstudio.ai/docs/app/basics/download-model)
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
### Ollama Use
|
| 50 |
-
Please see [the guide in this repo](https://huggingface.co/Writer/palmyra-mini-GGUF/resolve/main/ollama-README.md?download=true) for steps on how to load this model into Ollama
|
| 51 |
-
|
| 52 |
```bash
|
| 53 |
# Run with llama.cpp
|
| 54 |
./main -m /path/to/Palmyra-mini-BF16.gguf -p "Explain quantum computing:" -n 512
|
|
@@ -57,10 +50,11 @@ Please see [the guide in this repo](https://huggingface.co/Writer/palmyra-mini-G
|
|
| 57 |
./main -m /path/to/Palmyra-mini-Q8_0.gguf -i
|
| 58 |
```
|
| 59 |
|
| 60 |
-
## LM Studio
|
| 61 |
-
|
| 62 |
|
| 63 |
-
|
|
|
|
| 64 |
|
| 65 |
## Technical Specifications
|
| 66 |
|
|
|
|
| 41 |
|
| 42 |
# Or use a pre-built binary
|
| 43 |
```
|
| 44 |
+
## Llama.cpp Usage
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
```bash
|
| 46 |
# Run with llama.cpp
|
| 47 |
./main -m /path/to/Palmyra-mini-BF16.gguf -p "Explain quantum computing:" -n 512
|
|
|
|
| 50 |
./main -m /path/to/Palmyra-mini-Q8_0.gguf -i
|
| 51 |
```
|
| 52 |
|
| 53 |
+
## LM Studio Use
|
| 54 |
+
Steps to download a model through the **Discover** tab can be found [here](https://lmstudio.ai/docs/app/basics/download-model)
|
| 55 |
|
| 56 |
+
### Ollama Use
|
| 57 |
+
Please see [the guide in this repo](https://huggingface.co/Writer/palmyra-mini-GGUF/resolve/main/ollama-README.md?download=true) for steps on how to load this model into Ollama
|
| 58 |
|
| 59 |
## Technical Specifications
|
| 60 |
|