Ver Fonte

测试GPU性能

罗俊辉 há 10 meses atrás
pai
commit
d05be7bec7
1 ficheiros alterados com 2 adições e 1 exclusões
  1. 2 1
      applications/pipeline.py

+ 2 - 1
applications/pipeline.py

@@ -21,7 +21,8 @@ class LongArticlesPipeline(object):
         """
         print("开始请求")
         print(account_name)
-        url = "http://localhost:6060/title_list"
+        print(index_list)
+        url = "http://47.98.154.124:6060/title_list"
         response = requests.request(
             "POST",
             url=url,