mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
dcos
This commit is contained in:
parent
794316c537
commit
7eab700abf
@ -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]
|
||||
|
||||
@ -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部署文档进行一键部署([点击此处]())
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user