rename: pull-hf-model.yaml → pull-hf-repo.yaml

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).
This commit is contained in:
2026-05-13 18:33:22 -07:00
parent 3025d4930a
commit 662a73ee0e
2 changed files with 4 additions and 4 deletions
@@ -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
#
+1 -1
View File
@@ -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).
# ============================================================================