Commit
·
d448f70
verified
·
0
Parent(s):
Duplicate from NikolayKozloff/EuroLLM-9B-Instruct-Q8_0-GGUF
Browse filesCo-authored-by: Nikolay Kozlov <[email protected]>
- .gitattributes +36 -0
- README.md +88 -0
- eurollm-9b-instruct-q8_0.gguf +3 -0
.gitattributes
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
11 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
12 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
13 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
14 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
15 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
16 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
17 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
18 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
19 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
20 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
21 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
22 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
23 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
24 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
25 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
26 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
27 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
28 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
29 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
30 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
31 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
32 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
33 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
eurollm-9b-instruct-q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,88 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
- de
|
6 |
+
- es
|
7 |
+
- fr
|
8 |
+
- it
|
9 |
+
- pt
|
10 |
+
- pl
|
11 |
+
- nl
|
12 |
+
- tr
|
13 |
+
- sv
|
14 |
+
- cs
|
15 |
+
- el
|
16 |
+
- hu
|
17 |
+
- ro
|
18 |
+
- fi
|
19 |
+
- uk
|
20 |
+
- sl
|
21 |
+
- sk
|
22 |
+
- da
|
23 |
+
- lt
|
24 |
+
- lv
|
25 |
+
- et
|
26 |
+
- bg
|
27 |
+
- 'no'
|
28 |
+
- ca
|
29 |
+
- hr
|
30 |
+
- ga
|
31 |
+
- mt
|
32 |
+
- gl
|
33 |
+
- zh
|
34 |
+
- ru
|
35 |
+
- ko
|
36 |
+
- ja
|
37 |
+
- ar
|
38 |
+
- hi
|
39 |
+
library_name: transformers
|
40 |
+
base_model: utter-project/EuroLLM-9B-Instruct
|
41 |
+
tags:
|
42 |
+
- llama-cpp
|
43 |
+
- gguf-my-repo
|
44 |
+
---
|
45 |
+
|
46 |
+
# NikolayKozloff/EuroLLM-9B-Instruct-Q8_0-GGUF
|
47 |
+
This model was converted to GGUF format from [`utter-project/EuroLLM-9B-Instruct`](https://huggingface.co/utter-project/EuroLLM-9B-Instruct) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
48 |
+
Refer to the [original model card](https://huggingface.co/utter-project/EuroLLM-9B-Instruct) for more details on the model.
|
49 |
+
|
50 |
+
## Use with llama.cpp
|
51 |
+
Install llama.cpp through brew (works on Mac and Linux)
|
52 |
+
|
53 |
+
```bash
|
54 |
+
brew install llama.cpp
|
55 |
+
|
56 |
+
```
|
57 |
+
Invoke the llama.cpp server or the CLI.
|
58 |
+
|
59 |
+
### CLI:
|
60 |
+
```bash
|
61 |
+
llama-cli --hf-repo NikolayKozloff/EuroLLM-9B-Instruct-Q8_0-GGUF --hf-file eurollm-9b-instruct-q8_0.gguf -p "The meaning to life and the universe is"
|
62 |
+
```
|
63 |
+
|
64 |
+
### Server:
|
65 |
+
```bash
|
66 |
+
llama-server --hf-repo NikolayKozloff/EuroLLM-9B-Instruct-Q8_0-GGUF --hf-file eurollm-9b-instruct-q8_0.gguf -c 2048
|
67 |
+
```
|
68 |
+
|
69 |
+
Note: You can also use this checkpoint directly through the [usage steps](https://github.com/ggerganov/llama.cpp?tab=readme-ov-file#usage) listed in the Llama.cpp repo as well.
|
70 |
+
|
71 |
+
Step 1: Clone llama.cpp from GitHub.
|
72 |
+
```
|
73 |
+
git clone https://github.com/ggerganov/llama.cpp
|
74 |
+
```
|
75 |
+
|
76 |
+
Step 2: Move into the llama.cpp folder and build it with `LLAMA_CURL=1` flag along with other hardware-specific flags (for ex: LLAMA_CUDA=1 for Nvidia GPUs on Linux).
|
77 |
+
```
|
78 |
+
cd llama.cpp && LLAMA_CURL=1 make
|
79 |
+
```
|
80 |
+
|
81 |
+
Step 3: Run inference through the main binary.
|
82 |
+
```
|
83 |
+
./llama-cli --hf-repo NikolayKozloff/EuroLLM-9B-Instruct-Q8_0-GGUF --hf-file eurollm-9b-instruct-q8_0.gguf -p "The meaning to life and the universe is"
|
84 |
+
```
|
85 |
+
or
|
86 |
+
```
|
87 |
+
./llama-server --hf-repo NikolayKozloff/EuroLLM-9B-Instruct-Q8_0-GGUF --hf-file eurollm-9b-instruct-q8_0.gguf -c 2048
|
88 |
+
```
|
eurollm-9b-instruct-q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:65a32d144865f95556045d15b345f211bff0f540757151d3f96b58cee2dab1dc
|
3 |
+
size 9728448960
|