Phi-3 Mini Device Support

Official adapter · maintained by LoRADock

text-generation #device#support#edge

Compact offline assistant for device setup, diagnostic checklists, and safe escalation guidance.

Usage

Load with Ollama:

# Download the adapter file, then create a Modelfile:
FROM phi-3-mini-4k-instruct
ADAPTER ./phi3-mini-device-support.gguf

# Build and run:
ollama create my-model -f Modelfile
ollama run my-model "Your prompt here"

Or with llama.cpp:

./llama-cli \
  -m base-model.gguf \
  --lora phi3-mini-device-support.gguf \
  -p "Your prompt here"

Compatibility

  • llama.cpp
  • Ollama
  • LM Studio

You might also like