Skip to content

Commit d322c11

Browse files
committed
Fix Unit tests
1 parent 1e03620 commit d322c11

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/unit/test_model_server.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -145,14 +145,8 @@ def test_adapt_to_ts_format(path_exists, make_dir, subprocess_check_call, set_py
145145
torchserve.DEFAULT_TS_MODEL_NAME,
146146
"--handler",
147147
handler_service,
148-
"--serialized-file",
149-
os.path.join(environment.model_dir, torchserve.DEFAULT_TS_MODEL_SERIALIZED_FILE),
150148
"--export-path",
151149
torchserve.DEFAULT_TS_MODEL_DIRECTORY,
152-
"--extra-files",
153-
os.path.join(environment.model_dir,
154-
torchserve.DEFAULT_TS_CODE_DIR,
155-
environment.Environment().module_name + ".py"),
156150
"--version",
157151
"1",
158152
]

0 commit comments

Comments
 (0)