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 5 files
Browse files
.gitattributes
CHANGED
|
@@ -78,3 +78,8 @@ 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|
| 81 |
+
Unused/ggml-senku-70b-q4_k_m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 82 |
+
Unused/Llama-3-Lumimaid-70B-v0.1-OAS.q4_k_m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 83 |
+
Unused/Llama-3-Soliloquy-Max-70B-v1.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 84 |
+
Unused/Miqu-70B-DPO.q4_k_m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 85 |
+
Unused/OnlyChat-Miqu-v1.q4_k_m.gguf filter=lfs diff=lfs merge=lfs -text
|
Unused/Llama-3-Lumimaid-70B-v0.1-OAS.q4_k_m.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:013fdc54f24408c3529bc02ae9b2509085a5e5f4661032b266298d4c72e5672d
|
| 3 |
+
size 42520392800
|
Unused/Llama-3-Soliloquy-Max-70B-v1.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:813ae8619cf8a3c138eb52b154de05d8190240f7ee4ccde775249598eb5d5201
|
| 3 |
+
size 42520906688
|
Unused/Miqu-70B-DPO.q4_k_m.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4ceb108a64c74d91a85c1357f610d50a9fd3c548090b71707611e4bb1574e220
|
| 3 |
+
size 41422911008
|
Unused/OnlyChat-Miqu-v1.q4_k_m.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b3abcb0b8c5c3acda4fe5a91afa74e25e9764066d82b44d906f7ff621aa10be0
|
| 3 |
+
size 41422911008
|
Unused/ggml-senku-70b-q4_k_m.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:956fabe8bc10e7da98ce738d0c0ba9fa5bda180ca8c644f7a1e49516c6a3d332
|
| 3 |
+
size 41422911008
|