Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
wenet_onnxruntime
Commits
58043336
Commit
58043336
authored
Aug 20, 2024
by
yangql
Browse files
增加对dtk24.04.1的支持,以及对k100_AI的支持。
parent
08da69b5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
README.md
README.md
+4
-3
No files found.
README.md
View file @
58043336
...
@@ -17,11 +17,12 @@ WeNet是一种hybird连接主义时间分类(CTC)/注意力架构,以trans
...
@@ -17,11 +17,12 @@ WeNet是一种hybird连接主义时间分类(CTC)/注意力架构,以trans
### Docker(方法一)
### Docker(方法一)
拉取镜像:
拉取镜像:
```
```
docker pull image.sourcefind.cn:5000/dcu/admin/base/
custom:ort1.14.0_migraphx3.
0.0-dtk2
2.10.1
docker pull image.sourcefind.cn:5000/dcu/admin/base/
migraphx:4.3.0-ubuntu2
0.0
4
-dtk2
4.04.1-py3.10
```
```
创建并启动容器,安装相关依赖:
创建并启动容器,安装相关依赖:
```
```
docker run --shm-size 16g --network=host --name=wenet_ort --privileged --device=/dev/kfd --device=/dev/dri --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -v $PWD/wenet_onnxruntime:/home/wenet_onnxruntime -it <Your Image ID> /bin/bash
docker run --shm-size 16g --network=host --name=wenet_onnxruntime -v /opt/hyhal:/opt/hyhal:ro --privileged --device=/dev/kfd --device=/dev/dri --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -v $PWD/wenet_onnxruntime:/home/wenet_onnxruntime -it <Your Image ID> /bin/bash
# 激活dtk
# 激活dtk
source /opt/dtk/env.sh
source /opt/dtk/env.sh
```
```
...
@@ -32,7 +33,7 @@ cd ./docker
...
@@ -32,7 +33,7 @@ cd ./docker
docker build --no-cache -t wenet_onnxruntime:2.0 .
docker build --no-cache -t wenet_onnxruntime:2.0 .
docker run --shm-size 16g --network=host --name=wenet_o
rt
--privileged --device=/dev/kfd --device=/dev/dri --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -v $PWD/wenet_onnxruntime:/home/wenet_onnxruntime -it <Your Image ID> /bin/bash
docker run --shm-size 16g --network=host --name=wenet_o
nnxruntime -v /opt/hyhal:/opt/hyhal:ro
--privileged --device=/dev/kfd --device=/dev/dri --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -v $PWD/wenet_onnxruntime:/home/wenet_onnxruntime -it <Your Image ID> /bin/bash
```
```
## 数据集
## 数据集
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment