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 ce3a3e8 commit d7374d7Copy full SHA for d7374d7
test/srt/test_vision_openai_server_b.py
@@ -225,9 +225,10 @@ def test_video_chat_completion(self):
225
class TestVILAServer(TestOpenAIVisionServer):
226
@classmethod
227
def setUpClass(cls):
228
- cls.model = "AndyZijianZhang/NVILA-Lite-2B"
+ cls.model = "Efficient-Large-Model/NVILA-Lite-2B-hf-0626"
229
cls.base_url = DEFAULT_URL_FOR_TEST
230
cls.api_key = "sk-123456"
231
+ cls.revision = "6bde1de5964b40e61c802b375fff419edc867506"
232
cls.process = popen_launch_server(
233
cls.model,
234
cls.base_url,
@@ -236,6 +237,7 @@ def setUpClass(cls):
236
237
other_args=[
238
"--trust-remote-code",
239
"--context-length=65536",
240
+ f"--revision={cls.revision}",
241
],
242
)
243
cls.base_url += "/v1"
0 commit comments