Instructions to use Pelochus/ezrkllm-collection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- RKLLM
How to use Pelochus/ezrkllm-collection with RKLLM:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Create models.json (#1)
Browse files- Create models.json (b4e2adf21ce98c15d8e0ab6073b99752a6bb6741)
Co-authored-by: Robert Brisita <rbrisita@users.noreply.huggingface.co>
- models.json +29 -0
models.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"data": [
|
| 3 |
+
{
|
| 4 |
+
"name": "qwen-chat-1_8B.rkllm",
|
| 5 |
+
"details_link": "https://huggingface.co/Pelochus/qwen-1_8B-rk3588/raw/main/qwen-chat-1_8B.rkllm",
|
| 6 |
+
"lfs_link": "https://huggingface.co/Pelochus/qwen-1_8B-rk3588/resolve/main/qwen-chat-1_8B.rkllm"
|
| 7 |
+
},
|
| 8 |
+
{
|
| 9 |
+
"name": "qwen1.5-chat-4b.rkllm",
|
| 10 |
+
"details_link": "https://huggingface.co/Pelochus/qwen1.5-chat-4B-rk3588/raw/main/qwen1.5-chat-4b.rkllm",
|
| 11 |
+
"lfs_link": "https://huggingface.co/Pelochus/qwen1.5-chat-4B-rk3588/resolve/main/qwen1.5-chat-4b.rkllm"
|
| 12 |
+
},
|
| 13 |
+
{
|
| 14 |
+
"name": "llama2-chat-7b-hf.rkllm",
|
| 15 |
+
"details_link": "https://huggingface.co/Pelochus/llama2-chat-7b-hf-rk3588/raw/main/llama2-chat-7b-hf.rkllm",
|
| 16 |
+
"lfs_link": "https://huggingface.co/Pelochus/llama2-chat-7b-hf-rk3588/resolve/main/llama2-chat-7b-hf.rkllm"
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"name": "llama2-chat-13b-hf.rkllm",
|
| 20 |
+
"details_link": "https://huggingface.co/Pelochus/llama2-chat-13b-hf-rk3588/raw/main/llama2-chat-13b-hf.rkllm",
|
| 21 |
+
"lfs_link": "https://huggingface.co/Pelochus/llama2-chat-13b-hf-rk3588/resolve/main/llama2-chat-13b-hf.rkllm"
|
| 22 |
+
},
|
| 23 |
+
{
|
| 24 |
+
"name": "phi2.rkllm",
|
| 25 |
+
"details_link": "https://huggingface.co/Pelochus/phi-2-rk3588/raw/main/phi2.rkllm",
|
| 26 |
+
"lfs_link": "https://huggingface.co/Pelochus/phi-2-rk3588/resolve/main/phi2.rkllm"
|
| 27 |
+
}
|
| 28 |
+
]
|
| 29 |
+
}
|