Jelajahi Sumber

测试GPU性能

罗俊辉 10 bulan lalu
induk
melakukan
d05be7bec7
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  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,