update Readme
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# enginex-ascend-910-vc-cnn
|
# enginex-metax-c500-vc-cnn
|
||||||
|
|
||||||
运行于沐曦曦云C系列算力卡的【视觉分类】引擎,基于 CNN 架构,支持 BEiT、MobileViT 等流行模型
|
运行于沐曦曦云C系列算力卡的【视觉分类】引擎,基于 CNN 架构,支持 BEiT、MobileViT 等流行模型
|
||||||
|
|
||||||
@@ -10,11 +10,11 @@ modelscope download --model microsoft/beit-base-patch16-224
|
|||||||
```
|
```
|
||||||
|
|
||||||
2、使用Dockerfile生成镜像
|
2、使用Dockerfile生成镜像
|
||||||
联系 厂商,获取基础镜像 mxc500-torch2.4-py310:mc2.33.0.6-ubuntu22.04-amd64
|
|
||||||
使用 Dockerfile 生成 镜像
|
使用 Dockerfile 生成 镜像
|
||||||
```python
|
```python
|
||||||
docker build -f Dockerfile_muxi -t muxi-my:v4 .
|
docker build -f Dockerfile_muxi -t muxi-my:v4 .
|
||||||
```
|
```
|
||||||
|
其中基础镜像 mxc500-torch2.4-py310:mc2.33.0.6-ubuntu22.04-amd64 通过联系沐曦厂商技术支持可获取
|
||||||
注意 Dockerfile 中已预先将模型 microsoft_beit_base_patch16_224_pt22k_ft22k 放在了 /model 下面
|
注意 Dockerfile 中已预先将模型 microsoft_beit_base_patch16_224_pt22k_ft22k 放在了 /model 下面
|
||||||
|
|
||||||
3、启动docker
|
3、启动docker
|
||||||
|
|||||||
Reference in New Issue
Block a user