onekq commited on
Commit
cdc6e4d
·
verified ·
1 Parent(s): 66b5e46

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -11,7 +11,7 @@ language:
11
  ---
12
 
13
  # Disclaimer
14
- Your email will be used for anonymous survey. It will not be shared with anyone.
15
 
16
  # Introduction
17
 
@@ -52,7 +52,7 @@ SELECT "
52
 
53
  PROMPT=$(printf "<|im_start|>system\nYou are a SQL expert. Return code only.<|im_end|>\n<|im_start|>user\n%s<|im_end|>\n<|im_start|>assistant\n" "$PROMPT")
54
 
55
- llama.cpp/build/bin/llama-run file://OneSQL-v0.2-Qwen-1.5B-Q4_K_M.gguf "$PROMPT"
56
  ```
57
 
58
  The model response is the finished SQL query without **SELECT**
 
11
  ---
12
 
13
  # Disclaimer
14
+ Your email will be used for anonymous survey. It will NOT be shared with anyone.
15
 
16
  # Introduction
17
 
 
52
 
53
  PROMPT=$(printf "<|im_start|>system\nYou are a SQL expert. Return code only.<|im_end|>\n<|im_start|>user\n%s<|im_end|>\n<|im_start|>assistant\n" "$PROMPT")
54
 
55
+ llama.cpp/build/bin/llama-run file://OneSQL-v0.2-Qwen-3B-Q4_K_M.gguf "$PROMPT"
56
  ```
57
 
58
  The model response is the finished SQL query without **SELECT**