Update README.md
Browse files
README.md
CHANGED
|
@@ -4,6 +4,10 @@ library_name: transformers
|
|
| 4 |
tags:
|
| 5 |
- llama-cpp
|
| 6 |
- gguf-my-repo
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
# prithivMLmods/Deepmath-Competitive-1.5B-Preview-Q8_0-GGUF
|
|
@@ -48,4 +52,4 @@ Step 3: Run inference through the main binary.
|
|
| 48 |
or
|
| 49 |
```
|
| 50 |
./llama-server --hf-repo prithivMLmods/Deepmath-Competitive-1.5B-Preview-Q8_0-GGUF --hf-file deepmath-competitive-1.5b-preview-q8_0.gguf -c 2048
|
| 51 |
-
```
|
|
|
|
| 4 |
tags:
|
| 5 |
- llama-cpp
|
| 6 |
- gguf-my-repo
|
| 7 |
+
license: apache-2.0
|
| 8 |
+
language:
|
| 9 |
+
- en
|
| 10 |
+
pipeline_tag: text-generation
|
| 11 |
---
|
| 12 |
|
| 13 |
# prithivMLmods/Deepmath-Competitive-1.5B-Preview-Q8_0-GGUF
|
|
|
|
| 52 |
or
|
| 53 |
```
|
| 54 |
./llama-server --hf-repo prithivMLmods/Deepmath-Competitive-1.5B-Preview-Q8_0-GGUF --hf-file deepmath-competitive-1.5b-preview-q8_0.gguf -c 2048
|
| 55 |
+
```
|