Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,19 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
To use with [LocalAI](https://localai.io) this is an example model definition:
|
5 |
+
|
6 |
+
```
|
7 |
+
name: WizardLM2
|
8 |
+
backend: transformers
|
9 |
+
parameters:
|
10 |
+
model: fakezeta/Not-WizardLM-2-7B-ov-int4
|
11 |
+
context_size: 8192
|
12 |
+
threads: 6
|
13 |
+
f16: true
|
14 |
+
type: OVModelForCausalLM
|
15 |
+
prompt_cache_path: "cache"
|
16 |
+
prompt_cache_all: true
|
17 |
+
template:
|
18 |
+
use_tokenizer_template: true
|
19 |
+
```
|