THARX commited on
Commit
f418470
·
1 Parent(s): 3067009

docs: add prominent LM Studio / GGUF direct usage guide to top of README

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -16,6 +16,21 @@ THAR.0X is a cognitive architecture — not a single fine-tuned model, but a sys
16
  engineered from the analysis of 12 different model architectures to activate capabilities
17
  in any capable base LLM and produce behaviour that exceeds any individual fine-tune.
18
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  ---
20
 
21
  ## Quick Summary
 
16
  engineered from the analysis of 12 different model architectures to activate capabilities
17
  in any capable base LLM and produce behaviour that exceeds any individual fine-tune.
18
 
19
+
20
+ ---
21
+
22
+ > [!IMPORTANT]
23
+ > **Running in LM Studio / GGUF Applications:**
24
+ > Since THAR.0X is a **cognitive architecture** (system prompt persona + configuration) rather than a raw weights file, it does not download as a standalone `.gguf` file.
25
+ >
26
+ > To run THAR.0X in **LM Studio** instantly:
27
+ > 1. Download or load any capable base model (e.g., Llama 3.2 or Qwen 2.5).
28
+ > 2. Copy the contents of the [system_prompt.txt](system_prompt.txt) file in this repository.
29
+ > 3. Paste it into the **System Prompt** field in your Chat window.
30
+ > 4. Set the **Temperature** parameter to `0.85` in the Right Panel.
31
+ >
32
+ > You are now chatting with the live THAR.0X persona.
33
+
34
  ---
35
 
36
  ## Quick Summary