You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -61,13 +61,15 @@ Intel® Extension for TensorFlow* can be installed through the following channel
61
61
### Compatibility Table
62
62
63
63
| Intel® Extension for TensorFlow*| Stock TensorFlow |
64
-
| ------- | ----------- |
65
-
|[latest build from source](docs/install/how_to_build.md)| 2.15 |
64
+
| ------- | ----------- |
65
+
| Not support | 2.17 |
66
+
|[latest build from source](docs/install/how_to_build.md)| 2.16 |
67
+
| v2.15.0.0 & v2.15.0.1 | 2.15 |
66
68
| v2.14.0.1 & v2.14.0.2 | 2.14 |
67
69
| v2.13.0.0 | 2.13 |
68
70
| v1.2.0 | 2.12 |
69
71
| v1.1.0 | 2.10 & 2.11 |
70
-
| v1.0.0 | 2.10 |
72
+
| v1.0.0 | 2.10 |
71
73
72
74
### Install for XPU
73
75
```
@@ -117,13 +119,13 @@ Sanity check instructions:
117
119
python -c "import intel_extension_for_tensorflow as itex; print(itex.__version__)"
118
120
```
119
121
120
-
## Documentation
122
+
## Documentation
121
123
122
124
Visit the [online document website](https://intel.github.io/intel-extension-for-tensorflow/latest/), and then get started with a tour of Intel® Extension for TensorFlow*[examples](examples/README.md).
123
125
124
126
## Contributing
125
127
126
-
We welcome community contributions to Intel® Extension for TensorFlow*.
128
+
We welcome community contributions to Intel® Extension for TensorFlow*.
127
129
128
130
This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](CODE_OF_CONDUCT.md). Please see [contribution guidelines](docs/community/contributing.md) for additional details.
Copy file name to clipboardExpand all lines: docs/install/experimental/install_for_gpu_conda.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,24 +8,25 @@ We assume you have installed the Intel GPU driver and the required components of
8
8
9
9
## Step by step instructions:
10
10
11
-
Miniconda is the recommended approach for installing stock TensorFlow. It creates a separate environment to avoid changing any installed software in your system. This is also the easiest way to install the required software especially for the GPU setup.
12
-
You can use the following command to install Miniconda. During installation, you may need to press enter and type "yes". Skip this step, if you have already installed conda.
11
+
**Miniforge** is the community (conda-forge) driven minimalistic conda installer. It is the recommended approach for installing stock TensorFlow. It creates a separate environment to avoid changing any installed software in your system. This is also the easiest way to install the required software especially for the GPU setup.
12
+
13
+
You can use the following command to install Miniforge. During installation, you may need to press enter and type "yes". Skip this step, if you have already installed conda.
0 commit comments