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
OpenDAS
deepspeed
Commits
c1ecf444
Commit
c1ecf444
authored
May 31, 2023
by
aiss
Browse files
modify version and dcu_version
parent
9a16b7ea
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
README_HIP.md
README_HIP.md
+2
-1
run.sh
run.sh
+2
-2
No files found.
README_HIP.md
View file @
c1ecf444
...
...
@@ -35,7 +35,8 @@ yum -y install openssl openssl-devel
yum
install
-y
libaio-devel
yum
install
-y
libaio
ls
-l
# 配置libiomp5.so库,可以复用系统下现用的so库或者自主安装,指定该动态库的位置。例如export LIBRARY_PATH=/usr/local/lib:$LIBRARY_PATH
# 若python内未包含相关项,需基于上面安装的三方包重新源码编译python,再配置python环境
python3
-m
pip
install
--upgrade
pip setuptools
...
...
run.sh
View file @
c1ecf444
#!/bin/bash
export
LIBRARY_PATH
=
/usr/local/lib:
$LIBRARY_PATH
export
DS_BUILD_VERSION
=
dtk22.10.1
#
export DS_BUILD_VERSION=dtk22.10.1
export
LD_LIBRARY_PATH
=
/usr/local/lib/python3.7/site-packages/torch/lib:
$LD_LIBRARY_PATH
DS_BUILD_RANDOM_LTD
=
0
DS_BUILD_QUANTIZER
=
0
DS_BUILD_TRANSFORMER_INFERENCE
=
0
DS_BUILD_OPS
=
1
verbose
=
1
CXX
=
hipcc
CC
=
hipcc python3 setup.py
install
bdist_wheel
DS_BUILD_STRING
=
.dtk22.10.1.torch1.10
DS_BUILD_RANDOM_LTD
=
0
DS_BUILD_QUANTIZER
=
0
DS_BUILD_TRANSFORMER_INFERENCE
=
0
DS_BUILD_OPS
=
1
verbose
=
1
CXX
=
hipcc
CC
=
hipcc python3 setup.py
install
bdist_wheel
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