tatsu-lab/alpaca
Viewer β’ Updated β’ 52k β’ 79k β’ 994
How to use Natarizki/sadar-500 with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="Natarizki/sadar-500", filename="sadar-500.Q6_K.gguf", )
output = llm( "Once upon a time,", max_tokens=512, echo=True ) print(output)
How to use Natarizki/sadar-500 with llama.cpp:
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf Natarizki/sadar-500:Q6_K # Run inference directly in the terminal: llama-cli -hf Natarizki/sadar-500:Q6_K
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf Natarizki/sadar-500:Q6_K # Run inference directly in the terminal: llama-cli -hf Natarizki/sadar-500:Q6_K
# 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 Natarizki/sadar-500:Q6_K # Run inference directly in the terminal: ./llama-cli -hf Natarizki/sadar-500:Q6_K
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 Natarizki/sadar-500:Q6_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf Natarizki/sadar-500:Q6_K
docker model run hf.co/Natarizki/sadar-500:Q6_K
How to use Natarizki/sadar-500 with vLLM:
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "Natarizki/sadar-500"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/completions" \
-H "Content-Type: application/json" \
--data '{
"model": "Natarizki/sadar-500",
"prompt": "Once upon a time,",
"max_tokens": 512,
"temperature": 0.5
}'docker model run hf.co/Natarizki/sadar-500:Q6_K
How to use Natarizki/sadar-500 with Ollama:
ollama run hf.co/Natarizki/sadar-500:Q6_K
How to use Natarizki/sadar-500 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 Natarizki/sadar-500 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 Natarizki/sadar-500 to start chatting
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for Natarizki/sadar-500 to start chatting
How to use Natarizki/sadar-500 with Docker Model Runner:
docker model run hf.co/Natarizki/sadar-500:Q6_K
How to use Natarizki/sadar-500 with Lemonade:
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Natarizki/sadar-500:Q6_K
lemonade run user.sadar-500-Q6_K
lemonade list
A fine-tuned lightweight language model of Qwen/Qwen2.5-0.5B, optimized for mobile and laptop devices.
Can be used directly with applications that support the GGUF format:
sadar-500.Q6_K.gguf β ready-to-use main model6-bit
Base model
Qwen/Qwen2.5-0.5B