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 9bb02cc commit a3026bbCopy full SHA for a3026bb
.github/workflows/lint.yml
@@ -39,26 +39,14 @@ jobs:
39
run: |
40
python -m pip install --upgrade pip setuptools wheel
41
42
- - name: Install TorchOpt
+ - name: Install DeepSeek-VL
43
env:
44
USE_FP16: "OFF"
45
TORCH_CUDA_ARCH_LIST: "Auto"
46
47
python -m pip install torch numpy pybind11
48
python -m pip install -vvv --no-build-isolation --editable '.[lint]'
49
50
- - name: pre-commit
51
- run: |
52
- make pre-commit
53
-
54
- - name: ruff
55
56
- make ruff
57
58
- - name: flake8
59
60
- make flake8
61
62
- name: isort and black
63
64
make py-format
0 commit comments