Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion doc/backend.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ Both `.xlo` and `.jax` are customized format extensions defined in DeePMD-kit, s
`.savedmodel` is the TensorFlow [SavedModel format](https://www.tensorflow.org/guide/saved_model) generated by [JAX2TF](https://www.tensorflow.org/guide/jax2tf), which needs the installation of TensorFlow.
Only the `.savedmodel` format supports C++ inference, which needs the TensorFlow C++ interface.
The model is device-specific, so that the model generated on the GPU device cannot be run on the CPUs.
Comment thread
njzjz marked this conversation as resolved.
Currently, this backend is developed actively, and has no support for training.

### Paddle {{ paddle_icon }}

Expand Down
Loading