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
| <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> |