update 开发及常用文档/开发者指南/本地编译Pytorch.md.

Signed-off-by: 追梦人 <1572265+jlspcdd@user.noreply.gitee.com>
This commit is contained in:
追梦人 2024-02-22 09:55:37 +00:00 committed by Gitee
parent 193783850e
commit dfbacdb1ed
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -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