prabodbc commited on
Commit
9b3370c
·
verified ·
1 Parent(s): 8de28a0

Upload README.md with huggingface_hub

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