Update README.md
Browse files
README.md
CHANGED
|
@@ -29,7 +29,7 @@ This repository contains GGUF quantized versions of the [palmyra-mini model](hug
|
|
| 29 |
- **Precision**: 8-bit integer
|
| 30 |
- **Use Case**: Good balance of quality and efficiency
|
| 31 |
|
| 32 |
-
## Quick Start
|
| 33 |
|
| 34 |
### Installation
|
| 35 |
|
|
@@ -42,7 +42,12 @@ make
|
|
| 42 |
# Or use a pre-built binary
|
| 43 |
```
|
| 44 |
|
| 45 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 46 |
|
| 47 |
```bash
|
| 48 |
# Run with llama.cpp
|
|
@@ -52,6 +57,11 @@ make
|
|
| 52 |
./main -m /path/to/Palmyra-mini-Q8_0.gguf -i
|
| 53 |
```
|
| 54 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 55 |
## Technical Specifications
|
| 56 |
|
| 57 |
### Model Architecture
|
|
|
|
| 29 |
- **Precision**: 8-bit integer
|
| 30 |
- **Use Case**: Good balance of quality and efficiency
|
| 31 |
|
| 32 |
+
## Llama.cpp Quick Start
|
| 33 |
|
| 34 |
### Installation
|
| 35 |
|
|
|
|
| 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
|
|
|
|
| 57 |
./main -m /path/to/Palmyra-mini-Q8_0.gguf -i
|
| 58 |
```
|
| 59 |
|
| 60 |
+
## LM Studio Usage
|
| 61 |
+
|
| 62 |
+
|
| 63 |
+
## ollama ModelFile
|
| 64 |
+
|
| 65 |
## Technical Specifications
|
| 66 |
|
| 67 |
### Model Architecture
|