forked from metax-maca/op_optimization
更新Agent部署
This commit is contained in:
parent
90f85a0b3e
commit
b35c3310dc
|
|
@ -69,21 +69,73 @@ PyTorch-Agent / 2.8.0 / Python 3.12 / maca 3.7.2.1
|
|||
|
||||
### 4.1 账号与算力
|
||||
|
||||
1. 模力方舟网址:
|
||||
1. 在沐曦开发者社区领取算力券
|
||||
* 领取链接:[https://developer.metax-tech.com/activities/6](https://developer.metax-tech.com/activities/6)
|
||||
|
||||
* 登录平台
|
||||
|
||||
|
||||

|
||||
|
||||
* 首次登录需要先进行注册(使用邮箱或者手机号进行注册)
|
||||
|
||||
|
||||

|
||||
|
||||
* 登录成功后进行第二步-邮箱验证,填入自己的邮箱。
|
||||
|
||||
|
||||

|
||||
|
||||
* 第三步,提交申请。
|
||||
|
||||
|
||||

|
||||
|
||||
* 获得兑换码
|
||||
|
||||
|
||||
[https://ai.gitee.com](https://ai.gitee.com/)
|
||||
领取链接:https://developer.metax-tech.com/activities/6
|
||||
|
||||
2. 算力券申请入口:
|
||||
|
||||
2. 在模力方舟平台兑换算力券:
|
||||
|
||||
[https://developer.metax-tech.com/activities/6](https://developer.metax-tech.com/activities/6)
|
||||
* 平台链接:[https://ai.gitee.com/](https://ai.gitee.com/)
|
||||
|
||||
* 1.登录模力方舟平台
|
||||
|
||||
|
||||
3. 推荐镜像:
|
||||

|
||||
|
||||
```plaintext
|
||||
PyTorch-Agent / 2.8.0 / Python 3.12 / maca 3.7.2.1
|
||||
```
|
||||
* 2.进入费用中心 - 算力券 , 点击右上角“兑换”
|
||||
|
||||
|
||||
4. 日常开发与调试:选用沐曦 GPU,显存 16–32 GB 即可满足需求。
|
||||

|
||||
3. 租用算力:
|
||||
|
||||
* 模力方舟算力市场链接:https://ai.gitee.com/compute
|
||||
|
||||
* 选择沐曦芯片厂商,并根据项目要求选择相应的配置。
|
||||
|
||||
|
||||

|
||||
|
||||
4. 创建实例:
|
||||
|
||||
专属镜像文件:
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
进入算力容器,刚创建的实例默认开机状态,点击工具-lab开始项目创作。
|
||||
|
||||
**重要说明:**由于本次使用的是预装的专属镜像,环境中已经默认安装并配置好了 PyTorch、FlashAttention、einops 等所有依赖包。因此在启动实例后,无需再进行繁琐的依赖库版本验证即可直接进入测试环节。
|
||||
|
||||
|
||||
5. 日常开发与调试:选用沐曦 GPU,显存 16–32 GB 即可满足需求。
|
||||
|
||||
**注意:运行性能跑分(Benchmark)时,请务必使用整张单卡(64 GB)。**
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue