ClaudioItaly
commited on
Commit
•
d862c37
1
Parent(s):
1c92ca5
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,6 +1,10 @@
|
|
1 |
---
|
2 |
base_model: ClaudioItaly/TypressAI-9B
|
|
|
|
|
|
|
3 |
library_name: transformers
|
|
|
4 |
tags:
|
5 |
- mergekit
|
6 |
- merge
|
@@ -23,12 +27,12 @@ Invoke the llama.cpp server or the CLI.
|
|
23 |
|
24 |
### CLI:
|
25 |
```bash
|
26 |
-
llama-cli --hf-repo ClaudioItaly/TypressAI-9B-Q4_K_M-GGUF --hf-file typressai-9b-q4_k_m.gguf -p "The meaning to life and the universe is"
|
27 |
```
|
28 |
|
29 |
### Server:
|
30 |
```bash
|
31 |
-
llama-server --hf-repo ClaudioItaly/TypressAI-9B-Q4_K_M-GGUF --hf-file typressai-9b-q4_k_m.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.
|
@@ -45,9 +49,9 @@ cd llama.cpp && LLAMA_CURL=1 make
|
|
45 |
|
46 |
Step 3: Run inference through the main binary.
|
47 |
```
|
48 |
-
./llama-cli --hf-repo ClaudioItaly/TypressAI-9B-Q4_K_M-GGUF --hf-file typressai-9b-q4_k_m.gguf -p "The meaning to life and the universe is"
|
49 |
```
|
50 |
or
|
51 |
```
|
52 |
-
./llama-server --hf-repo ClaudioItaly/TypressAI-9B-Q4_K_M-GGUF --hf-file typressai-9b-q4_k_m.gguf -c 2048
|
53 |
```
|
|
|
1 |
---
|
2 |
base_model: ClaudioItaly/TypressAI-9B
|
3 |
+
language:
|
4 |
+
- it
|
5 |
+
- en
|
6 |
library_name: transformers
|
7 |
+
license: other
|
8 |
tags:
|
9 |
- mergekit
|
10 |
- merge
|
|
|
27 |
|
28 |
### CLI:
|
29 |
```bash
|
30 |
+
llama-cli --hf-repo ClaudioItaly/TypressAI-9B-Q4_K_M-GGUF --hf-file typressai-9b-q4_k_m-imat.gguf -p "The meaning to life and the universe is"
|
31 |
```
|
32 |
|
33 |
### Server:
|
34 |
```bash
|
35 |
+
llama-server --hf-repo ClaudioItaly/TypressAI-9B-Q4_K_M-GGUF --hf-file typressai-9b-q4_k_m-imat.gguf -c 2048
|
36 |
```
|
37 |
|
38 |
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.
|
|
|
49 |
|
50 |
Step 3: Run inference through the main binary.
|
51 |
```
|
52 |
+
./llama-cli --hf-repo ClaudioItaly/TypressAI-9B-Q4_K_M-GGUF --hf-file typressai-9b-q4_k_m-imat.gguf -p "The meaning to life and the universe is"
|
53 |
```
|
54 |
or
|
55 |
```
|
56 |
+
./llama-server --hf-repo ClaudioItaly/TypressAI-9B-Q4_K_M-GGUF --hf-file typressai-9b-q4_k_m-imat.gguf -c 2048
|
57 |
```
|