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
commit-message: Update API inference documentation (automated)
48
+
branch: update-api-inference-docs-automated-pr
49
+
delete-branch: true
50
+
title: "[Bot] Update API inference documentation"
51
+
body: |
52
+
This PR automatically upgrades the `@huggingface/tasks` package and regenerates the API inference documentation by running:
53
+
```sh
54
+
cd scripts/api-inference
55
+
pnpm update @huggingface/tasks@latest
56
+
pnpm run generate
57
+
```
58
+
59
+
This PR was automatically created by the [Update API Inference Documentation workflow](https://github.com/huggingface/hub-docs/blob/main/.github/workflows/api_inference_generate_documentation.yml).
0 commit comments