csabakecskemeti commited on
Commit
def0382
1 Parent(s): 400b6c8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -13,4 +13,8 @@ Quantized GGUF model files for [DevQuasar/llama3_8b_chat_brainstorm](https://hug
13
  Brainstorm facilitates idea exploration through interaction with a Language Model (LLM). Rather than providing direct answers, the model engages in a dialogue with users, offering probing questions aimed at fostering deeper contemplation and consideration of various facets of their ideas.
14
 
15
  ## Usage
16
- With https://lmstudio.ai/ use the `brainstorm.preset.json` preset
 
 
 
 
 
13
  Brainstorm facilitates idea exploration through interaction with a Language Model (LLM). Rather than providing direct answers, the model engages in a dialogue with users, offering probing questions aimed at fostering deeper contemplation and consideration of various facets of their ideas.
14
 
15
  ## Usage
16
+ ### LMStudio
17
+ With https://lmstudio.ai/ use the `brainstorm.preset.json` preset
18
+
19
+ ### llama.cpp
20
+ `./main -m llama3_8b_chat_brainstorm_plus.Q2_K.gguf -p "### HUMAN: I'd like to build an online marketplace\n ### ASSISTANT:" -n 400 -e -ins -r "### HUMAN:\n"`