Update README.md
Browse files
README.md
CHANGED
|
@@ -11,7 +11,7 @@ language:
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# Disclaimer
|
| 14 |
-
Your email will be used for anonymous survey. It will
|
| 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-
|
| 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**
|