Upload GGUF model
Browse files- README.md +2 -2
- keip-assistant.q4_k_m.gguf +1 -1
README.md
CHANGED
|
@@ -6,7 +6,7 @@ This is a GGUF version of the lora-merged model.
|
|
| 6 |
|
| 7 |
- **Base Model:** /workspace/lora-merged
|
| 8 |
- **Format:** GGUF
|
| 9 |
-
- **Quantization:**
|
| 10 |
|
| 11 |
## Usage
|
| 12 |
|
|
@@ -14,5 +14,5 @@ This model can be used with [llama.cpp](https://github.com/ggerganov/llama.cpp)
|
|
| 14 |
|
| 15 |
```bash
|
| 16 |
# Example llama.cpp command
|
| 17 |
-
./main -m keip-assistant.
|
| 18 |
```
|
|
|
|
| 6 |
|
| 7 |
- **Base Model:** /workspace/lora-merged
|
| 8 |
- **Format:** GGUF
|
| 9 |
+
- **Quantization:** q4_k_m
|
| 10 |
|
| 11 |
## Usage
|
| 12 |
|
|
|
|
| 14 |
|
| 15 |
```bash
|
| 16 |
# Example llama.cpp command
|
| 17 |
+
./main -m keip-assistant.q4_k_m.gguf -n 1024 -p "Your prompt here"
|
| 18 |
```
|
keip-assistant.q4_k_m.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5027783392
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:17b97e70b84b1a6684f2de6078e280f4623409e4f07370b273d3df077ff39630
|
| 3 |
size 5027783392
|