From 0464b4ec1c8f0261c53896c363c3145f2293ff3c Mon Sep 17 00:00:00 2001 From: leiqing <54695910+leiqing1@users.noreply.github.com> Date: Mon, 13 Mar 2023 20:22:26 +0800 Subject: [PATCH] Update README.md --- docs/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index ccbb2a6e64..b5c86852c2 100755 --- a/docs/README.md +++ b/docs/README.md @@ -7,15 +7,18 @@ - [Install FastDeploy Prebuilt Libraries](en/build_and_install/download_prebuilt_libraries.md) - [Build and Install FastDeploy Library on GPU Platform](en/build_and_install/gpu.md) - [Build and Install FastDeploy Library on CPU Platform](en/build_and_install/cpu.md) -- [Build and Install FastDeploy Library on IPU Platform](en/build_and_install/ipu.md) - [Build and Install FastDeploy Library on KunlunXin XPU Platform](en/build_and_install/kunlunxin.md) +- [Build and Install FastDeploy Library on HuaWei Ascend Platform](en/build_and_install/huawei_ascend.md) +- [Build and Install FastDeploy Library on IPU Platform](en/build_and_install/ipu.md) +- [Build and Install FastDeploy Library on Nvidia Jetson Platform](en/build_and_install/jetson.md) - [Build and Install on RV1126 Platform](en/build_and_install/rv1126.md) - [Build and Install on RK3588 and RK356X Platform](en/build_and_install/rknpu2.md) - [Build and Install on A311D Platform](en/build_and_install/a311d.md) -- [Build and Install FastDeploy Library on Nvidia Jetson Platform](en/build_and_install/jetson.md) +- [Build and Install on SOPHON BMNNSDK Platform](en/build_and_install/sophgo.md) - [Build and Install FastDeploy Library on Android Platform](en/build_and_install/android.md) - [Build and Install FastDeploy Serving Deployment Image](../serving/docs/EN/compile-en.md) + ## A Quick Start - Demos - [Python Deployment Demo](en/quick_start/models/python.md)