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 e06eac3 commit d57872eCopy full SHA for d57872e
.github/workflows/update-inference-types.yaml
@@ -52,6 +52,10 @@ jobs:
52
# Copy Python types to huggingface_hub
53
- run: cp -r ./huggingface.js/packages/tasks/.python_generated/* ./huggingface_hub/src/huggingface_hub/inference/_generated/types
54
55
+ # Do not auto-generate chat completion types (now manually maintained)
56
+ - run: git checkout ./src/huggingface_hub/inference/_generated/types/chat_completion.py
57
+ working-directory: ./huggingface_hub
58
+
59
# Post-process
60
- run: make inference_update
61
working-directory: ./huggingface_hub
0 commit comments