LLM
Collection
7 items • Updated
How to use umisetokikaze/VT3gguf with llama.cpp:
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf umisetokikaze/VT3gguf # Run inference directly in the terminal: llama cli -hf umisetokikaze/VT3gguf
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf umisetokikaze/VT3gguf # Run inference directly in the terminal: llama cli -hf umisetokikaze/VT3gguf
# 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 umisetokikaze/VT3gguf # Run inference directly in the terminal: ./llama-cli -hf umisetokikaze/VT3gguf
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 umisetokikaze/VT3gguf # Run inference directly in the terminal: ./build/bin/llama-cli -hf umisetokikaze/VT3gguf
docker model run hf.co/umisetokikaze/VT3gguf
How to use umisetokikaze/VT3gguf with Ollama:
ollama run hf.co/umisetokikaze/VT3gguf
How to use umisetokikaze/VT3gguf with Docker Model Runner:
docker model run hf.co/umisetokikaze/VT3gguf
How to use umisetokikaze/VT3gguf with Lemonade:
# Download Lemonade from https://lemonade-server.ai/ lemonade pull umisetokikaze/VT3gguf
lemonade run user.VT3gguf-{{QUANT_TAG}}lemonade list
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf umisetokikaze/VT3gguf# Run inference directly in the terminal:
llama cli -hf umisetokikaze/VT3gguf# 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 umisetokikaze/VT3gguf# Run inference directly in the terminal:
./llama-cli -hf umisetokikaze/VT3ggufgit 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 umisetokikaze/VT3gguf# Run inference directly in the terminal:
./build/bin/llama-cli -hf umisetokikaze/VT3ggufdocker model run hf.co/umisetokikaze/VT3ggufNo model card
Install (macOS, Linux)
# Start a local OpenAI-compatible server with a web UI: llama serve -hf umisetokikaze/VT3gguf# Run inference directly in the terminal: llama cli -hf umisetokikaze/VT3gguf