Update README.md
Browse files
README.md
CHANGED
@@ -32,7 +32,16 @@ GGML files are for CPU + GPU inference using [llama.cpp](https://github.com/gger
|
|
32 |
|
33 |
* [4-bit GPTQ models for GPU inference](https://huggingface.co/TheBloke/WizardLM-30B-GPTQ)
|
34 |
* [4-bit, 5-bit, and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/WizardLM-30B-GGML)
|
35 |
-
* [Unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
|
37 |
<!-- compatibility_ggml start -->
|
38 |
## Compatibility
|
|
|
32 |
|
33 |
* [4-bit GPTQ models for GPU inference](https://huggingface.co/TheBloke/WizardLM-30B-GPTQ)
|
34 |
* [4-bit, 5-bit, and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/WizardLM-30B-GGML)
|
35 |
+
* [Unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/TheBloke/WizardLM-30B-fp16)
|
36 |
+
|
37 |
+
## Prompt template
|
38 |
+
|
39 |
+
```
|
40 |
+
A chat between a curious user and an artificial intelligence assistant.
|
41 |
+
The assistant gives helpful, detailed, and polite answers to the user's questions.
|
42 |
+
USER: prompt goes here
|
43 |
+
ASSISTANT:
|
44 |
+
```
|
45 |
|
46 |
<!-- compatibility_ggml start -->
|
47 |
## Compatibility
|