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
ppocrv5_migraphx
Commits
369751c2
Commit
369751c2
authored
Jul 07, 2025
by
liuhy
Browse files
修改README.md
parent
0c52dceb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
README.md
README.md
+3
-3
No files found.
README.md
View file @
369751c2
...
@@ -75,13 +75,13 @@ cd Python/
...
@@ -75,13 +75,13 @@ cd Python/
# 安装依赖
# 安装依赖
pip
install
-
r
requirements
.
txt
-
i
https
:
//
pypi
.
tuna
.
tsinghua
.
edu
.
cn
/
simple
pip
install
-
r
requirements
.
txt
-
i
https
:
//
pypi
.
tuna
.
tsinghua
.
edu
.
cn
/
simple
如果离线环境
,
可手动安装需要的依赖
,
依赖的
.
whl文件存放在3rdParty
/
rbuild_depend目录下
如果
测试环境是
离线环境
,
可手动安装需要的依赖
,
依赖的
.
whl文件存放在3rdParty
/
rbuild_depend目录下
```
```
运行示例程序:
```
```
python inference.py
python inference.py
```
```
offload_copy和precision_mode
参考
[
text
](
Doc/Tutorial_Python.md
)
,在main中
设置
offload_copy和precision_mode
设置可参考
[
Tutorial_Python.md
](
Doc/Tutorial_Python.md
)
,在main中
示例。
### C++版本推理
### C++版本推理
...
...
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