gs:// model_id is already set to /tmp/gcs_model/

This commit is contained in:
dstnluong-google 2024-02-21 22:03:55 +00:00
parent 666b75ea87
commit 03fb94b853

View File

@ -192,8 +192,6 @@ def serve(
local_url = unix_socket_template.format(uds_path, 0)
server_urls = [local_url]
if model_id.startswith("gs://"):
model_id = "/tmp/gcs_model"
try:
model = get_model(
model_id,