Okyanus commited on
Commit
1578e70
·
verified ·
1 Parent(s): edbe171

Fix stale "prepared locally only" claim; add verified ollama pull instructions

Browse files
Files changed (1) hide show
  1. README.md +12 -4
README.md CHANGED
@@ -19,7 +19,7 @@ tags:
19
 
20
  # Pomona Nutrient / pH-EC Reasoner v0.1.1 GGUF
21
 
22
- **Experimental runtime artifact. Prepared locally only; not uploaded.** This F16 GGUF is a conversion of the
23
  Pomona Nutrient/pH-EC v0.1.1 correction LoRA merged into
24
  `Qwen/Qwen2.5-0.5B-Instruct`.
25
 
@@ -49,8 +49,15 @@ Related platform: [okyanu/pomona](https://github.com/okyanu/pomona)
49
 
50
  ## Usage
51
 
52
- This is a raw GGUF model for llama.cpp-compatible runtimes. The local Ollama
53
- wrapper used for testing was:
 
 
 
 
 
 
 
54
 
55
  ```text
56
  FROM pomona-nutrient-ph-ec-v0.1.1-f16.gguf
@@ -60,7 +67,8 @@ PARAMETER num_predict 220
60
 
61
  Use the exact task prompt and keep deterministic validation in front of any
62
  fertigation workflow. A prompt or runtime wrapper is not a substitute for the
63
- deterministic Pomona safety route.
 
64
 
65
  For the guarded path, use `scripts/models/guard_nutrient_ph_ec_output.py` or
66
  the Pomona model-router deterministic route. `guarded_evaluation.json` records
 
19
 
20
  # Pomona Nutrient / pH-EC Reasoner v0.1.1 GGUF
21
 
22
+ **Experimental runtime artifact, published for local testing.** This F16 GGUF is a conversion of the
23
  Pomona Nutrient/pH-EC v0.1.1 correction LoRA merged into
24
  `Qwen/Qwen2.5-0.5B-Instruct`.
25
 
 
49
 
50
  ## Usage
51
 
52
+ Pull directly from Hugging Face with Ollama:
53
+
54
+ ```bash
55
+ ollama pull hf.co/Okyanus/pomona-nutrient-ph-ec-reasoner-v0.1.1-GGUF
56
+ ```
57
+
58
+ Verified on a clean pull: 994 MB download, ~1.1 GB RAM while loaded (100%
59
+ GPU offload reported on Apple Silicon), under 2 seconds per inference once
60
+ loaded. The local Ollama wrapper used for internal testing was:
61
 
62
  ```text
63
  FROM pomona-nutrient-ph-ec-v0.1.1-f16.gguf
 
67
 
68
  Use the exact task prompt and keep deterministic validation in front of any
69
  fertigation workflow. A prompt or runtime wrapper is not a substitute for the
70
+ deterministic Pomona safety route. Model-only output is not guaranteed
71
+ schema-perfect even with `format: json` — see the evaluation numbers above.
72
 
73
  For the guarded path, use `scripts/models/guard_nutrient_ph_ec_output.py` or
74
  the Pomona model-router deterministic route. `guarded_evaluation.json` records