Instructions to use aixk/fastplus-50m with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use aixk/fastplus-50m with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="aixk/fastplus-50m")# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("aixk/fastplus-50m", dtype="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use aixk/fastplus-50m with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "aixk/fastplus-50m" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "aixk/fastplus-50m", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/aixk/fastplus-50m
- SGLang
How to use aixk/fastplus-50m with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "aixk/fastplus-50m" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "aixk/fastplus-50m", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "aixk/fastplus-50m" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "aixk/fastplus-50m", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }' - Docker Model Runner
How to use aixk/fastplus-50m with Docker Model Runner:
docker model run hf.co/aixk/fastplus-50m
| pipeline_tag: text-generation | |
| language: | |
| - en | |
| - ko | |
| library_name: transformers | |
| tags: [] | |
| <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 - 이사이</b></h2> | |
| <div style="font-size: 12px"> | |
| I’m an independent developer building and maintaining AI projects on my own.<br/> | |
| Everything from model development to server costs, datasets, and feature updates is managed personally.<br/> | |
| Any support you can provide greatly helps keep this project running and allows for continuous improvements.<br/> | |
| If you find this project helpful, please consider supporting my work. Thank you.<br/><br/> | |
| 혼자서 AI 프로젝트를 개발하고 운영하고 있습니다.<br/> | |
| 모델 개발부터 데이터셋 준비, 서버 비용 감당, 기능 업데이트까지 모두 직접 진행하고 있습니다.<br/> | |
| 보내주시는 따뜻한 후원은 안정적인 서비스 유지와 새로운 기능 개발에 큰 도움이 됩니다.<br/> | |
| 프로젝트가 마음에 드셨다면 후원으로 응원해 주시면 감사하겠습니다.<br/> | |
| </br> | |
| 문의 : a@099.kr | |
| </div> | |
| <a href='https://ko-fi.com/U7U31ZCO2W' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi6.png?v=6' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a> | |
| <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> |