Instructions to use kammbo/HyperCLOVAX-SEED-Text-Instruct-1.5B-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use kammbo/HyperCLOVAX-SEED-Text-Instruct-1.5B-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="kammbo/HyperCLOVAX-SEED-Text-Instruct-1.5B-GGUF", filename="hyper_clova_seed-1.5b-Q4_K_M.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- llama.cpp
How to use kammbo/HyperCLOVAX-SEED-Text-Instruct-1.5B-GGUF with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf kammbo/HyperCLOVAX-SEED-Text-Instruct-1.5B-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf kammbo/HyperCLOVAX-SEED-Text-Instruct-1.5B-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf kammbo/HyperCLOVAX-SEED-Text-Instruct-1.5B-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf kammbo/HyperCLOVAX-SEED-Text-Instruct-1.5B-GGUF: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 kammbo/HyperCLOVAX-SEED-Text-Instruct-1.5B-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf kammbo/HyperCLOVAX-SEED-Text-Instruct-1.5B-GGUF: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 kammbo/HyperCLOVAX-SEED-Text-Instruct-1.5B-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf kammbo/HyperCLOVAX-SEED-Text-Instruct-1.5B-GGUF:Q4_K_M
Use Docker
docker model run hf.co/kammbo/HyperCLOVAX-SEED-Text-Instruct-1.5B-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use kammbo/HyperCLOVAX-SEED-Text-Instruct-1.5B-GGUF with Ollama:
ollama run hf.co/kammbo/HyperCLOVAX-SEED-Text-Instruct-1.5B-GGUF:Q4_K_M
- Unsloth Studio new
How to use kammbo/HyperCLOVAX-SEED-Text-Instruct-1.5B-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 kammbo/HyperCLOVAX-SEED-Text-Instruct-1.5B-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 kammbo/HyperCLOVAX-SEED-Text-Instruct-1.5B-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for kammbo/HyperCLOVAX-SEED-Text-Instruct-1.5B-GGUF to start chatting
- Docker Model Runner
How to use kammbo/HyperCLOVAX-SEED-Text-Instruct-1.5B-GGUF with Docker Model Runner:
docker model run hf.co/kammbo/HyperCLOVAX-SEED-Text-Instruct-1.5B-GGUF:Q4_K_M
- Lemonade
How to use kammbo/HyperCLOVAX-SEED-Text-Instruct-1.5B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull kammbo/HyperCLOVAX-SEED-Text-Instruct-1.5B-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.HyperCLOVAX-SEED-Text-Instruct-1.5B-GGUF-Q4_K_M
List all available models
lemonade list
HyperCLOVAX-SEED-Text-Instruct-1.5B-GGUF
1. ๊ฐ์ (Overview)
๋ณธ ์ ์ฅ์๋ ๋ค์ด๋ฒ์ ํ๊ตญ์ด ํนํ ๊ฒฝ๋ ๋ชจ๋ธ์ธ HyperCLOVA X SEED-Text-Instruct-1.5B๋ฅผ ๋ก์ปฌ ํ๊ฒฝ(LM Studio, Ollama ๋ฑ)์์ ์ฝ๊ฒ ์ฌ์ฉํ ์ ์๋๋ก GGUF ํ์์ผ๋ก ๋ณํํ ํ์ผ์ ๋๋ค.
2. ๋ชจ๋ธ ์ ๋ณด (Model Details)
- ์๋ณธ ๋ชจ๋ธ: naver-hyperclovax/HyperCLOVAX-SEED-Text-Instruct-1.5B
- ๋ณํ ๋๊ตฌ:
llama.cpp - ํ์ผ ํ์: GGUF (FP16) - ์๋ณธ์ ์ ๋ฐ๋๋ฅผ ์ ์งํ ๋ฒ์ ์ ๋๋ค.
3. ๋ผ์ด์ ์ค (License)
๋ณธ ๋ชจ๋ธ์ ๋ค์ด๋ฒ์ HyperCLOVA X SEED ๋ชจ๋ธ ๋ผ์ด์ ์ค๋ฅผ ๋ฐ๋ฆ ๋๋ค.
- ์์ ์ ์ด์ฉ: ๊ฐ์ธ ๋ฐ ๊ธฐ์ ์ ์๊ฐ ํ์ฑ ์ฌ์ฉ์(MAU) 1,000๋ง ๋ช ์ดํ์ธ ๊ฒฝ์ฐ ๋ฌด๋ฃ๋ก ์์ ์ ์ด์ฉ์ด ๊ฐ๋ฅํฉ๋๋ค.
- ์ ํ ์ฌํญ: MAU 1,000๋ง ๋ช ์ด๊ณผ ์ ๋ณ๋ ํ์๊ฐ ํ์ํ๋ฉฐ, ๋ค์ด๋ฒ์ ๊ฒฝ์ ๊ด๊ณ์ ์๋ ์๋น์ค์๋ ์ด์ฉ์ด ์ ํ๋ ์ ์์ต๋๋ค.
4. ์คํ ๋ฐฉ๋ฒ (How to use)
llama.cpp ์ฌ์ฉ ์
llama-cli -m hyper_clova_seed-1.5b-f16.gguf
5. ์ ๊ณต ํ์ผ ์ ๋ณด (Provided Files)
๋ณธ ์ ์ฅ์๋ ์ฌ์ฉ์์ ํ๋์จ์ด ํ๊ฒฝ์ ๋ง์ถฐ ์ ํํ ์ ์๋ ๋ ๊ฐ์ง ๋ฒ์ ์ ์ ๊ณตํฉ๋๋ค.
| ํ์ผ๋ช | ์ฉ๋ | ํน์ง | ์ถ์ฒ ํ๊ฒฝ |
|---|---|---|---|
| hyper_clova_seed-1.5b-f16.gguf | 3.17 GB | ์๋ณธ ํ์ง ์ ์ง (FP16) | ์ถฉ๋ถํ VRAM/RAM ๋ณด์ ์ |
| hyper_clova_seed-1.5b-Q4_K_M.gguf | 1.00 GB | 4๋นํธ ์์ํ (์ถ์ฒ) | ์ผ๋ฐ PC, ๋น ๋ฅธ ์๋ ํ์ ์ |
6. ์์ํ ๊ธฐ์ ์ ๋ณด (Technical Note)
- Q4_K_M ์์ํ๋ ๋ชจ๋ธ์ ์ฑ๋ฅ ์ ํ๋ฅผ ์ต์ํํ๋ฉด์ ์ฉ๋์ ์ฝ 1/3๋ก ์ค์ธ ์ค์ ์ ๋๋ค.
- ์ ์ฌ์ ๊ธฐ๊ธฐ๋ ๋ชจ๋ฐ์ผ ํ๊ฒฝ์์๋ ์ํํ ํ๊ตญ์ด ์ถ๋ก ์ด ๊ฐ๋ฅํ๋๋ก ์ต์ ํ๋์์ต๋๋ค.
- Downloads last month
- 28
4-bit
16-bit