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

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -6
README.md CHANGED
@@ -85,12 +85,9 @@ PLUTO_ACTION: {"type": "multi_trigger", "params": [
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:
 
85
  # Install Ollama on Raspberry Pi
86
  curl -fsSL https://ollama.ai/install.sh | sh
87
 
88
+ # Pull and run PlutoEdge directly from HuggingFace
89
+ ollama pull hf.co/plutoedge/PlutoEdge-1.5B
90
+ ollama run hf.co/plutoedge/PlutoEdge-1.5B
 
 
 
91
  ```
92
 
93
  Or use with [PlutoClaw](https://github.com/plutoedge-dev/plutoclaw) for full GPIO automation: