Skip to content

Commit f8dd4f5

Browse files
authored
[CI][v0.7.3] Pin modelscope<1.23.0 match vLLM 0.7.3 (#296)
### What this PR does / why we need it? Pin modelscope<1.23.0 match vLLM 0.7.3 vllm-project/vllm#13807 is not included in v0.7.3, thus we just pin it to branch v0.7.3-dev ### Does this PR introduce _any_ user-facing change? N/A ### How was this patch tested? CI passed with existing test. Signed-off-by: MengqingCao <[email protected]>
1 parent 11f4971 commit f8dd4f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
-r requirements-lint.txt
2-
modelscope
2+
modelscope<1.23.0
33
pytest >= 6.0
44
pytest-asyncio

0 commit comments

Comments
 (0)