diff --git a/paddlehub/commands/serving.py b/paddlehub/commands/serving.py index 4aef94c2c078f2a0474a3c6d1fedc544d77bbf7b..e73cbf6515b1666a09094d15d9dd912ecdb7881c 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))