Skip to content

docs: clarify model.gguf placeholder in all README examples#19

Merged
unamedkr merged 1 commit intomainfrom
docs/clarify-model-path-placeholder
Apr 9, 2026
Merged

docs: clarify model.gguf placeholder in all README examples#19
unamedkr merged 1 commit intomainfrom
docs/clarify-model-path-placeholder

Conversation

@unamedkr
Copy link
Copy Markdown
Collaborator

@unamedkr unamedkr commented Apr 9, 2026

Summary

User feedback from Reddit: the Advanced Usage examples reference model.gguf as if it were a real file, but the Quick Start downloads SmolLM2-135M-Instruct-Q8_0.gguf. New users were trying to rename the file.

  • Advanced Usage: introduce a MODEL=... shell variable with an explicit note explaining the placeholder
  • Docker / quant-server: use the SmolLM2 path from Quick Start with a comment to substitute
  • Python / single-header C: use path/to/your.gguf with inline comments
  • Applied to both README.md (EN) and README.ko.md (KO)

No stale model.gguf references remain in either file.

Test plan

  • grep -n 'model\.gguf' README.md README.ko.md returns no matches
  • Visual review of both READMEs

🤖 Generated with Claude Code

A user reported confusion: the Advanced Usage / Docker / Server / Python
/ single-header examples all referenced 'model.gguf' as if it were a real
file, but the Quick Start downloads SmolLM2-135M-Instruct-Q8_0.gguf, not
a file literally named model.gguf. New users were trying to rename the
downloaded file.

Replace the bare 'model.gguf' literal across both READMEs:
- Advanced Usage block: introduce a MODEL=... shell variable plus an
  explicit note that the user must point it at their own GGUF.
- Docker / quant-server: use the SmolLM2 path from Quick Start with a
  comment instructing users to substitute their own GGUF.
- Python / single-header C examples: use 'path/to/your.gguf' with an
  inline comment.

No code changes; documentation clarity only.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@unamedkr unamedkr merged commit b5f39dc into main Apr 9, 2026
3 checks passed
@unamedkr unamedkr deleted the docs/clarify-model-path-placeholder branch April 9, 2026 07:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant