You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
readme: add ACKNOWLEDGEMENTS.md references in three places (#35)
- Metadata table: add ACKNOWLEDGEMENTS.md as a discoverable repo file
- Contributing: require an ACKNOWLEDGEMENTS.md entry when adding a model
- Disclaimers: link to ACKNOWLEDGEMENTS.md for full upstream attribution
Co-authored-by: Claude Sonnet 4 <noreply@anthropic.com>
|`.cursor/rules/`| Contextual rules that fire when editing specific file types |
140
141
|`.claude/commands/`| Slash commands for Claude Code |
@@ -172,7 +173,8 @@ If you prefer to do it manually:
172
173
2. Copy [`_template/`](_template/) to your domain and model folder.
173
174
3. Fill in the model README, create a `model.yaml`, and add at minimum one runnable recipe.
174
175
4. Add the model to [`models.yaml`](models.yaml).
175
-
5. Open a pull request.
176
+
5. Add an entry to [`ACKNOWLEDGEMENTS.md`](ACKNOWLEDGEMENTS.md) crediting the upstream authors, paper, and any ROCm blog post.
177
+
6. Open a pull request.
176
178
177
179
See each domain's `models/README.md` for slug conventions and domain-specific notes.
178
180
@@ -182,3 +184,4 @@ See each domain's `models/README.md` for slug conventions and domain-specific no
182
184
- Each model is under its **upstream license**; check the model card on Hugging Face before use.
183
185
-**Healthcare & Life Sciences** content is for research and engineering only. Do not commit patient-identifiable data or PHI.
184
186
- AMD/ROCm notes in individual recipes reflect what maintainers have tested—they do not replace upstream install matrices or official product documentation.
187
+
- Full attribution for upstream authors, papers, and ROCm blog contributors is in [`ACKNOWLEDGEMENTS.md`](ACKNOWLEDGEMENTS.md).
0 commit comments