Update README.md
Browse files
README.md
CHANGED
@@ -5,9 +5,9 @@ license: llama3
|
|
5 |
tags:
|
6 |
- meta
|
7 |
- llama-3
|
8 |
-
-
|
9 |
-
- gguf-my-repo
|
10 |
pipeline_tag: text-generation
|
|
|
11 |
---
|
12 |
|
13 |
# Llama-3-8B-Instruct-Gradient-4194k-GGUF
|
@@ -64,4 +64,4 @@ Note: You can also use this checkpoint directly through the [usage steps](https:
|
|
64 |
|
65 |
```
|
66 |
git clone https://github.com/ggerganov/llama.cpp && cd llama.cpp && make && ./main -m llama-3-8b-instruct-gradient-4194k.Q8_0.gguf -n 128
|
67 |
-
```
|
|
|
5 |
tags:
|
6 |
- meta
|
7 |
- llama-3
|
8 |
+
- safetensors
|
|
|
9 |
pipeline_tag: text-generation
|
10 |
+
library_name: transformers
|
11 |
---
|
12 |
|
13 |
# Llama-3-8B-Instruct-Gradient-4194k-GGUF
|
|
|
64 |
|
65 |
```
|
66 |
git clone https://github.com/ggerganov/llama.cpp && cd llama.cpp && make && ./main -m llama-3-8b-instruct-gradient-4194k.Q8_0.gguf -n 128
|
67 |
+
```
|