[Model] Add user-configurable task for models that support both generation and embedding (#9424)
This commit is contained in:
@@ -23,6 +23,8 @@ TEST_IMAGE_URLS = [
|
||||
@pytest.fixture(scope="module")
|
||||
def server():
|
||||
args = [
|
||||
"--task",
|
||||
"generate",
|
||||
"--dtype",
|
||||
"bfloat16",
|
||||
"--max-model-len",
|
||||
|
||||
Reference in New Issue
Block a user