FreedomIntelligence/alpaca-gpt4-deutsch
Viewer • Updated • 50k • 150 • 9
How to use LSX-UniWue/LLaMmlein_7B_chat-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 LSX-UniWue/LLaMmlein_7B_chat-gguf # Run inference directly in the terminal: llama cli -hf LSX-UniWue/LLaMmlein_7B_chat-gguf
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf LSX-UniWue/LLaMmlein_7B_chat-gguf # Run inference directly in the terminal: llama cli -hf LSX-UniWue/LLaMmlein_7B_chat-gguf
# 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 LSX-UniWue/LLaMmlein_7B_chat-gguf # Run inference directly in the terminal: ./llama-cli -hf LSX-UniWue/LLaMmlein_7B_chat-gguf
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 LSX-UniWue/LLaMmlein_7B_chat-gguf # Run inference directly in the terminal: ./build/bin/llama-cli -hf LSX-UniWue/LLaMmlein_7B_chat-gguf
docker model run hf.co/LSX-UniWue/LLaMmlein_7B_chat-gguf
How to use LSX-UniWue/LLaMmlein_7B_chat-gguf with Ollama:
ollama run hf.co/LSX-UniWue/LLaMmlein_7B_chat-gguf
How to use LSX-UniWue/LLaMmlein_7B_chat-gguf with Docker Model Runner:
docker model run hf.co/LSX-UniWue/LLaMmlein_7B_chat-gguf
How to use LSX-UniWue/LLaMmlein_7B_chat-gguf with Lemonade:
# Download Lemonade from https://lemonade-server.ai/ lemonade pull LSX-UniWue/LLaMmlein_7B_chat-gguf
lemonade run user.LLaMmlein_7B_chat-gguf-{{QUANT_TAG}}lemonade list
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf LSX-UniWue/LLaMmlein_7B_chat-gguf# Run inference directly in the terminal:
llama cli -hf LSX-UniWue/LLaMmlein_7B_chat-gguf# 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 LSX-UniWue/LLaMmlein_7B_chat-gguf# Run inference directly in the terminal:
./llama-cli -hf LSX-UniWue/LLaMmlein_7B_chat-ggufgit 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 LSX-UniWue/LLaMmlein_7B_chat-gguf# Run inference directly in the terminal:
./build/bin/llama-cli -hf LSX-UniWue/LLaMmlein_7B_chat-ggufdocker model run hf.co/LSX-UniWue/LLaMmlein_7B_chat-ggufWe're not able to determine the quantization variants.
Install (macOS, Linux)
# Start a local OpenAI-compatible server with a web UI: llama serve -hf LSX-UniWue/LLaMmlein_7B_chat-gguf# Run inference directly in the terminal: llama cli -hf LSX-UniWue/LLaMmlein_7B_chat-gguf