Instructions to use knifeayumu/LLM_Collection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use knifeayumu/LLM_Collection with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="knifeayumu/LLM_Collection", filename="Command-A-03-2025_111B/Fallen-Command-A-111B-v1-IQ4_XS-00001-of-00002.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use knifeayumu/LLM_Collection with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf knifeayumu/LLM_Collection:Q4_K_M # Run inference directly in the terminal: llama-cli -hf knifeayumu/LLM_Collection:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf knifeayumu/LLM_Collection:Q4_K_M # Run inference directly in the terminal: llama-cli -hf knifeayumu/LLM_Collection:Q4_K_M
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf knifeayumu/LLM_Collection:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf knifeayumu/LLM_Collection:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf knifeayumu/LLM_Collection:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf knifeayumu/LLM_Collection:Q4_K_M
Use Docker
docker model run hf.co/knifeayumu/LLM_Collection:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use knifeayumu/LLM_Collection with Ollama:
ollama run hf.co/knifeayumu/LLM_Collection:Q4_K_M
- Unsloth Studio
How to use knifeayumu/LLM_Collection with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for knifeayumu/LLM_Collection to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for knifeayumu/LLM_Collection to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for knifeayumu/LLM_Collection to start chatting
- Docker Model Runner
How to use knifeayumu/LLM_Collection with Docker Model Runner:
docker model run hf.co/knifeayumu/LLM_Collection:Q4_K_M
- Lemonade
How to use knifeayumu/LLM_Collection with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull knifeayumu/LLM_Collection:Q4_K_M
Run and chat with the model
lemonade run user.LLM_Collection-Q4_K_M
List all available models
lemonade list
Upload 13 files
Browse files- .gitattributes +13 -0
- Unused/BagelMIsteryTour-v2-8x7B.Q5_K_M.imx.gguf +3 -0
- Unused/ChaoticSoliloquy-v1.5-4x8B-Q5_K_M.gguf +3 -0
- Unused/Emerhyst-20B.q5_k_m.gguf +3 -0
- Unused/Mixtral-8x7B-Instruct-v0.1-Q5_K_M.gguf +3 -0
- Unused/Noromaid-20b-v0.1.1.q5_k_m.gguf +3 -0
- Unused/Noromaid-v0.4-Mixtral-Instruct-8x7b.q5_k_m.gguf +3 -0
- Unused/Nous-Hermes-2-Mixtral-8x7B-DPO.Q5_K_M.gguf +3 -0
- Unused/flatdolphinmaid-8x7b.Q5_K_M.gguf +3 -0
- Unused/maid-yuzu-v8-alter-Q5_K_M.gguf +3 -0
- Unused/psymedrp-v1-20b.Q5_K_M.gguf +3 -0
- Unused/psyonic-cetacean-20b.Q5_K_M.gguf +3 -0
- Unused/rose-20b.Q5_K_M.gguf +3 -0
- Unused/u-amethyst-20b.Q5_K_M.gguf +3 -0
.gitattributes
CHANGED
|
@@ -65,3 +65,16 @@ Noromaid-13b-v0.1.1.q5_k_m.gguf filter=lfs diff=lfs merge=lfs -text
|
|
| 65 |
Noromaid-13b-v0.2.q5_k_m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 66 |
utopia-13b.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 67 |
Xwin-MLewd-13B-V0.2.q5_k_m.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 65 |
Noromaid-13b-v0.2.q5_k_m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 66 |
utopia-13b.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 67 |
Xwin-MLewd-13B-V0.2.q5_k_m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 68 |
+
Unused/BagelMIsteryTour-v2-8x7B.Q5_K_M.imx.gguf filter=lfs diff=lfs merge=lfs -text
|
| 69 |
+
Unused/ChaoticSoliloquy-v1.5-4x8B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 70 |
+
Unused/Emerhyst-20B.q5_k_m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 71 |
+
Unused/flatdolphinmaid-8x7b.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 72 |
+
Unused/maid-yuzu-v8-alter-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 73 |
+
Unused/Mixtral-8x7B-Instruct-v0.1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 74 |
+
Unused/Noromaid-20b-v0.1.1.q5_k_m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 75 |
+
Unused/Noromaid-v0.4-Mixtral-Instruct-8x7b.q5_k_m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 76 |
+
Unused/Nous-Hermes-2-Mixtral-8x7B-DPO.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 77 |
+
Unused/psymedrp-v1-20b.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 78 |
+
Unused/psyonic-cetacean-20b.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 79 |
+
Unused/rose-20b.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 80 |
+
Unused/u-amethyst-20b.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
Unused/BagelMIsteryTour-v2-8x7B.Q5_K_M.imx.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b67b830dc67eeb92c3a9ae3bccbf19f3bebc001537314e01572c6dccfe0ddc23
|
| 3 |
+
size 33226147200
|
Unused/ChaoticSoliloquy-v1.5-4x8B-Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6f1511a795e45f1c61c2ccf7cd2d37d325994cd4f802c280074ef2921aa5dbbf
|
| 3 |
+
size 17735504576
|
Unused/Emerhyst-20B.q5_k_m.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5c8a6a19df3a86cb6b09c74bf3c5e0795718af2c0dca9ca9726e47cee08f0b74
|
| 3 |
+
size 14157219296
|
Unused/Mixtral-8x7B-Instruct-v0.1-Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:93757acff673cf19bb798d7db5b561f16c799f17c9fc05cb5d5fbdfcdb7b9283
|
| 3 |
+
size 33227523968
|
Unused/Noromaid-20b-v0.1.1.q5_k_m.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3468803cad22305aba140e4fda063910c840d5141fa83e2fffee02fbaff32ed4
|
| 3 |
+
size 14157219424
|
Unused/Noromaid-v0.4-Mixtral-Instruct-8x7b.q5_k_m.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e146d11d9dd7bac4b481b59736c3f160d3a272e84d76c1d22a727a6c6429fabc
|
| 3 |
+
size 32230215936
|
Unused/Nous-Hermes-2-Mixtral-8x7B-DPO.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e09228d3f9d764c4dd4d57bd83edbfb3548a5477c990246f6648ee382f11ee8b
|
| 3 |
+
size 33227536128
|
Unused/flatdolphinmaid-8x7b.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9a3a1808aac8e678a599236f385412ef22a53069534ef93b44670c7b64d61bc9
|
| 3 |
+
size 32230215488
|
Unused/maid-yuzu-v8-alter-Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:df87b2388e122cc54e43b6adc49dcc711c27c76618c472746c8fe0c4ee5c3251
|
| 3 |
+
size 33226147232
|
Unused/psymedrp-v1-20b.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:012e706fb431138d709ab04ede669b3d101f8b9f527782de5d6b5df4375d8e56
|
| 3 |
+
size 14157219296
|
Unused/psyonic-cetacean-20b.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:225a4d6dedd7e1de5efcf3d40d3c16a1d66d0728cd1dd77af259b3c71536623e
|
| 3 |
+
size 14157219360
|
Unused/rose-20b.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:04c49b809ba1a5956ceeee6da576002f349f225352b19218fdc8c1846218f952
|
| 3 |
+
size 14157219424
|
Unused/u-amethyst-20b.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c4966a4cc89ea87fdc49c5ea9d5d02220c8d625de12f35dcb69a985c5d275697
|
| 3 |
+
size 14157219296
|