FoolDev Claude Fable 5 commited on
Commit
e638186
·
1 Parent(s): f64cd2a

check_bridge_sync.py: fix stale docstring pull example -> Janus-35B-HERETIC

Browse files

The bridge-usage example referenced the dead lowercase hf.co/FoolDev/janus slug
(401, no -35B suffix). Point it at the current canonical hf.co/FoolDev/Janus-35B-HERETIC.
Docstring-only; no behavior change.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

Files changed (1) hide show
  1. scripts/check_bridge_sync.py +1 -1
scripts/check_bridge_sync.py CHANGED
@@ -8,7 +8,7 @@ The repo ships two parallel Ollama configurations:
8
  (``ollama create janus -f Modelfile``). It contains
9
  ``TEMPLATE`` / ``SYSTEM`` / ``PARAMETER`` directives.
10
  - ``template`` / ``system`` / ``params`` at the repo root are consumed by HF's
11
- Ollama bridge when users ``ollama run hf.co/FoolDev/janus`` directly. HF
12
  does NOT read the Modelfile (per https://huggingface.co/docs/hub/en/ollama).
13
 
14
  If the two configurations drift apart, ``hf.co/...`` users and local-build
 
8
  (``ollama create janus -f Modelfile``). It contains
9
  ``TEMPLATE`` / ``SYSTEM`` / ``PARAMETER`` directives.
10
  - ``template`` / ``system`` / ``params`` at the repo root are consumed by HF's
11
+ Ollama bridge when users ``ollama run hf.co/FoolDev/Janus-35B-HERETIC`` directly. HF
12
  does NOT read the Modelfile (per https://huggingface.co/docs/hub/en/ollama).
13
 
14
  If the two configurations drift apart, ``hf.co/...`` users and local-build