Instructions to use aixk/aixk_custom_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use aixk/aixk_custom_model with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="aixk/aixk_custom_model", filename="aixk_custom_model_q4_k_m.gguf", )
output = llm( "Once upon a time,", max_tokens=512, echo=True ) print(output)
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- llama.cpp
How to use aixk/aixk_custom_model with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf aixk/aixk_custom_model:Q4_K_M # Run inference directly in the terminal: llama-cli -hf aixk/aixk_custom_model:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf aixk/aixk_custom_model:Q4_K_M # Run inference directly in the terminal: llama-cli -hf aixk/aixk_custom_model: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 aixk/aixk_custom_model:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf aixk/aixk_custom_model: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 aixk/aixk_custom_model:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf aixk/aixk_custom_model:Q4_K_M
Use Docker
docker model run hf.co/aixk/aixk_custom_model:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use aixk/aixk_custom_model with Ollama:
ollama run hf.co/aixk/aixk_custom_model:Q4_K_M
- Unsloth Studio new
How to use aixk/aixk_custom_model 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 aixk/aixk_custom_model 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 aixk/aixk_custom_model to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for aixk/aixk_custom_model to start chatting
- Docker Model Runner
How to use aixk/aixk_custom_model with Docker Model Runner:
docker model run hf.co/aixk/aixk_custom_model:Q4_K_M
- Lemonade
How to use aixk/aixk_custom_model with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull aixk/aixk_custom_model:Q4_K_M
Run and chat with the model
lemonade run user.aixk_custom_model-Q4_K_M
List all available models
lemonade list
File size: 13,277 Bytes
ea69277 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 | <div align="center">
<img src="https://cdn.jsdelivr.net/gh/sllkx/icons@main/logo/isai2.png" alt="ISAI Logo" width="160" style="border-radius: 30px; box-shadow: 0 4px 12px rgba(0,0,0,0.15); margin-bottom: 15px;">
<h2><b>ISAI - The Integrated AI Service Platform</b></h2>
<p style="color: #333; font-size: 12px">
ISAI is a comprehensive AI portal offering a variety of practical artificial intelligence services for everyday life.<br>
Discover our diverse family sites and services that enhance convenience and create new digital experiences.
</p>
<table align="center" width="100%" style="border: none; border-collapse: separate; border-spacing: 15px; text-align: left; max-width: 1100px;">
<tr>
<td width="25%" style="padding: 12px 16px; background: #f8f9fa; border-radius: 8px;">
<a href="https://isai.kr/" style="text-decoration: none; color: #222; display: flex; justify-content: space-between; align-items: center; font-size: 14px; line-height: 1.2; font-weight: bold; width: 100%;">
<span>ISAI</span>
<img src="https://cdn.jsdelivr.net/npm/remixicon@4.9.1/icons/Arrows/arrow-right-up-line.svg" width="18" style="opacity: 0.6;" alt="link">
</a>
</td>
<td width="25%" style="padding: 12px 16px; background: #f8f9fa; border-radius: 8px;">
<a href="https://ollapp.isai.kr/" style="text-decoration: none; color: #222; display: flex; justify-content: space-between; align-items: center; font-size: 14px; line-height: 1.2; font-weight: bold; width: 100%;">
<span>ollapp</span>
<img src="https://cdn.jsdelivr.net/npm/remixicon@4.9.1/icons/Arrows/arrow-right-up-line.svg" width="18" style="opacity: 0.6;" alt="link">
</a>
</td>
<td width="25%" style="padding: 12px 16px; background: #f8f9fa; border-radius: 8px;">
<a href="https://addly.isai.kr/" style="text-decoration: none; color: #222; display: flex; justify-content: space-between; align-items: center; font-size: 14px; line-height: 1.2; font-weight: bold; width: 100%;">
<span>Addly</span>
<img src="https://cdn.jsdelivr.net/npm/remixicon@4.9.1/icons/Arrows/arrow-right-up-line.svg" width="18" style="opacity: 0.6;" alt="link">
</a>
</td>
<td width="25%" style="padding: 12px 16px; background: #f8f9fa; border-radius: 8px;">
<a href="https://blog.099.kr/" style="text-decoration: none; color: #222; display: flex; justify-content: space-between; align-items: center; font-size: 14px; line-height: 1.2; font-weight: bold; width: 100%;">
<span>blogig</span>
<img src="https://cdn.jsdelivr.net/npm/remixicon@4.9.1/icons/Arrows/arrow-right-up-line.svg" width="18" style="opacity: 0.6;" alt="link">
</a>
</td>
</tr>
<tr>
<td width="25%" style="padding: 12px 16px; background: #f8f9fa; border-radius: 8px;">
<a href="https://logig.im/" style="text-decoration: none; color: #222; display: flex; justify-content: space-between; align-items: center; font-size: 14px; line-height: 1.2; font-weight: bold; width: 100%;">
<span>logig</span>
<img src="https://cdn.jsdelivr.net/npm/remixicon@4.9.1/icons/Arrows/arrow-right-up-line.svg" width="18" style="opacity: 0.6;" alt="link">
</a>
</td>
<td width="25%" style="padding: 12px 16px; background: #f8f9fa; border-radius: 8px;">
<a href="https://099.kr/" style="text-decoration: none; color: #222; display: flex; justify-content: space-between; align-items: center; font-size: 14px; line-height: 1.2; font-weight: bold; width: 100%;">
<span>AI Magician</span>
<img src="https://cdn.jsdelivr.net/npm/remixicon@4.9.1/icons/Arrows/arrow-right-up-line.svg" width="18" style="opacity: 0.6;" alt="link">
</a>
</td>
<td width="25%" style="padding: 12px 16px; background: #f8f9fa; border-radius: 8px;">
<a href="https://99s.kr/" style="text-decoration: none; color: #222; display: flex; justify-content: space-between; align-items: center; font-size: 14px; line-height: 1.2; font-weight: bold; width: 100%;">
<span>99s</span>
<img src="https://cdn.jsdelivr.net/npm/remixicon@4.9.1/icons/Arrows/arrow-right-up-line.svg" width="18" style="opacity: 0.6;" alt="link">
</a>
</td>
<td width="25%" style="padding: 12px 16px; background: #f8f9fa; border-radius: 8px;">
<a href="https://199.kr/" style="text-decoration: none; color: #222; display: flex; justify-content: space-between; align-items: center; font-size: 14px; line-height: 1.2; font-weight: bold; width: 100%;">
<span>Global Stock</span>
<img src="https://cdn.jsdelivr.net/npm/remixicon@4.9.1/icons/Arrows/arrow-right-up-line.svg" width="18" style="opacity: 0.6;" alt="link">
</a>
</td>
</tr>
<tr>
<td width="25%" style="padding: 12px 16px; background: #f8f9fa; border-radius: 8px;">
<a href="https://archi.veai.workers.dev/" style="text-decoration: none; color: #222; display: flex; justify-content: space-between; align-items: center; font-size: 14px; line-height: 1.2; font-weight: bold; width: 100%;">
<span>AI Archive</span>
<img src="https://cdn.jsdelivr.net/npm/remixicon@4.9.1/icons/Arrows/arrow-right-up-line.svg" width="18" style="opacity: 0.6;" alt="link">
</a>
</td>
<td width="25%" style="padding: 12px 16px; background: #f8f9fa; border-radius: 8px;">
<a href="https://www.wikiwi.workers.dev/" style="text-decoration: none; color: #222; display: flex; justify-content: space-between; align-items: center; font-size: 14px; line-height: 1.2; font-weight: bold; width: 100%;">
<span>wikiwi</span>
<img src="https://cdn.jsdelivr.net/npm/remixicon@4.9.1/icons/Arrows/arrow-right-up-line.svg" width="18" style="opacity: 0.6;" alt="link">
</a>
</td>
<td width="25%" style="padding: 12px 16px; background: #f8f9fa; border-radius: 8px;">
<a href="https://www.wwwiki.workers.dev/" style="text-decoration: none; color: #222; display: flex; justify-content: space-between; align-items: center; font-size: 14px; line-height: 1.2; font-weight: bold; width: 100%;">
<span>wwwiki</span>
<img src="https://cdn.jsdelivr.net/npm/remixicon@4.9.1/icons/Arrows/arrow-right-up-line.svg" width="18" style="opacity: 0.6;" alt="link">
</a>
</td>
<td width="25%" style="padding: 12px 16px; background: #f8f9fa; border-radius: 8px;">
<a href="https://oduc.kr/" style="text-decoration: none; color: #222; display: flex; justify-content: space-between; align-items: center; font-size: 14px; line-height: 1.2; font-weight: bold; width: 100%;">
<span>Oduck</span>
<img src="https://cdn.jsdelivr.net/npm/remixicon@4.9.1/icons/Arrows/arrow-right-up-line.svg" width="18" style="opacity: 0.6;" alt="link">
</a>
</td>
</tr>
<tr>
<td width="25%" style="padding: 12px 16px; background: #f8f9fa; border-radius: 8px;">
<a href="https://lai.oduc.kr/" style="text-decoration: none; color: #222; display: flex; justify-content: space-between; align-items: center; font-size: 14px; line-height: 1.2; font-weight: bold; width: 100%;">
<span>lai</span>
<img src="https://cdn.jsdelivr.net/npm/remixicon@4.9.1/icons/Arrows/arrow-right-up-line.svg" width="18" style="opacity: 0.6;" alt="link">
</a>
</td>
<td width="25%" style="padding: 12px 16px; background: #f8f9fa; border-radius: 8px;">
<a href="https://spirit-browser.isai.kr/" style="text-decoration: none; color: #222; display: flex; justify-content: space-between; align-items: center; font-size: 14px; line-height: 1.2; font-weight: bold; width: 100%;">
<span>spirit browser</span>
<img src="https://cdn.jsdelivr.net/npm/remixicon@4.9.1/icons/Arrows/arrow-right-up-line.svg" width="18" style="opacity: 0.6;" alt="link">
</a>
</td>
<td width="25%" style="padding: 12px 16px; background: #f8f9fa; border-radius: 8px;">
<a href="https://799.kr/" style="text-decoration: none; color: #222; display: flex; justify-content: space-between; align-items: center; font-size: 14px; line-height: 1.2; font-weight: bold; width: 100%;">
<span>799</span>
<img src="https://cdn.jsdelivr.net/npm/remixicon@4.9.1/icons/Arrows/arrow-right-up-line.svg" width="18" style="opacity: 0.6;" alt="link">
</a>
</td>
<td width="25%" style="padding: 12px 16px; background: #f8f9fa; border-radius: 8px;">
<a href="https://thedeo.uk" style="text-decoration: none; color: #222; display: flex; justify-content: space-between; align-items: center; font-size: 14px; line-height: 1.2; font-weight: bold; width: 100%;">
<span>thedeouk</span>
<img src="https://cdn.jsdelivr.net/npm/remixicon@4.9.1/icons/Arrows/arrow-right-up-line.svg" width="18" style="opacity: 0.6;" alt="link">
</a>
</td>
</tr>
<tr>
<td width="25%" style="padding: 12px 16px; background: #f8f9fa; border-radius: 8px;">
<a href="https://wallpaper.ko-kr.workers.dev/" style="text-decoration: none; color: #222; display: flex; justify-content: space-between; align-items: center; font-size: 14px; line-height: 1.2; font-weight: bold; width: 100%;">
<span>wallpaper forum</span>
<img src="https://cdn.jsdelivr.net/npm/remixicon@4.9.1/icons/Arrows/arrow-right-up-line.svg" width="18" style="opacity: 0.6;" alt="link">
</a>
</td>
<td width="25%" style="padding: 12px 16px; background: #f8f9fa; border-radius: 8px;">
<a href="https://webbar.isai.kr" style="text-decoration: none; color: #222; display: flex; justify-content: space-between; align-items: center; font-size: 14px; line-height: 1.2; font-weight: bold; width: 100%;">
<span>webbar</span>
<img src="https://cdn.jsdelivr.net/npm/remixicon@4.9.1/icons/Arrows/arrow-right-up-line.svg" width="18" style="opacity: 0.6;" alt="link">
</a>
</td>
<td width="25%" style="padding: 12px 16px; background: #f8f9fa; border-radius: 8px;">
<a href="https://stode.isai.kr/" style="text-decoration: none; color: #222; display: flex; justify-content: space-between; align-items: center; font-size: 14px; line-height: 1.2; font-weight: bold; width: 100%;">
<span>Stode</span>
<img src="https://cdn.jsdelivr.net/npm/remixicon@4.9.1/icons/Arrows/arrow-right-up-line.svg" width="18" style="opacity: 0.6;" alt="link">
</a>
</td>
<td width="25%" style="padding: 12px 16px; background: #f8f9fa; border-radius: 8px;">
<a href="https://omap.isai.kr/" style="text-decoration: none; color: #222; display: flex; justify-content: space-between; align-items: center; font-size: 14px; line-height: 1.2; font-weight: bold; width: 100%;">
<span>OMAP</span>
<img src="https://cdn.jsdelivr.net/npm/remixicon@4.9.1/icons/Arrows/arrow-right-up-line.svg" width="18" style="opacity: 0.6;" alt="link">
</a>
</td>
</tr>
<tr>
<td width="25%" style="padding: 12px 16px; background: #f8f9fa; border-radius: 8px;">
<a href="https://manatoki.kr/" style="text-decoration: none; color: #222; display: flex; justify-content: space-between; align-items: center; font-size: 14px; line-height: 1.2; font-weight: bold; width: 100%;">
<span>hummorabbit</span>
<img src="https://cdn.jsdelivr.net/npm/remixicon@4.9.1/icons/Arrows/arrow-right-up-line.svg" width="18" style="opacity: 0.6;" alt="link">
</a>
</td>
<td width="25%" style="padding: 12px 16px; background: #f8f9fa; border-radius: 8px;">
<a href="https://spirit-browser.isai.kr/ollone/" style="text-decoration: none; color: #222; display: flex; justify-content: space-between; align-items: center; font-size: 14px; line-height: 1.2; font-weight: bold; width: 100%;">
<span>ollone</span>
<img src="https://cdn.jsdelivr.net/npm/remixicon@4.9.1/icons/Arrows/arrow-right-up-line.svg" width="18" style="opacity: 0.6;" alt="link">
</a>
</td>
<td width="25%" style="padding: 12px 16px; background: #f8f9fa; border-radius: 8px;">
<a href="https://ranovel.kr/" style="text-decoration: none; color: #222; display: flex; justify-content: space-between; align-items: center; font-size: 14px; line-height: 1.2; font-weight: bold; width: 100%;">
<span>ranovel.kr</span>
<img src="https://cdn.jsdelivr.net/npm/remixicon@4.9.1/icons/Arrows/arrow-right-up-line.svg" width="18" style="opacity: 0.6;" alt="link">
</a>
</td>
<td width="25%" style="padding: 12px 16px; background: #f8f9fa; border-radius: 8px;">
<a href="https://adsense.ko-kr.workers.dev/" style="text-decoration: none; color: #222; display: flex; justify-content: space-between; align-items: center; font-size: 14px; line-height: 1.2; font-weight: bold; width: 100%;">
<span>adsense forum</span>
<img src="https://cdn.jsdelivr.net/npm/remixicon@4.9.1/icons/Arrows/arrow-right-up-line.svg" width="18" style="opacity: 0.6;" alt="link">
</a>
</td>
</tr>
</table>
</div> |