Instructions to use aixk/twiny-stack-L02-gguf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use aixk/twiny-stack-L02-gguf with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="aixk/twiny-stack-L02-gguf", filename="twiny-stack-L02-bridge-f16.gguf", )
output = llm( "Once upon a time,", max_tokens=512, echo=True ) print(output)
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use aixk/twiny-stack-L02-gguf with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf aixk/twiny-stack-L02-gguf:F16 # Run inference directly in the terminal: llama-cli -hf aixk/twiny-stack-L02-gguf:F16
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf aixk/twiny-stack-L02-gguf:F16 # Run inference directly in the terminal: llama-cli -hf aixk/twiny-stack-L02-gguf:F16
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/twiny-stack-L02-gguf:F16 # Run inference directly in the terminal: ./llama-cli -hf aixk/twiny-stack-L02-gguf:F16
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/twiny-stack-L02-gguf:F16 # Run inference directly in the terminal: ./build/bin/llama-cli -hf aixk/twiny-stack-L02-gguf:F16
Use Docker
docker model run hf.co/aixk/twiny-stack-L02-gguf:F16
- LM Studio
- Jan
- vLLM
How to use aixk/twiny-stack-L02-gguf with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "aixk/twiny-stack-L02-gguf" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "aixk/twiny-stack-L02-gguf", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/aixk/twiny-stack-L02-gguf:F16
- Ollama
How to use aixk/twiny-stack-L02-gguf with Ollama:
ollama run hf.co/aixk/twiny-stack-L02-gguf:F16
- Unsloth Studio
How to use aixk/twiny-stack-L02-gguf 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/twiny-stack-L02-gguf 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/twiny-stack-L02-gguf to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for aixk/twiny-stack-L02-gguf to start chatting
- Docker Model Runner
How to use aixk/twiny-stack-L02-gguf with Docker Model Runner:
docker model run hf.co/aixk/twiny-stack-L02-gguf:F16
- Lemonade
How to use aixk/twiny-stack-L02-gguf with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull aixk/twiny-stack-L02-gguf:F16
Run and chat with the model
lemonade run user.twiny-stack-L02-gguf-F16
List all available models
lemonade list
File size: 13,315 Bytes
f104e01 972aa3b d5bf8d5 972aa3b | 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 169 170 171 | ---
pipeline_tag: text-generation
---
<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> |