Update README.md
Browse files
README.md
CHANGED
|
@@ -21,6 +21,8 @@ tags:
|
|
| 21 |
- llama-cpp
|
| 22 |
- gguf-my-repo
|
| 23 |
base_model: ZySec-AI/SecurityLLM
|
|
|
|
|
|
|
| 24 |
---
|
| 25 |
|
| 26 |
# archaeus06/SecurityLLM-Q2_K-GGUF
|
|
@@ -65,4 +67,4 @@ Step 3: Run inference through the main binary.
|
|
| 65 |
or
|
| 66 |
```
|
| 67 |
./llama-server --hf-repo archaeus06/SecurityLLM-Q2_K-GGUF --hf-file securityllm-q2_k.gguf -c 2048
|
| 68 |
-
```
|
|
|
|
| 21 |
- llama-cpp
|
| 22 |
- gguf-my-repo
|
| 23 |
base_model: ZySec-AI/SecurityLLM
|
| 24 |
+
language:
|
| 25 |
+
- en
|
| 26 |
---
|
| 27 |
|
| 28 |
# archaeus06/SecurityLLM-Q2_K-GGUF
|
|
|
|
| 67 |
or
|
| 68 |
```
|
| 69 |
./llama-server --hf-repo archaeus06/SecurityLLM-Q2_K-GGUF --hf-file securityllm-q2_k.gguf -c 2048
|
| 70 |
+
```
|