Skip to content

Commit 623c9db

Browse files
[CI/Build] Specify transformers version in router end to end test (#607)
* Specify transformers version in router end to end test Signed-off-by: Shaoting <[email protected]> * Specify transformers version in router end to end test (#608) Signed-off-by: Shaoting <[email protected]> * Change transformers version Signed-off-by: Shaoting <[email protected]> * Transformers (#609) * Specify transformers version in router end to end test Signed-off-by: Shaoting <[email protected]> * Change transformers version Signed-off-by: Shaoting <[email protected]> --------- Signed-off-by: Shaoting <[email protected]> * Pin vllm version Signed-off-by: Shaoting <[email protected]> * Pin vllm version Signed-off-by: Shaoting <[email protected]> * Make pre-commits happy Signed-off-by: Shaoting <[email protected]> * Test transformers version 4.51.1 Signed-off-by: Shaoting <[email protected]> * Try updating huggingface-hub Signed-off-by: Shaoting <[email protected]> * Try updating huggingface-hub Signed-off-by: Shaoting <[email protected]> --------- Signed-off-by: Shaoting <[email protected]>
1 parent 010e29d commit 623c9db

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

requirements-test.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
faiss-cpu>=1.7.4
2-
huggingface-hub==0.25.2
2+
huggingface-hub==0.33.0
33
pytest
44
pytest-asyncio
55
sentence-transformers>=2.2.2
6+
transformers==4.51.1
7+
vllm==0.9.2

0 commit comments

Comments
 (0)