Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: llama3.2
|
| 3 |
+
base_model: meta-llama/Llama-3.2-3B-Instruct
|
| 4 |
+
library_name: basert
|
| 5 |
+
pipeline_tag: text-generation
|
| 6 |
+
tags:
|
| 7 |
+
- basert
|
| 8 |
+
- apple-silicon
|
| 9 |
+
- quantized
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# Llama-3.2-3B-Instruct
|
| 13 |
+
|
| 14 |
+
[BaseRT](https://github.com/basecompute/baseRT) `.base` builds of
|
| 15 |
+
[`meta-llama/Llama-3.2-3B-Instruct`](https://huggingface.co/meta-llama/Llama-3.2-3B-Instruct) for fast local inference on Apple
|
| 16 |
+
Silicon (Metal).
|
| 17 |
+
|
| 18 |
+
## Files
|
| 19 |
+
|
| 20 |
+
| File | Precision | Size |
|
| 21 |
+
|------|-----------|------|
|
| 22 |
+
| `Llama-3.2-3B-Instruct-Q4.base` | 4-bit | 1.7G |
|
| 23 |
+
| `Llama-3.2-3B-Instruct-Q8.base` | 8-bit | 3.1G |
|
| 24 |
+
|
| 25 |
+
## Usage
|
| 26 |
+
|
| 27 |
+
```bash
|
| 28 |
+
curl -LsSf https://basecompute.co/install.sh | sh
|
| 29 |
+
basert pull basecompute/Llama-3.2-3B-Instruct
|
| 30 |
+
basert chat basecompute/Llama-3.2-3B-Instruct
|
| 31 |
+
```
|
| 32 |
+
|
| 33 |
+
Released under the llama3.2 license, inherited from the base model.
|