chore: update vllm to 0.5.4 (#966)
This commit is contained in:
@@ -13,7 +13,7 @@ class TestSRTEndpoint(unittest.TestCase):
|
||||
@classmethod
|
||||
def setUpClass(cls):
|
||||
cls.model = DEFAULT_MODEL_NAME_FOR_TEST
|
||||
cls.base_url = f"http://localhost:{8157}"
|
||||
cls.base_url = "http://127.0.0.1:8157"
|
||||
cls.process = popen_launch_server(cls.model, cls.base_url, timeout=300)
|
||||
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user