forked from openkylin/docs
update 开发及常用文档/开发者指南/本地编译Pytorch.md.
Signed-off-by: 追梦人 <1572265+jlspcdd@user.noreply.gitee.com>
This commit is contained in:
parent
193783850e
commit
dfbacdb1ed
|
@ -51,7 +51,7 @@ add_executable(test_api ${TORCH_API_TEST_SOURCES})
|
|||
```
|
||||
target_compile_options(test_api PUBLIC -Wno-nonnull)
|
||||
```
|
||||
### **编译工具链安装**
|
||||
##### **编译工具链安装**
|
||||
```
|
||||
apt install libopenblas-dev libblas-dev m4 cmake cython3 ccache
|
||||
|
||||
|
|
Loading…
Reference in New Issue