Instructions to use andreass123/Llama-3-Open-Ko-8B-Instruct-teddynote-Q4_K_S-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use andreass123/Llama-3-Open-Ko-8B-Instruct-teddynote-Q4_K_S-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="andreass123/Llama-3-Open-Ko-8B-Instruct-teddynote-Q4_K_S-GGUF", filename="llama-3-open-ko-8b-instruct-teddynote-q4_k_s.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use andreass123/Llama-3-Open-Ko-8B-Instruct-teddynote-Q4_K_S-GGUF with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf andreass123/Llama-3-Open-Ko-8B-Instruct-teddynote-Q4_K_S-GGUF:Q4_K_S # Run inference directly in the terminal: llama cli -hf andreass123/Llama-3-Open-Ko-8B-Instruct-teddynote-Q4_K_S-GGUF:Q4_K_S
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf andreass123/Llama-3-Open-Ko-8B-Instruct-teddynote-Q4_K_S-GGUF:Q4_K_S # Run inference directly in the terminal: llama cli -hf andreass123/Llama-3-Open-Ko-8B-Instruct-teddynote-Q4_K_S-GGUF:Q4_K_S
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 andreass123/Llama-3-Open-Ko-8B-Instruct-teddynote-Q4_K_S-GGUF:Q4_K_S # Run inference directly in the terminal: ./llama-cli -hf andreass123/Llama-3-Open-Ko-8B-Instruct-teddynote-Q4_K_S-GGUF:Q4_K_S
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 andreass123/Llama-3-Open-Ko-8B-Instruct-teddynote-Q4_K_S-GGUF:Q4_K_S # Run inference directly in the terminal: ./build/bin/llama-cli -hf andreass123/Llama-3-Open-Ko-8B-Instruct-teddynote-Q4_K_S-GGUF:Q4_K_S
Use Docker
docker model run hf.co/andreass123/Llama-3-Open-Ko-8B-Instruct-teddynote-Q4_K_S-GGUF:Q4_K_S
- LM Studio
- Jan
- Ollama
How to use andreass123/Llama-3-Open-Ko-8B-Instruct-teddynote-Q4_K_S-GGUF with Ollama:
ollama run hf.co/andreass123/Llama-3-Open-Ko-8B-Instruct-teddynote-Q4_K_S-GGUF:Q4_K_S
- Unsloth Studio
How to use andreass123/Llama-3-Open-Ko-8B-Instruct-teddynote-Q4_K_S-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 andreass123/Llama-3-Open-Ko-8B-Instruct-teddynote-Q4_K_S-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 andreass123/Llama-3-Open-Ko-8B-Instruct-teddynote-Q4_K_S-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for andreass123/Llama-3-Open-Ko-8B-Instruct-teddynote-Q4_K_S-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use andreass123/Llama-3-Open-Ko-8B-Instruct-teddynote-Q4_K_S-GGUF with Docker Model Runner:
docker model run hf.co/andreass123/Llama-3-Open-Ko-8B-Instruct-teddynote-Q4_K_S-GGUF:Q4_K_S
- Lemonade
How to use andreass123/Llama-3-Open-Ko-8B-Instruct-teddynote-Q4_K_S-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull andreass123/Llama-3-Open-Ko-8B-Instruct-teddynote-Q4_K_S-GGUF:Q4_K_S
Run and chat with the model
lemonade run user.Llama-3-Open-Ko-8B-Instruct-teddynote-Q4_K_S-GGUF-Q4_K_S
List all available models
lemonade list
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 andreass123/Llama-3-Open-Ko-8B-Instruct-teddynote-Q4_K_S-GGUF to start chattingUsing HuggingFace Spaces for Unsloth
# No setup required# Open https://huggingface.co/spaces/unsloth/studio in your browser
# Search for andreass123/Llama-3-Open-Ko-8B-Instruct-teddynote-Q4_K_S-GGUF to start chattingandreass123/Llama-3-Open-Ko-8B-Instruct-teddynote-Q4_K_S-GGUF
This model was converted to GGUF format from teddylee777/Llama-3-Open-Ko-8B-Instruct-teddynote using llama.cpp via the ggml.ai's GGUF-my-repo space.
Refer to the original model card for more details on the model.
Use with llama.cpp
Install llama.cpp through brew.
brew install ggerganov/ggerganov/llama.cpp
Invoke the llama.cpp server or the CLI. CLI:
llama-cli --hf-repo andreass123/Llama-3-Open-Ko-8B-Instruct-teddynote-Q4_K_S-GGUF --model llama-3-open-ko-8b-instruct-teddynote-q4_k_s.gguf -p "The meaning to life and the universe is"
Server:
llama-server --hf-repo andreass123/Llama-3-Open-Ko-8B-Instruct-teddynote-Q4_K_S-GGUF --model llama-3-open-ko-8b-instruct-teddynote-q4_k_s.gguf -c 2048
Note: You can also use this checkpoint directly through the usage steps listed in the Llama.cpp repo as well.
git clone https://github.com/ggerganov/llama.cpp && \
cd llama.cpp && \
make && \
./main -m llama-3-open-ko-8b-instruct-teddynote-q4_k_s.gguf -n 128
- Downloads last month
- 2
4-bit
Install Unsloth Studio (macOS, Linux, WSL)
# Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for andreass123/Llama-3-Open-Ko-8B-Instruct-teddynote-Q4_K_S-GGUF to start chatting