RachidAR commited on
Commit
6d8bef3
1 Parent(s): c0ed333

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ inference: false
3
+ license: other
4
+ ---
5
+ # Monero's WizardLM-Uncensored-SuperCOT-Storytelling-30B GGML
6
+ These files are GGML format model files for [Monero's WizardLM-Uncensored-SuperCOT-Storytelling-30B](https://huggingface.co/Monero/WizardLM-Uncensored-SuperCOT-StoryTelling-30b).
7
+
8
+ # Works only with PR 1684: https://github.com/ggerganov/llama.cpp/pull/1684
9
+
10
+ ## Prompt template
11
+
12
+ ```
13
+ Optional instruction ("You are a helpful assistant" etc)
14
+ USER: prompt
15
+ ASSISTANT:
16
+ ```
17
+
18
+ # Usage RAM:
19
+ ```
20
+ llama_model_load_internal: mem required = 17295.81 MB (+ 3124.00 MB per state)
21
+ ```