Skip to content

Commit 690db0b

Browse files
belumumeclaude
andcommitted
fix: update deprecated huggingface-cli to hf CLI
huggingface-cli was renamed to hf in 2025. Use `hf models info` instead of `huggingface-cli search`. Identified by coderabbit (PR #5 round 3 review). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e391f7b commit 690db0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deep-brainstorming/references/research-prompts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Use when an agent reports "X doesn't exist" or "X is not available." NEVER accep
178178
```bash
179179
# Model existence (HuggingFace models, not PyPI packages)
180180
# HuggingFace API: curl -s https://huggingface.co/api/models/<org>/<model> | head
181-
# or: huggingface-cli search <model-name>
181+
# or: hf models info <model-name>
182182

183183
# Package existence
184184
pip index versions <package-name>

0 commit comments

Comments
 (0)