We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 859db66 commit c1aef71Copy full SHA for c1aef71
.github/workflows/api_inference_generate_documentation.yml
@@ -26,7 +26,10 @@ jobs:
26
cwd: ./scripts/api-inference
27
args: [--frozen-lockfile]
28
package_json_file: ./scripts/api-inference/package.json
29
-
+ - name: Update huggingface/tasks package
30
+ working-directory: ./scripts/api-inference
31
+ run: |
32
+ pnpm update @huggingface/tasks@latest
33
# Generate
34
- name: Generate API inference documentation
35
run: pnpm run generate
0 commit comments