TheBloke commited on
Commit
4be95be
1 Parent(s): 67621b1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -2
README.md CHANGED
@@ -31,8 +31,17 @@ GGML files are for CPU + GPU inference using [llama.cpp](https://github.com/gger
31
  ## Repositories available
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/WizardLM/WizardLM-30B-V1.0)
 
 
 
 
 
 
 
 
 
36
 
37
  <!-- compatibility_ggml start -->
38
  ## Compatibility
 
31
  ## Repositories available
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