Skip to content

Commit 0426997

Browse files
authored
documentation: removing mention of TF 2.4 from SM distributed model parallel docs (#2136)
1 parent 56d27d2 commit 0426997

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

doc/api/training/smd_model_parallel_release_notes/smd_model_parallel_change_log.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@
1717

1818
- Adds support for `_register_comm_hook` (PyTorch 1.7 only) which will register the callable as a communication hook for DDP. NOTE: Like in DDP, this is an experimental API and subject to change.
1919

20-
### Tensorflow
21-
22-
- Adds support for Tensorflow 2.4
23-
2420
## Bug Fixes
2521

2622
### PyTorch

doc/api/training/smp_versions/v1.2.0/smd_model_parallel_tensorflow.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
TensorFlow API
22
==============
33

4-
**Supported version: 2.4, 2.3**
4+
**Supported version: 2.3**
55

66
**Important**: This API document assumes you use the following import statement in your training scripts.
77

0 commit comments

Comments
 (0)