Skip to content

Commit 5d2ade8

Browse files
authored
Update the expired links in the Readme docs (PaddlePaddle#3)
1 parent 89d4f52 commit 5d2ade8

File tree

1 file changed

+27
-24
lines changed

1 file changed

+27
-24
lines changed

README.md

+27-24
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,20 @@
2828

2929
## News 📢
3030

31-
* 🔥 2022.6.30 B站[飞桨直播课](https://space.bilibili.com/476867757),FastDeploy天使用户邀测沟通会,与开发者共同讨论推理部署痛点问题。
31+
* 🔥 2022.6.30 晚20:30,FastDeploy天使用户邀测沟通会,与开发者共同讨论推理部署痛点问题,欢迎大家扫码报名入群获取会议链接。
32+
<div align="center">
33+
<img src="https://user-images.githubusercontent.com/54695910/175854075-2c0f9997-ed18-4b17-9aaf-1b43266d3996.jpeg" width = "150" height = "200" />
34+
</div>
3235

33-
* 🔥 2022.6.27 [**FastDeploy v0.1**](https://github.com/PaddlePaddle/FastDeploy/releases/tag/v0.1)邀测版发布!🎉
34-
* 💎 第一批发布对于40个重点模型在8种重点软硬件环境的支持的SDK
36+
* 🔥 2022.6.27 [**FastDeploy v0.1.0**](https://github.com/PaddlePaddle/FastDeploy/releases/tag/release%2F0.1.0)测试版发布!🎉
37+
* 💎 发布40个重点模型在8种重点软硬件环境的支持的SDK
3538
* 😊 支持网页端、pip包两种下载使用方式
3639

3740

3841
## 特性
3942

4043

41-
### 📦开箱即用的推理部署工具链,支持云边端、多硬件、多平台部署
44+
### 📦**开箱即用的推理部署工具链,支持云边端、多硬件、多平台部署**
4245
- 网页端点选下载、PIP 安装一行命令,快速下载多种类型SDK安装包
4346
- 云端(含服务器、数据中心):
4447
- 支持一行命令启动 Serving 服务(含网页图形化展示)
@@ -55,12 +58,12 @@
5558
- 支持 ARM CPU 全系(含高通、MTK、RK等)
5659
- 支持 NVIDIA GPU 全系(含 V100、T4、Jetson 等)
5760

58-
### 🤗丰富的预训练模型,轻松下载SDK搞定推理部署
61+
### 🤗**丰富的预训练模型,轻松下载SDK搞定推理部署**
5962

6063

6164
<font size=0.5>
6265

63-
|<font size=2> 模型| <font size=2> 任务 |<font size=2> 大小(MB) | <font size=2>端侧 | <font size=2>移动端 |<font size=2> 移动端 |<font size=2>边缘端 |<font size=2>服务器+云端 | <font size=2>服务器+云端 |<font size=2> 服务器+云端 |<font size=2> 服务器+云端 |
66+
|<font size=2> 模型| <font size=2> 任务 |<font size=2> 大小(MB) | <font size=2>端侧 | <font size=2>移动端 |<font size=2> 移动端 |<font size=2>边缘端 |<font size=2>服务器+云端 | <font size=2>服务器+云端 |<font size=2> 服务器+云端 |<font size=2> 服务器+云端 |
6467
|---|---|---|---|---|---|---|---|---|---|---|
6568
|----- | ---- |----- |<font size=2> Linux | <font size=2> Android |<font size=2> iOS | <font size=2> Linux |<font size=2> Linux |<font size=2> Linux |<font size=2> Windows |<font size=2> Windows |
6669
|----- | ---- |--- | <font size=2> ARM CPU |<font size=2> ARM CPU | <font size=2> ARM CPU |<font size=2> Jetson |<font size=2> X86 CPU |<font size=2> GPU |<font size=2> X86 CPU |<font size=2> GPU |
@@ -107,25 +110,25 @@
107110

108111

109112
## SDK安装
110-
113+
111114
### 方式1:网页版下载安装
112-
113-
- 可以登录[EasyEdge网页端](https://ai.baidu.com/easyedge/app/openSource)下载SDK
114-
115+
116+
- 可以登录[EasyEdge网页端](https://ai.baidu.com/easyedge/app/openSource)下载SDK
117+
115118
### 方式2:pip安装
116119

117120
开发者可以通过pip安装`fastdeploy-python`来获取最新的下载链接
118121

119122
- 环境依赖
120-
121-
python >= 3.6
123+
124+
python >= 3.6
122125

123126
- 安装方式
124-
127+
125128
```
126129
pip install fastdeploy-python --upgrade
127130
```
128-
131+
129132
- 使用方式
130133

131134
- 列出FastDeploy当前支持的所有模型
@@ -137,7 +140,7 @@ pip install fastdeploy-python --upgrade
137140
fastdeploy --download_sdk \
138141
--model PP-PicoDet-s_320 \
139142
--platform Linux \
140-
--soc x86-NVIDIA-GPU \
143+
--soc Intel-x86_64 \
141144
--save_dir .
142145
```
143146
@@ -168,28 +171,28 @@ pip install fastdeploy-python --upgrade
168171
- [C++ 服务化部署](./docs/Jetson-Linux-CPP-SDK-Serving.md)
169172
170173
### 3 端侧部署
171-
- ArmLinux 系统(ARM CPU)
174+
- ArmLinux 系统(ARM CPU)
172175
- [C++ Inference部署(含视频流)](./docs/ARM-Linux-CPP-SDK-Inference.md)
173176
- [C++ 服务化部署](./docs/ARM-Linux-CPP-SDK-Serving.md)
174177
- [Python Inference部署](./docs/ARM-Linux-Python-SDK-Inference.md)
175178
- [Python 服务化部署](./docs/ARM-Linux-Python-SDK-Serving.md)
176-
179+
177180
### 4 移动端部署
178181
- [iOS 系统部署](./docs/iOS-SDK.md)
179-
- [Android 系统部署](./docs/Android-SDK.md)
180-
182+
- [Android 系统部署](./docs/Android-SDK.md)
183+
181184
### 5 自定义模型部署
182185
- [快速实现个性化模型替换](./docs/Replace-Model-With-Anther-One.md)
183-
186+
184187
## 社区交流
185188
- **加入社区👬:** 微信扫描二维码后,填写问卷加入交流群,与开发者共同讨论推理部署痛点问题
186-
189+
187190
<div align="center">
188191
<img src="https://user-images.githubusercontent.com/54695910/175854075-2c0f9997-ed18-4b17-9aaf-1b43266d3996.jpeg" width = "200" height = "200" />
189192
</div>
190-
191-
192-
193+
194+
195+
193196
## Acknowledge
194197
195198
本项目中SDK生成和下载使用了[EasyEdge](https://ai.baidu.com/easyedge/app/openSource)中的免费开放能力,再次表示感谢。

0 commit comments

Comments
 (0)