From b507784929b6b7741b8d0bea6585bfd1ee6a2a1f Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Sun, 31 May 2026 00:49:44 +0800 Subject: [PATCH] docs: Update JAX backend documentation on training support Signed-off-by: Jinzhe Zeng --- doc/backend.md | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/backend.md b/doc/backend.md index b2f7dc4826..9477f573ac 100644 --- a/doc/backend.md +++ b/doc/backend.md @@ -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. -Currently, this backend is developed actively, and has no support for training. ### Paddle {{ paddle_icon }}