Commit 3d46bdd9 authored by mayp777's avatar mayp777
Browse files

[UPDATE]Update README

parent 6a5a84f9
...@@ -58,7 +58,7 @@ git clone -b 2.1.2+das.opt1.dtk24042 http://developer.hpccube.com/codes/OpenDAS/ ...@@ -58,7 +58,7 @@ git clone -b 2.1.2+das.opt1.dtk24042 http://developer.hpccube.com/codes/OpenDAS/
```shell ```shell
source /opt/dtk/env.sh source /opt/dtk/env.sh
cd audio cd torchaudio
bash ./test/tools/make_test_env.sh # ubuntu bash ./test/tools/make_test_env.sh # ubuntu
bash ./test/tools/rocky8_make_test_env.sh #rocky bash ./test/tools/rocky8_make_test_env.sh #rocky
export PYTORCH_ROCM_ARCH="gfx928" export PYTORCH_ROCM_ARCH="gfx928"
...@@ -71,7 +71,8 @@ MAX_JOBS=16 ...@@ -71,7 +71,8 @@ MAX_JOBS=16
```shell ```shell
CMAKE_CXX_FLAGS=-std=c++17 USE_FFMPEG=1 USE_ROCM=1 python3 setup.py bdist_wheel CMAKE_CXX_FLAGS=-std=c++17 USE_FFMPEG=1 USE_ROCM=1 python3 setup.py bdist_wheel
pip install dist/torchaudio* cd ..
pip install torchaudio/dist/torchaudio*
``` ```
## 版本号查询 ## 版本号查询
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment