fuzzy-mittenz
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -8,8 +8,8 @@ tags:
|
|
8 |
- gguf-my-repo
|
9 |
---
|
10 |
|
11 |
-
#
|
12 |
-
This model was converted to GGUF format from [`meditsolutions/MedIT-Mesh-3B-Instruct`](https://huggingface.co/meditsolutions/MedIT-Mesh-3B-Instruct) using llama.cpp
|
13 |
Refer to the [original model card](https://huggingface.co/meditsolutions/MedIT-Mesh-3B-Instruct) for more details on the model.
|
14 |
|
15 |
## Use with llama.cpp
|
@@ -23,31 +23,5 @@ Invoke the llama.cpp server or the CLI.
|
|
23 |
|
24 |
### CLI:
|
25 |
```bash
|
26 |
-
llama-cli --hf-repo
|
27 |
-
```
|
28 |
-
|
29 |
-
### Server:
|
30 |
-
```bash
|
31 |
-
llama-server --hf-repo fuzzy-mittenz/MedIT-Mesh-3B-Instruct-Q8_0-GGUF --hf-file medit-mesh-3b-instruct-q8_0.gguf -c 2048
|
32 |
-
```
|
33 |
-
|
34 |
-
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.
|
35 |
-
|
36 |
-
Step 1: Clone llama.cpp from GitHub.
|
37 |
-
```
|
38 |
-
git clone https://github.com/ggerganov/llama.cpp
|
39 |
-
```
|
40 |
-
|
41 |
-
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).
|
42 |
-
```
|
43 |
-
cd llama.cpp && LLAMA_CURL=1 make
|
44 |
-
```
|
45 |
-
|
46 |
-
Step 3: Run inference through the main binary.
|
47 |
-
```
|
48 |
-
./llama-cli --hf-repo fuzzy-mittenz/MedIT-Mesh-3B-Instruct-Q8_0-GGUF --hf-file medit-mesh-3b-instruct-q8_0.gguf -p "The meaning to life and the universe is"
|
49 |
-
```
|
50 |
-
or
|
51 |
-
```
|
52 |
-
./llama-server --hf-repo fuzzy-mittenz/MedIT-Mesh-3B-Instruct-Q8_0-GGUF --hf-file medit-mesh-3b-instruct-q8_0.gguf -c 2048
|
53 |
```
|
|
|
8 |
- gguf-my-repo
|
9 |
---
|
10 |
|
11 |
+
# IntelligentEstate/MedIT-Mesh-3B-Instruct-Q8_0-GGUF Model for swar/edge use Multi check Quant training for the most Ideal and coherent model
|
12 |
+
This model was converted to GGUF format from [`meditsolutions/MedIT-Mesh-3B-Instruct`](https://huggingface.co/meditsolutions/MedIT-Mesh-3B-Instruct) using llama.cpp
|
13 |
Refer to the [original model card](https://huggingface.co/meditsolutions/MedIT-Mesh-3B-Instruct) for more details on the model.
|
14 |
|
15 |
## Use with llama.cpp
|
|
|
23 |
|
24 |
### CLI:
|
25 |
```bash
|
26 |
+
llama-cli --hf-repo IntelligentEstate/MedIT-Mesh-3B-Instruct-Q8_0-GGUF --hf-file medit-mesh-3b-instruct-q8_0.gguf -p "The meaning to life and the universe is"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
```
|