This commit is contained in:
游雁 2023-06-29 19:26:15 +08:00
parent 794316c537
commit 7eab700abf
2 changed files with 16 additions and 14 deletions

View File

@ -36,7 +36,7 @@ curl -O https://raw.githubusercontent.com/alibaba-damo-academy/FunASR-APP/main/T
Please input [y/n] to confirm whether to automatically download model_id in ModelScope or use a local model.
[y] With the model in ModelScope, the model will be automatically downloaded to Docker(/workspace/models).
[n] Use the models on the localhost, the directory where the model is located will be mapped to Docker.
Setting confirmation[y/n]:
Setting confirmation[Y/n]:
You have chosen to use the model in ModelScope, please set the model ID in the next steps, and the model will be automatically downloaded during the run.
[2.1/10]

View File

@ -1,10 +1,12 @@
# 云服务器申请教程
我们以阿里云([点此链接](https://www.aliyun.com/))为例,演示如何申请云服务器
## 服务器配置
用户可以根据自己的业务需求,选择合适的服务器配置,推荐配置为:
- 配置一高配X86架构32/64核8369CPU内存8G以上
- 配置二X86架构32/64核8132CPU内存8G以上
- 配置二X86架构32/64核8163CPU内存8G以上
详细性能测试报告:[点此链接](../../funasr/runtime/python/benchmark_onnx_cpp.md)
@ -13,59 +15,59 @@
### 登陆个人账号
打开阿里云官网[点此链接](https://www.aliyun.com/)注册并登陆个人账号如下图标号1所示
<img src="images/aliyun1.png" width="500"/>
<img src="images/aliyun1.png" width="800"/>
### 免费试用
点击如上图所以标号2出现如下界面
<img src="images/aliyun2.png" width="500"/>
<img src="images/aliyun2.png" width="800"/>
再点击标号3出现如下界面
<img src="images/aliyun3.png" width="500"/>
<img src="images/aliyun3.png" width="800"/>
### 申请ECS实例
个人账号可以免费试用1核2GB内存每月750小时企业认证后可以免费试用2核8GB内存 3个月根据账号情况点击上图中标号4出现如下界面
<img src="images/aliyun4.png" width="500"/>
<img src="images/aliyun4.png" width="800"/>
依次按照上图标号5、6、7选择后点击立即试用出现如下界面
<img src="images/aliyun5.png" width="500"/>
<img src="images/aliyun5.png" width="800"/>
### 开放服务端口
点击安全组标号9出现如下界面
<img src="images/aliyun6.png" width="500"/>
<img src="images/aliyun6.png" width="800"/>
再点击标号10出现如下界面
<img src="images/aliyun7.png" width="500"/>
<img src="images/aliyun7.png" width="800"/>
点击手动添加标号11分别按照标号12、13填入内容后点击保存标号14再点击实例标号15出现如下界面
<img src="images/aliyun8.png" width="500"/>
<img src="images/aliyun8.png" width="800"/>
### 启动ECS示例
点击示例名称标号16出现如下页面
<img src="images/aliyun9.png" width="500"/>
<img src="images/aliyun9.png" width="800"/>
点击远程启动标号17出现页面后点击立即登陆出现如下界面
<img src="images/aliyun10.png" width="500"/>
<img src="images/aliyun10.png" width="800"/>
首次登陆需要点击重置密码上图中绿色箭头设置好密码后输入密码标号18点击确认标号19
<img src="images/aliyun11.png" width="500"/>
<img src="images/aliyun11.png" width="800"/>
首次登陆会遇到上图所示问题点击标号20根据文档操作后重新登陆登陆成功后出现如下页面
<img src="images/aliyun12.png" width="500"/>
<img src="images/aliyun12.png" width="800"/>
上图表示已经成功申请了云服务器后续可以根据FunASR runtime-SDK部署文档进行一键部署[点击此处]()