mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 11:56:07 +00:00
Merge pull request #21832 from jakevdp:serialization-version-doc
PiperOrigin-RevId: 642732593
This commit is contained in:
commit
b7a8f9d584
@ -584,6 +584,8 @@ scalar operands corresponding to the format specifiers.
|
||||
error_message=""Dimension variable 'h' must have integer value >= 1. Found {0}")
|
||||
```
|
||||
|
||||
(export-serialization-version)=
|
||||
|
||||
### Serialization version numbers
|
||||
|
||||
We list here a history of the serialization version numbers:
|
||||
|
@ -34,3 +34,14 @@ Functions related to shape polymorphism
|
||||
symbolic_args_specs
|
||||
is_symbolic_dim
|
||||
SymbolicScope
|
||||
|
||||
Constants
|
||||
---------
|
||||
|
||||
.. data:: jax.export.minimum_supported_serialization_version
|
||||
|
||||
The minimum supported serialization version; see :ref:`export-serialization-version`.
|
||||
|
||||
.. data:: jax.export.maximum_supported_serialization_version
|
||||
|
||||
The maximum supported serialization version; see :ref:`export-serialization-version`.
|
||||
|
@ -65,13 +65,13 @@ HloSharding = xla_client.HloSharding
|
||||
|
||||
"""The minimum supported serialization version.
|
||||
|
||||
See https://jax.readthedocs.io/en/latest/export.html#module-calling-convention#module-serialization-versions
|
||||
See https://jax.readthedocs.io/en/latest/export/export.html#serialization-version-numbers
|
||||
"""
|
||||
minimum_supported_serialization_version = 9
|
||||
|
||||
"""The maximum supported serialization version.
|
||||
|
||||
See https://jax.readthedocs.io/en/latest/export.html#module-calling-convention#module-serialization-versions
|
||||
See https://jax.readthedocs.io/en/latest/export/export.html#serialization-version-numbers
|
||||
"""
|
||||
maximum_supported_serialization_version = 9
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user