Add README
Browse files
README.md
CHANGED
@@ -1,22 +1,25 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: llama.cpp
|
3 |
+
---
|
4 |
+
|
5 |
+
# RickLLM
|
6 |
+
|
7 |
+
This is a GGUF format model uploaded using llama.cpp.
|
8 |
+
|
9 |
+
## Model Details
|
10 |
+
|
11 |
+
- **Model Format:** GGUF (GPU/CPU inference using llama.cpp)
|
12 |
+
- **Base Model:** Unsloth
|
13 |
+
- **Quantization:** Q8_0
|
14 |
+
- **Use Case:** This model can be used with llama.cpp for efficient inference on both GPU and CPU.
|
15 |
+
|
16 |
+
## Usage
|
17 |
+
|
18 |
+
This model can be used with llama.cpp. Example usage:
|
19 |
+
|
20 |
+
```bash
|
21 |
+
./main -m RickLLM.gguf -n 1024
|
22 |
+
```
|
23 |
+
|
24 |
+
## License
|
25 |
+
Please refer to the original model's license for terms of use.
|