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 05ecfdb commit 624d2ddCopy full SHA for 624d2dd
.github/workflows/build-release-wheel.yaml
@@ -71,4 +71,4 @@ jobs:
71
72
- name: Install whl
73
run: |
74
- pip3 install ${{ steps.build.outputs.whlname }}[dev,transformers,deepsparse]
+ pip3 install ${{ steps.build.outputs.whlname }}[dev]
0 commit comments