From 1d0efa534196a82c24dc356418e9e805d1f7f4f5 Mon Sep 17 00:00:00 2001 From: ShenYuhan Date: Tue, 18 Feb 2020 17:45:47 +0800 Subject: [PATCH] fix ci --- paddlehub/commands/serving.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/paddlehub/commands/serving.py b/paddlehub/commands/serving.py index 4aef94c2..e73cbf65 100644 --- a/paddlehub/commands/serving.py +++ b/paddlehub/commands/serving.py @@ -173,8 +173,7 @@ class ServingCommand(BaseCommand): bs = BertServer(with_gpu=args.use_gpu) bs.with_model(model_name=args.modules[0]) CacheUpdater( - "hub_bert_service", - module=args.modules[0], + "hub_bert_service", module=args.modules[0], version="0.0.0").start() bs.run(gpu_index=args.gpu, port=int(args.port)) -- GitLab