[Fix] Address remaining issues of supporting MiniCPMV (#2977)
This commit is contained in:
@@ -48,6 +48,7 @@ suites = {
|
||||
"test_update_weights_from_disk.py",
|
||||
"test_update_weights_from_tensor.py",
|
||||
"test_vision_chunked_prefill.py",
|
||||
"test_vision_llm.py",
|
||||
"test_vision_openai_server.py",
|
||||
"test_w8a8_quantization.py",
|
||||
"test_fp8_kvcache.py",
|
||||
@@ -72,7 +73,6 @@ for target_suite_name, target_tests in suites.items():
|
||||
tests.remove(target_suite_name)
|
||||
tests.extend(target_tests)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
arg_parser = argparse.ArgumentParser()
|
||||
arg_parser.add_argument(
|
||||
|
||||
Reference in New Issue
Block a user