bigcode/starcoderdata
Viewer • Updated • 207M • 26.7k • 529
How to use akx/Viking-7B-gguf with llama.cpp:
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf akx/Viking-7B-gguf:Q4_K_M # Run inference directly in the terminal: llama cli -hf akx/Viking-7B-gguf:Q4_K_M
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf akx/Viking-7B-gguf:Q4_K_M # Run inference directly in the terminal: llama cli -hf akx/Viking-7B-gguf:Q4_K_M
# 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 akx/Viking-7B-gguf:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf akx/Viking-7B-gguf:Q4_K_M
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 akx/Viking-7B-gguf:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf akx/Viking-7B-gguf:Q4_K_M
docker model run hf.co/akx/Viking-7B-gguf:Q4_K_M
How to use akx/Viking-7B-gguf with Ollama:
ollama run hf.co/akx/Viking-7B-gguf:Q4_K_M
How to use akx/Viking-7B-gguf with Unsloth Studio:
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 akx/Viking-7B-gguf to start chatting
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 akx/Viking-7B-gguf to start chatting
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for akx/Viking-7B-gguf to start chatting
How to use akx/Viking-7B-gguf with Docker Model Runner:
docker model run hf.co/akx/Viking-7B-gguf:Q4_K_M
How to use akx/Viking-7B-gguf with Lemonade:
# Download Lemonade from https://lemonade-server.ai/ lemonade pull akx/Viking-7B-gguf:Q4_K_M
lemonade run user.Viking-7B-gguf-Q4_K_M
lemonade list
Viking 7B is a 7B parameter decoder-only transformer pretrained on Finnish, English, Swedish, Danish, Norwegian, Icelandic and code. It has been trained on 2 trillion tokens. Viking 7B is a fully open source model and is made available under the Apache 2.0 License.
Please see the upstream repository for more information.
This GGML quantization was done with akx/ggify with llama.cpp b2901 with a small modification to the conversion script to support the Viking tokenizer.
4-bit