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 714de86 commit cd28dcdCopy full SHA for cd28dcd
.github/workflows/typing.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Install dependencies
19
run: |
20
uv lock
21
- uv sync --group typing
+ uv sync --group typing --extra peft --extra sentence-transformers
22
23
- name: Run mypy
24
run: uv run mypy src/autointent
0 commit comments