Skip to content

Commit a0c59e0

Browse files
authored
Update docs
1 parent 07b95c5 commit a0c59e0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/user_guide/4.5CustomTorch.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This module is designed to support pytorch machine learning potential (MLP) kern
44
It aims to perform top-down finetuning for MLP models writen in torch
55
A full simple example can be found in `examples/torch_kernel/torch_mlp_frontend`
66
To use this module, you need to install both `torch` and [torch2jax](https://github.com/samuela/torch2jax)
7+
(TIP: Do not use `pip install torch2jax` directly, `git clone` the repo and do `pip install .` there, which
8+
gives you the newer version that is compatible with new versions of JAX)
79

810
NOTE: currently we DO NOT support differentiating losses related to force and virial!
911

0 commit comments

Comments
 (0)