How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf wnduss/multimodal_lora_gguf
# Run inference directly in the terminal:
llama cli -hf wnduss/multimodal_lora_gguf
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf wnduss/multimodal_lora_gguf
# Run inference directly in the terminal:
llama cli -hf wnduss/multimodal_lora_gguf
Use pre-built binary
# 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 wnduss/multimodal_lora_gguf
# Run inference directly in the terminal:
./llama-cli -hf wnduss/multimodal_lora_gguf
Build from source code
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 wnduss/multimodal_lora_gguf
# Run inference directly in the terminal:
./build/bin/llama-cli -hf wnduss/multimodal_lora_gguf
Use Docker
docker model run hf.co/wnduss/multimodal_lora_gguf
Quick Links

Multimodal LoRA (GGUF Format)

이 λ ˆν¬μ§€ν† λ¦¬λŠ” νŒŒμΈνŠœλ‹λœ Gemma3 LoRA λͺ¨λΈμ„ GGUF 포맷으둜 λ³€ν™˜ν•œ νŒŒμΌμž…λ‹ˆλ‹€. llama.cpp, LM Studio, Ollama λ“± λ‹€μ–‘ν•œ 둜컬 μΆ”λ‘  λ„κ΅¬μ—μ„œ λ°”λ‘œ μ‚¬μš©ν•  수 μžˆμŠ΅λ‹ˆλ‹€.

File Information

How to use

이 GGUF νŒŒμΌμ€ μ•„λž˜ λ„κ΅¬λ“€μ—μ„œ λΆˆλŸ¬μ™€ μ‚¬μš©ν•  수 μžˆμŠ΅λ‹ˆλ‹€:

  1. LM Studio: λͺ¨λΈ νŒŒμΌμ„ λ‹€μš΄λ‘œλ“œ ν›„ 검색창에 파일 경둜λ₯Ό μž…λ ₯ν•˜μ„Έμš”.
  2. llama.cpp: μ•„λž˜ λͺ…λ Ήμ–΄λ‘œ μ‹€ν–‰ν•  수 μžˆμŠ΅λ‹ˆλ‹€:
   ./main -m model.gguf -p "μž…λ ₯ ν”„λ‘¬ν”„νŠΈ"
Downloads last month
445
GGUF
Model size
4B params
Architecture
gemma3
Hardware compatibility
Log In to add your hardware

We're not able to determine the quantization variants.

Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support