[Misc] Restrict ray version dependency and update PP feature warning in V1 (#15556)

This commit is contained in:
Rui Qiao
2025-03-26 23:21:07 -07:00
committed by GitHub
parent 619d3de8bd
commit df8d3d1287
4 changed files with 8 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ vector_quantize_pytorch # required for minicpmo_26 test
vocos # required for minicpmo_26 test
peft
pqdm
ray[cgraph]>=2.43.0 # Ray Compiled Graph, required by pipeline parallelism tests
ray[cgraph]>=2.43.0, !=2.44.* # Ray Compiled Graph, required by pipeline parallelism tests
sentence-transformers # required for embedding tests
soundfile # required for audio tests
jiwer # required for audio tests