Commit c160845a authored by zhanggezhong's avatar zhanggezhong
Browse files

Update README.md

parent 83ab321e
...@@ -7,8 +7,8 @@ torchani 是一个基于 PyTorch 的神经网络势能(ANI)的开源实现 ...@@ -7,8 +7,8 @@ torchani 是一个基于 PyTorch 的神经网络势能(ANI)的开源实现
| PyTorch版本 | fastpt版本 |torchani版本 | DTK版本 | Python版本 | 推荐编译方式 | | PyTorch版本 | fastpt版本 |torchani版本 | DTK版本 | Python版本 | 推荐编译方式 |
| ----------- | ----------- | ----------- | ------------------------ | -----------------| ------------ | | ----------- | ----------- | ----------- | ------------------------ | -----------------| ------------ |
| 2.5.1 | 2.1.0 |2.2.4 | >= 25.04 | 3.8、3.10、3.11 | fastpt不转码 | | 2.5.1 | 2.1.0 |0.1 | >= 25.04 | 3.8、3.10、3.11 | fastpt不转码 |
| 2.4.1 | 2.0.1 |2.2.4 | >= 25.04 | 3.8、3.10、3.11 | fastpt不转码 | | 2.4.1 | 2.0.1 |0.1 | >= 25.04 | 3.8、3.10、3.11 | fastpt不转码 |
+ pytorch版本大于2.4.1 && dtk版本大于25.04 推荐使用fastpt不转码编译。 + pytorch版本大于2.4.1 && dtk版本大于25.04 推荐使用fastpt不转码编译。
...@@ -66,10 +66,10 @@ Python 3.10.12 (main, Feb 4 2025, 14:57:36) [GCC 11.4.0] on linux ...@@ -66,10 +66,10 @@ Python 3.10.12 (main, Feb 4 2025, 14:57:36) [GCC 11.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information. Type "help", "copyright", "credits" or "license" for more information.
>>> import torchani >>> import torchani
>>> torchani.__version__ >>> torchani.__version__
'2.2.4' '0.1*'
>>> >>>
``` ```
版本号与官方版本同步,查询该软件的版本号,例如2.2.4 版本号与官方版本同步,查询该软件的版本号,例如0.1*
## Known Issue ## Known Issue
- -
......
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