diff --git a/server/clip_server/torch-flow.yml b/server/clip_server/torch-flow.yml index 30c4849c..05a6c73c 100644 --- a/server/clip_server/torch-flow.yml +++ b/server/clip_server/torch-flow.yml @@ -8,6 +8,6 @@ executors: jtype: CLIPEncoder metas: py_modules: - - clip_server.executors.clip_onnx + - clip_server.executors.clip_torch timeout_ready: 3000000 replicas: 1 \ No newline at end of file