Commit dbce975e authored by zhuwenwen's avatar zhuwenwen
Browse files

update readme

parent 7201f2e2
...@@ -44,7 +44,7 @@ python setup.py install ...@@ -44,7 +44,7 @@ python setup.py install
- fastfold: 安装包名称; - fastfold: 安装包名称;
- 0.2.1: 安装包版本号; - 0.2.1: 安装包版本号;
- git9f6252f: git号; - git9f6252f: git号;
- abi0: 对应centos和rocky多系统的标识,取值为abi0(centos7),abi1(rocky8),可使用命令行动态查询获取辅助判断(echo '#include <string>' | gcc -x c++ -E -dM - | fgrep _GLIBCXX_USE_CXX11_ABI),根据各包情况是否兼容多系统; - abi0: 对应centos和rocky多系统的标识,取值为abi0(centos7),abi1(rocky8),可使用命令行动态查询获取辅助判断(echo '#include <string>' | gcc -x c++ -E -dM - | fgrep _GLIBCXX_USE_CXX11_ABI);
- dtk2304: 对应dtk大版本号,命令行动态查询取值(/opt/dtk-23.04/.info/rocm_version); - dtk2304: 对应dtk大版本号,命令行动态查询取值(/opt/dtk-23.04/.info/rocm_version);
- torch1.10: 对应构建的torch版本号,命令行动态查询取值(torch.\_\_version__); - torch1.10: 对应构建的torch版本号,命令行动态查询取值(torch.\_\_version__);
- cp38-cp38: 对应python版本号; - cp38-cp38: 对应python版本号;
......
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