plutoedge commited on
Commit
fa8adcd
·
verified ·
1 Parent(s): d719242

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -85,9 +85,12 @@ PLUTO_ACTION: {"type": "multi_trigger", "params": [
85
  # Install Ollama on Raspberry Pi
86
  curl -fsSL https://ollama.ai/install.sh | sh
87
 
88
- # Pull and run PlutoEdge
89
- ollama pull plutoedge/PlutoEdge-1.5B-GGUF
90
- ollama run plutoedge/PlutoEdge-1.5B-GGUF
 
 
 
91
  ```
92
 
93
  Or use with [PlutoClaw](https://github.com/plutoedge-dev/plutoclaw) for full GPIO automation:
 
85
  # Install Ollama on Raspberry Pi
86
  curl -fsSL https://ollama.ai/install.sh | sh
87
 
88
+ # Pull base model first
89
+ ollama pull qwen2.5:1.5b
90
+
91
+ # Register PlutoEdge-1.5B (domain-tuned for PlutoClaw)
92
+ cd models/PlutoEdge-1.5B-v4
93
+ ollama create plutoedge -f Modelfile
94
  ```
95
 
96
  Or use with [PlutoClaw](https://github.com/plutoedge-dev/plutoclaw) for full GPIO automation: