Skip to content

Commit 4938d50

Browse files
gary149Vaibhavs10
andauthored
Update docs/hub/model-release-checklist.md
Co-authored-by: vb <[email protected]>
1 parent e00b277 commit 4938d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/hub/model-release-checklist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ A successful model release extends beyond the initial publication. To maximize i
136136

137137
1. **Verify Functionality**: After release, verify that all provided code snippets work correctly by testing them in a clean environment. This ensures users can successfully implement your model without frustration.
138138

139-
For example, test your library code snippet:
139+
For example, if your model is a transformers compatible LLM, you can try the following code snippet:
140140
```python
141141
from transformers import pipeline
142142

0 commit comments

Comments
 (0)