Skip to content

Commit 26ab537

Browse files
Dboyqiaoriverliuintel
authored andcommitted
[Docs] Update the vesion information of the documents (#2323)
Co-authored-by: RiverLiu <[email protected]>
1 parent b2242a3 commit 26ab537

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

Diff for: README.md

+3
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ This project is intended to be a safe, welcoming space for collaboration, and co
110110
- [TensorFlow GPU device plugins](https://www.tensorflow.org/install/gpu_plugins)
111111
- [Accelerating TensorFlow on Intel® Data Center GPU Flex Series](https://blog.tensorflow.org/2022/10/accelerating-tensorflow-on-intel-data-center-gpu-flex-series.html)
112112
- [Meet the Innovation of Intel AI Software: Intel® Extension for TensorFlow*](https://cqpreview.intel.com/content/www/us/en/developer/articles/technical/innovation-of-ai-software-extension-tensorflow.html)
113+
- [An Easy Introduction to Intel® Extension for TensorFlow*](https://www.intel.com/content/www/us/en/developer/articles/technical/introduction-to-intel-extension-for-tensorflow.html)
114+
- [Accelerate JAX models on Intel GPUs via PJRT](https://opensource.googleblog.com/2023/06/accelerate-jax-models-on-intel-gpus-via-pjrt.html)
115+
- [Running TensorFlow Stable Diffusion on Intel Arc GPUs](https://medium.com/intel-analytics-software/running-tensorflow-stable-diffusion-on-intel-arc-gpus-e6ff0d2b7549)
113116

114117
## Support
115118
Submit your questions, feature requests, and bug reports on the [GitHub issues](https://github.com/intel/intel-extension-for-tensorflow/issues) page.

Diff for: docs/install/experimental/install_for_gpu_conda.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Conda Environment Installation Instructions
22

3-
This document provides a recommended installation instruction for Intel® Extension for TensorFlow* v1.2.0 and Intel® Optimization for Horovod* v0.5.0 deployment for distributed training on Conda environment.
3+
This document provides a recommended installation instruction for Intel® Extension for TensorFlow* v2.13.0.0 and Intel® Optimization for Horovod* v0.28.1.0 deployment for distributed training on Conda environment.
44

55
## Preconditions
66
We assume you have installed the Intel GPU driver and the required components of oneAPI Base Toolkit Packages as per [instructions](../install_for_xpu.md#install_oneapi_base_toolkit_packages) successfully.
@@ -57,10 +57,10 @@ python3 -c "import intel_extension_for_tensorflow as itex; print(itex.version.GI
5757
```
5858
Expected result:
5959
```
60-
v1.2.0-8e0294ba
60+
v2.13.0.0-142f5f29
6161
```
6262

63-
In order to install Intel® Optimization for Horovod* v0.5.0 for distributed training, you should install oneCCL after you install oneAPI Basekit.
63+
In order to install Intel® Optimization for Horovod* v0.28.1.0 for distributed training, you should install oneCCL after you install oneAPI Basekit.
6464

6565
```
6666
source /path/to/intel/oneapi/mpi/latest/env/vars.sh

Diff for: examples/quantize_inception_v3/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The example shows an end-to-end pipeline:
2424

2525
### Intel® Extension for Tensorflow* Version
2626

27-
Install Intel® Extension for Tensorflow* > 2.13.0 for this feature.
27+
Install Intel® Extension for Tensorflow* >= 2.13.0.0 for this feature.
2828

2929
### Enable oneDNN Graph
3030

Diff for: examples/train_resnet50_with_autoshard/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Verified Hardware Platforms:
1313

1414
## Prerequisites
1515

16-
This example only applies to stock TensorFlow* >=2.13.0 and Intel® Extension for TensorFlow* >=1.2.0.
16+
This example only applies to stock TensorFlow* >=2.13.0 and Intel® Extension for TensorFlow* >=2.13.0.0.
1717

1818
### Prepare the Codes
1919
```bash

0 commit comments

Comments
 (0)