浏览代码

测试GPU性能

罗俊辉 10 月之前
父节点
当前提交
2121cc8c52
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      applications/pipeline.py

+ 1 - 1
applications/pipeline.py

@@ -19,7 +19,7 @@ class LongArticlesPipeline(object):
         :param index_list:
         :return:
         """
-        url = "http://localhost:6062/title_list"
+        url = "http://localhost:6060/title_list"
         response = requests.request(
             "POST",
             url=url,