GreenMap/ru-product-characteristics-extraction
Viewer • Updated • 4.67k • 13
How to use GreenMap/qwen3.5-4b-ru-json-extractor-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 GreenMap/qwen3.5-4b-ru-json-extractor-GGUF:Q8_0 # Run inference directly in the terminal: llama cli -hf GreenMap/qwen3.5-4b-ru-json-extractor-GGUF:Q8_0
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf GreenMap/qwen3.5-4b-ru-json-extractor-GGUF:Q8_0 # Run inference directly in the terminal: llama cli -hf GreenMap/qwen3.5-4b-ru-json-extractor-GGUF:Q8_0
# 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 GreenMap/qwen3.5-4b-ru-json-extractor-GGUF:Q8_0 # Run inference directly in the terminal: ./llama-cli -hf GreenMap/qwen3.5-4b-ru-json-extractor-GGUF:Q8_0
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 GreenMap/qwen3.5-4b-ru-json-extractor-GGUF:Q8_0 # Run inference directly in the terminal: ./build/bin/llama-cli -hf GreenMap/qwen3.5-4b-ru-json-extractor-GGUF:Q8_0
docker model run hf.co/GreenMap/qwen3.5-4b-ru-json-extractor-GGUF:Q8_0
How to use GreenMap/qwen3.5-4b-ru-json-extractor-GGUF with vLLM:
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "GreenMap/qwen3.5-4b-ru-json-extractor-GGUF"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/completions" \
-H "Content-Type: application/json" \
--data '{
"model": "GreenMap/qwen3.5-4b-ru-json-extractor-GGUF",
"prompt": "Once upon a time,",
"max_tokens": 512,
"temperature": 0.5
}'docker model run hf.co/GreenMap/qwen3.5-4b-ru-json-extractor-GGUF:Q8_0
How to use GreenMap/qwen3.5-4b-ru-json-extractor-GGUF with Ollama:
ollama run hf.co/GreenMap/qwen3.5-4b-ru-json-extractor-GGUF:Q8_0
How to use GreenMap/qwen3.5-4b-ru-json-extractor-GGUF with Docker Model Runner:
docker model run hf.co/GreenMap/qwen3.5-4b-ru-json-extractor-GGUF:Q8_0
How to use GreenMap/qwen3.5-4b-ru-json-extractor-GGUF with Lemonade:
# Download Lemonade from https://lemonade-server.ai/ lemonade pull GreenMap/qwen3.5-4b-ru-json-extractor-GGUF:Q8_0
lemonade run user.qwen3.5-4b-ru-json-extractor-GGUF-Q8_0
lemonade list
8-bit
16-bit
Base model
Qwen/Qwen3.5-4B-Base