Преглед на файлове

update python311 312 and fix .gitignore (#3433)

* update python311 312 and fix .gitignore

* fix
zhang-prog преди 8 месеца
родител
ревизия
c0b5426736

+ 6 - 18
docs/pipeline_deploy/high_performance_inference.md

@@ -48,28 +48,16 @@ paddlex --install hpi-gpu
     <th>Python 版本</th>
   </tr>
   <tr>
-    <td rowspan="7">x86-64</td>
-    <td rowspan="7">Linux</td>
-    <td rowspan="4">CPU</td>
+    <td rowspan="4">x86-64</td>
+    <td rowspan="4">Linux</td>
   </tr>
   <tr>
-    <td>3.8</td>
+    <td>CPU</td>
+    <td>3.8–3.12</td>
   </tr>
   <tr>
-    <td>3.9</td>
-  </tr>
-  <tr>
-    <td>3.10</td>
-  </tr>
-  <tr>
-    <td rowspan="3">GPU&nbsp;(CUDA&nbsp;11.8&nbsp;+&nbsp;cuDNN&nbsp;8.6)</td>
-    <td>3.8</td>
-  </tr>
-  <tr>
-    <td>3.9</td>
-  </tr>
-  <tr>
-    <td>3.10</td>
+    <td>GPU&nbsp;(CUDA&nbsp;11.8&nbsp;+&nbsp;cuDNN&nbsp;8.6)</td>
+    <td>3.8–3.12</td>
   </tr>
 </table>
 

+ 1 - 1
docs/pipeline_deploy/serving.en.md

@@ -363,7 +363,7 @@ I1216 11:37:21.643494 35 http_server.cc:167] Started Metrics Service at 0.0.0.0:
 
 ### 2.5 Invoke the Service
 
-Currently, only the Python client is supported for calling the service. Supported Python versions are 3.8, 3.9, and 3.10.
+Currently, only the Python client is supported for calling the service. Supported Python versions are 3.8 to 3.12.
 
 Navigate to the `client` directory of the high-stability serving SDK, and run the following command to install dependencies:
 

+ 1 - 1
docs/pipeline_deploy/serving.md

@@ -364,7 +364,7 @@ I1216 11:37:21.643494 35 http_server.cc:167] Started Metrics Service at 0.0.0.0:
 
 ### 2.5 调用服务
 
-目前,仅支持使用 Python 客户端调用服务。支持的 Python 版本为 3.8、3.9 和 3.10
+目前,仅支持使用 Python 客户端调用服务。支持的 Python 版本为 3.8 至 3.12
 
 切换到高稳定性服务化部署 SDK 的 `client` 目录,执行如下命令安装依赖:
 

+ 0 - 7
libs/ultra-infer/.gitignore

@@ -13,14 +13,12 @@ ultra_infer/version.py
 ultra_infer/core/config.h
 python/ultra_infer/c_lib_wrap.py
 python/ultra_infer/LICENSE*
-python/build_cpu.sh
 python/ultra_infer/ThirdPartyNotices*
 *.so*
 python/ultra_infer/libs/third_libs
 ultra_infer/core/config.h
 ultra_infer/pybind/main.cc
 python/ultra_infer/libs/lib*
-python/ultra_infer/libs/third_libs
 __pycache__
 python/scripts/process_libraries.py
 .vs
@@ -37,8 +35,6 @@ coverage
 *.local
 yalc.*
 .yalc
-examples/vision/collect_quantize_cc.sh
-examples/vision/tests_quantize
 ultra_infer/LICENSE
 ultra_infer/ThirdPartyNotices.txt
 UltraInferCSharp.cmake
@@ -47,8 +43,5 @@ python/ultra_infer/code_version.py
 *.pdiparams
 *.pdiparams.info
 log.txt
-benchmark/paddlex/build
-benchmark/cpp/build
-!paddlex/paddlex3.0/serving/libs/**/*.so*
 TensorRT*
 third_party

+ 2 - 0
paddlex/hpip_links.html

@@ -10,6 +10,8 @@
         <a href="https://paddle-model-ecology.bj.bcebos.com/paddlex/PaddleX3.0/deploy/hpi/ultra_infer/releases/3.0.0rc0/ultra_infer_gpu_python-1.0.0.3.0.0rc0-cp38-cp38-linux_x86_64.whl"></a>
         <a href="https://paddle-model-ecology.bj.bcebos.com/paddlex/PaddleX3.0/deploy/hpi/ultra_infer/releases/3.0.0rc0/ultra_infer_gpu_python-1.0.0.3.0.0rc0-cp39-cp39-linux_x86_64.whl"></a>
         <a href="https://paddle-model-ecology.bj.bcebos.com/paddlex/PaddleX3.0/deploy/hpi/ultra_infer/releases/3.0.0rc0/ultra_infer_gpu_python-1.0.0.3.0.0rc0-cp310-cp310-linux_x86_64.whl"></a>
+        <a href="https://paddle-model-ecology.bj.bcebos.com/paddlex/PaddleX3.0/deploy/hpi/ultra_infer/releases/3.0.0rc0/ultra_infer_gpu_python-1.0.0.3.0.0rc0-cp311-cp311-linux_x86_64.whl"></a>
+        <a href="https://paddle-model-ecology.bj.bcebos.com/paddlex/PaddleX3.0/deploy/hpi/ultra_infer/releases/3.0.0rc0/ultra_infer_gpu_python-1.0.0.3.0.0rc0-cp312-cp312-linux_x86_64.whl"></a>
         <a href="https://paddle-model-ecology.bj.bcebos.com/paddlex/PaddleX3.0/deploy/hpi/ultra_infer/releases/3.0.0rc0/paddlex_hpi-3.0.0rc0-py3-none-any.whl"></a>
     </body>
 </html>