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 ac8b4f9 commit 8e425edCopy full SHA for 8e425ed
.github/workflows/_unit_test_coverage.yml
@@ -173,8 +173,8 @@ jobs:
173
python -m pip install pytest-cov
174
python -m pip install jsonschema aistudio_sdk==0.3.5
175
python -m pip install xgrammar==0.1.19 torch==2.6.0
176
- python -m pip install tokenizers==0.22.0
177
python -m pip install ${fd_wheel_url}
+ python -m pip install tokenizers==0.22.0
178
rm -rf fastdeploy
179
# coverage subprocess use
180
python -m pip install ${fd_wheel_url} --no-deps --target=/workspace/FastDeploy
0 commit comments