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
This PR adds a Github Action to automatically run the
`@huggingface/tasks-gen` scripts and open a PR if anything has changed.
The workflow is triggered once a day (3am) and can be triggered manually
if needed.
Here is an example of auto-generated PR:
#1030.
---
Note: lint issues seems unrelated. But it doesn't seem to happen on main
(see
[here](https://github.com/huggingface/huggingface.js/actions/workflows/lint.yml?query=branch%3Amain))
so I don't know what's causing it 😕
---------
Co-authored-by: Pauline Bailly-Masson <[email protected]>
This PR updates the @huggingface/tasks specs. It has been generated by running:
49
+
```sh
50
+
pnpm run inference-tgi-import
51
+
pnpm run inference-tei-import
52
+
pnpm run inference-codegen
53
+
```
54
+
55
+
This PR was automatically created by the [Tasks - Update specs workflow](https://github.com/huggingface/huggingface.js/blob/main/.github/update-specs.yml).
0 commit comments