From 662a73ee0e66a64bc08b6eda850d200a163157ca Mon Sep 17 00:00:00 2001 From: Vuong Hoang Date: Wed, 13 May 2026 18:33:22 -0700 Subject: [PATCH] =?UTF-8?q?rename:=20pull-hf-model.yaml=20=E2=86=92=20pull?= =?UTF-8?q?-hf-repo.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Playbook handles models, datasets, and spaces (via --var repo_type=...) since 3025d49 — the "-model" suffix was misleading. Renaming to match actual scope. Updates the single in-repo reference (changelog comment in stacks/llama-swap/conf/config.yaml). config.yaml was scp'd to ana-ml2; no docker compose restart needed (comment-only). --- playbooks/{pull-hf-model.yaml => pull-hf-repo.yaml} | 6 +++--- stacks/llama-swap/conf/config.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename playbooks/{pull-hf-model.yaml => pull-hf-repo.yaml} (96%) diff --git a/playbooks/pull-hf-model.yaml b/playbooks/pull-hf-repo.yaml similarity index 96% rename from playbooks/pull-hf-model.yaml rename to playbooks/pull-hf-repo.yaml index 6c1944e..3d4cb14 100644 --- a/playbooks/pull-hf-model.yaml +++ b/playbooks/pull-hf-repo.yaml @@ -16,16 +16,16 @@ # Usage: # # # Full repo (e.g. safetensors for later AWQ quant + vLLM serving): -# scripts/elway ana-ml2 --playbook playbooks/pull-hf-model.yaml \ +# scripts/elway ana-ml2 --playbook playbooks/pull-hf-repo.yaml \ # --var hf_repo=Skywork/Skywork-Reward-V2-Llama-3.1-8B # # # Single quant pattern (e.g. one GGUF for llama-swap): -# scripts/elway ana-ml2 --playbook playbooks/pull-hf-model.yaml \ +# scripts/elway ana-ml2 --playbook playbooks/pull-hf-repo.yaml \ # --var hf_repo=mradermacher/Selene-1-Mini-Llama-3.1-8B-GGUF \ # --var allow_patterns='*Q6_K*' # # # Dataset (preference data, eval set, etc.): -# scripts/elway ana-ml2 --playbook playbooks/pull-hf-model.yaml \ +# scripts/elway ana-ml2 --playbook playbooks/pull-hf-repo.yaml \ # --var hf_repo=Skywork/Skywork-Reward-Preference-80K-v0.2 \ # --var repo_type=dataset # diff --git a/stacks/llama-swap/conf/config.yaml b/stacks/llama-swap/conf/config.yaml index ac409ec..964ee68 100644 --- a/stacks/llama-swap/conf/config.yaml +++ b/stacks/llama-swap/conf/config.yaml @@ -35,7 +35,7 @@ # flag auto-loads it, so vision works without --mmproj. # 2026-05-13: Added selene-1-mini-8b (AtlaAI judge model, mradermacher # imatrix Q6_K, ~6.5GB). New JUDGE / EVAL section. Pre-pulled -# via playbooks/pull-hf-model.yaml (canonical replacement +# via playbooks/pull-hf-repo.yaml (canonical replacement # for ad-hoc huggingface_hub.snapshot_download calls). # ============================================================================