Skip to content

Commit

Permalink
deploy: dce0e9b
Browse files Browse the repository at this point in the history
  • Loading branch information
guizili0 committed Aug 19, 2024
1 parent 98966d8 commit 87eaa45
Show file tree
Hide file tree
Showing 73 changed files with 167 additions and 157 deletions.
4 changes: 2 additions & 2 deletions latest/CODE_OF_CONDUCT.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Contributor Covenant Code of Conduct &mdash; Intel® Extension for TensorFlow* 0.1.dev1+gf0ef605 documentation</title>
<title>Contributor Covenant Code of Conduct &mdash; Intel® Extension for TensorFlow* 0.1.dev1+gdce0e9b documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" />
<link rel="stylesheet" type="text/css" href="_static/custom.css?v=439db15d" />
Expand Down Expand Up @@ -225,7 +225,7 @@ <h2>Attribution<a class="headerlink" href="#attribution" title="Link to this hea
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
<jinja2.runtime.BlockReference object at 0x7f423ed710c0>
<jinja2.runtime.BlockReference object at 0x7f132a7ed300>
<p></p><div><a href='https://www.intel.com/content/www/us/en/privacy/intel-cookie-notice.html' data-cookie-notice='true'>Cookies</a> <a href='https://www.intel.com/content/www/us/en/privacy/intel-privacy-notice.html'>| Privacy</a></div>


Expand Down
4 changes: 2 additions & 2 deletions latest/SECURITY.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Security Policy &mdash; Intel® Extension for TensorFlow* 0.1.dev1+gf0ef605 documentation</title>
<title>Security Policy &mdash; Intel® Extension for TensorFlow* 0.1.dev1+gdce0e9b documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" />
<link rel="stylesheet" type="text/css" href="_static/custom.css?v=439db15d" />
Expand Down Expand Up @@ -120,7 +120,7 @@ <h2>Report a Vulnerability<a class="headerlink" href="#report-a-vulnerability" t
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
<jinja2.runtime.BlockReference object at 0x7f423ed802e0>
<jinja2.runtime.BlockReference object at 0x7f1329f0e8c0>
<p></p><div><a href='https://www.intel.com/content/www/us/en/privacy/intel-cookie-notice.html' data-cookie-notice='true'>Cookies</a> <a href='https://www.intel.com/content/www/us/en/privacy/intel-privacy-notice.html'>| Privacy</a></div>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,25 @@ We assume you have installed the Intel GPU driver and the required components of

## Step by step instructions:

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.
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.
**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.

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.

```
curl https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -o Miniconda3-latest-Linux-x86_64.sh
bash Miniconda3-latest-Linux-x86_64.sh
wget "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh"
bash Miniforge3-$(uname)-$(uname -m).sh
```

You may need to restart your terminal or `source ~/.bashrc` to enable the conda command. Use this command to test if it is installed successfully.
```
conda -V
```
You may need to update your conda first, as at least conda 4.1.11 is required.

```
conda update conda

#Take Intel Python 2023.2.0 as an example to conda environment, but generic Python is also recommended.
conda create -n itex -c https://software.repos.intel.com/python/conda/ intelpython3_full==2023.2.0 python=3.9
conda create -n itex -c https://software.repos.intel.com/python/conda/ intelpython3_full==2024.2.0 python=3.9
```

Activate the environment by the following commands.
Expand Down
16 changes: 9 additions & 7 deletions latest/_sources/get_started.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ This diagram provides a summary of the TensorFlow* PyPI package ecosystem.
[estimator](https://www.tensorflow.org/guide/estimator), [keras](https://keras.io), [tensorboard](https://www.tensorflow.org/tensorboard), [tensorflow-base](https://www.tensorflow.org/guide)

* Intel® Extension for TensorFlow* package:

`intel_extension_for_tensorflow` contains:
* XPU specific implementation
* Kernels & operators
* Graph optimizer
* Device runtime
* Device runtime
* XPU configuration management
* XPU backend selection
* Options turning on/off advanced features
Expand Down Expand Up @@ -61,13 +61,15 @@ Intel® Extension for TensorFlow* can be installed through the following channel
### Compatibility Table

| Intel® Extension for TensorFlow* | Stock TensorFlow |
| ------- | ----------- |
| [latest build from source](docs/install/how_to_build.html) | 2.15 |
| ------- | ----------- |
| Not support | 2.17 |
| [latest build from source](docs/install/how_to_build.html) | 2.16 |
| v2.15.0.0 & v2.15.0.1 | 2.15 |
| v2.14.0.1 & v2.14.0.2 | 2.14 |
| v2.13.0.0 | 2.13 |
| v1.2.0 | 2.12 |
| v1.1.0 | 2.10 & 2.11 |
| v1.0.0 | 2.10 |
| v1.0.0 | 2.10 |

### Install for XPU
```
Expand Down Expand Up @@ -117,13 +119,13 @@ Sanity check instructions:
python -c "import intel_extension_for_tensorflow as itex; print(itex.__version__)"
```

## Documentation
## Documentation

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.html).

## Contributing

We welcome community contributions to Intel® Extension for TensorFlow*.
We welcome community contributions to Intel® Extension for TensorFlow*.

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.html). Please see [contribution guidelines](docs/community/contributing.html) for additional details.

Expand Down
2 changes: 1 addition & 1 deletion latest/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const DOCUMENTATION_OPTIONS = {
VERSION: '0.1.dev1+gf0ef605',
VERSION: '0.1.dev1+gdce0e9b',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
4 changes: 2 additions & 2 deletions latest/docker/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Intel® Extension for TensorFlow* Docker Container Guide &mdash; Intel® Extension for TensorFlow* 0.1.dev1+gf0ef605 documentation</title>
<title>Intel® Extension for TensorFlow* Docker Container Guide &mdash; Intel® Extension for TensorFlow* 0.1.dev1+gdce0e9b documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=19f00094" />
<link rel="stylesheet" type="text/css" href="../_static/custom.css?v=439db15d" />
Expand Down Expand Up @@ -213,7 +213,7 @@ <h2>Verify That Intel GPU is Accessible From TensorFlow<a class="headerlink" hre
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
<jinja2.runtime.BlockReference object at 0x7f423ed89c00>
<jinja2.runtime.BlockReference object at 0x7f132a3a9780>
<p></p><div><a href='https://www.intel.com/content/www/us/en/privacy/intel-cookie-notice.html' data-cookie-notice='true'>Cookies</a> <a href='https://www.intel.com/content/www/us/en/privacy/intel-privacy-notice.html'>| Privacy</a></div>


Expand Down
4 changes: 2 additions & 2 deletions latest/docker/tensorflow-serving/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Intel® Extension for TensorFlow* Serving - Docker Container Guide &mdash; Intel® Extension for TensorFlow* 0.1.dev1+gf0ef605 documentation</title>
<title>Intel® Extension for TensorFlow* Serving - Docker Container Guide &mdash; Intel® Extension for TensorFlow* 0.1.dev1+gdce0e9b documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" />
<link rel="stylesheet" type="text/css" href="../../_static/custom.css?v=439db15d" />
Expand Down Expand Up @@ -169,7 +169,7 @@ <h2>Running the Container<a class="headerlink" href="#running-the-container" tit
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
<jinja2.runtime.BlockReference object at 0x7f423ed5b370>
<jinja2.runtime.BlockReference object at 0x7f1329f17010>
<p></p><div><a href='https://www.intel.com/content/www/us/en/privacy/intel-cookie-notice.html' data-cookie-notice='true'>Cookies</a> <a href='https://www.intel.com/content/www/us/en/privacy/intel-privacy-notice.html'>| Privacy</a></div>


Expand Down
4 changes: 2 additions & 2 deletions latest/docs/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Welcome to Intel® Extension for TensorFlow* documentation &mdash; Intel® Extension for TensorFlow* 0.1.dev1+gf0ef605 documentation</title>
<title>Welcome to Intel® Extension for TensorFlow* documentation &mdash; Intel® Extension for TensorFlow* 0.1.dev1+gdce0e9b documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=19f00094" />
<link rel="stylesheet" type="text/css" href="../_static/custom.css?v=439db15d" />
Expand Down Expand Up @@ -234,7 +234,7 @@ <h2>Highlights<a class="headerlink" href="#highlights" title="Link to this headi
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
<jinja2.runtime.BlockReference object at 0x7f423ed654b0>
<jinja2.runtime.BlockReference object at 0x7f1329f169e0>
<p></p><div><a href='https://www.intel.com/content/www/us/en/privacy/intel-cookie-notice.html' data-cookie-notice='true'>Cookies</a> <a href='https://www.intel.com/content/www/us/en/privacy/intel-privacy-notice.html'>| Privacy</a></div>


Expand Down
4 changes: 2 additions & 2 deletions latest/docs/build_docs/docs_build_tips.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Online Documentation Build Guide &mdash; Intel® Extension for TensorFlow* 0.1.dev1+gf0ef605 documentation</title>
<title>Online Documentation Build Guide &mdash; Intel® Extension for TensorFlow* 0.1.dev1+gdce0e9b documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" />
<link rel="stylesheet" type="text/css" href="../../_static/custom.css?v=439db15d" />
Expand Down Expand Up @@ -161,7 +161,7 @@ <h2>Build to Local Test<a class="headerlink" href="#build-to-local-test" title="
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
<jinja2.runtime.BlockReference object at 0x7f423ed644c0>
<jinja2.runtime.BlockReference object at 0x7f1329f15510>
<p></p><div><a href='https://www.intel.com/content/www/us/en/privacy/intel-cookie-notice.html' data-cookie-notice='true'>Cookies</a> <a href='https://www.intel.com/content/www/us/en/privacy/intel-privacy-notice.html'>| Privacy</a></div>


Expand Down
4 changes: 2 additions & 2 deletions latest/docs/build_docs/source/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Welcome to Intel ® Extension for TensorFlow* documentation! &mdash; Intel® Extension for TensorFlow* 0.1.dev1+gf0ef605 documentation</title>
<title>Welcome to Intel ® Extension for TensorFlow* documentation! &mdash; Intel® Extension for TensorFlow* 0.1.dev1+gdce0e9b documentation</title>
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/theme.css?v=19f00094" />
<link rel="stylesheet" type="text/css" href="../../../_static/custom.css?v=439db15d" />
Expand Down Expand Up @@ -110,7 +110,7 @@ <h1>Welcome to Intel ® Extension for TensorFlow* documentation!<a class="header
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
<jinja2.runtime.BlockReference object at 0x7f423ed65930>
<jinja2.runtime.BlockReference object at 0x7f132a270b20>
<p></p><div><a href='https://www.intel.com/content/www/us/en/privacy/intel-cookie-notice.html' data-cookie-notice='true'>Cookies</a> <a href='https://www.intel.com/content/www/us/en/privacy/intel-privacy-notice.html'>| Privacy</a></div>


Expand Down
4 changes: 2 additions & 2 deletions latest/docs/community/contributing.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Contributing guidelines &mdash; Intel® Extension for TensorFlow* 0.1.dev1+gf0ef605 documentation</title>
<title>Contributing guidelines &mdash; Intel® Extension for TensorFlow* 0.1.dev1+gdce0e9b documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" />
<link rel="stylesheet" type="text/css" href="../../_static/custom.css?v=439db15d" />
Expand Down Expand Up @@ -260,7 +260,7 @@ <h3>Documentation style guide<a class="headerlink" href="#documentation-style-gu
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
<jinja2.runtime.BlockReference object at 0x7f423ed65060>
<jinja2.runtime.BlockReference object at 0x7f132a273160>
<p></p><div><a href='https://www.intel.com/content/www/us/en/privacy/intel-cookie-notice.html' data-cookie-notice='true'>Cookies</a> <a href='https://www.intel.com/content/www/us/en/privacy/intel-privacy-notice.html'>| Privacy</a></div>


Expand Down
4 changes: 2 additions & 2 deletions latest/docs/community/releases.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Releases &mdash; Intel® Extension for TensorFlow* 0.1.dev1+gf0ef605 documentation</title>
<title>Releases &mdash; Intel® Extension for TensorFlow* 0.1.dev1+gdce0e9b documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" />
<link rel="stylesheet" type="text/css" href="../../_static/custom.css?v=439db15d" />
Expand Down Expand Up @@ -130,7 +130,7 @@ <h2>Incompatible Changes<a class="headerlink" href="#incompatible-changes" title
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
<jinja2.runtime.BlockReference object at 0x7f423ed678e0>
<jinja2.runtime.BlockReference object at 0x7f1329f15210>
<p></p><div><a href='https://www.intel.com/content/www/us/en/privacy/intel-cookie-notice.html' data-cookie-notice='true'>Cookies</a> <a href='https://www.intel.com/content/www/us/en/privacy/intel-privacy-notice.html'>| Privacy</a></div>


Expand Down
4 changes: 2 additions & 2 deletions latest/docs/design/directory_structure.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Directory Tree Structure &mdash; Intel® Extension for TensorFlow* 0.1.dev1+gf0ef605 documentation</title>
<title>Directory Tree Structure &mdash; Intel® Extension for TensorFlow* 0.1.dev1+gdce0e9b documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" />
<link rel="stylesheet" type="text/css" href="../../_static/custom.css?v=439db15d" />
Expand Down Expand Up @@ -186,7 +186,7 @@ <h1>Directory Tree Structure<a class="headerlink" href="#directory-tree-structur
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
<jinja2.runtime.BlockReference object at 0x7f423ed67df0>
<jinja2.runtime.BlockReference object at 0x7f1329f16380>
<p></p><div><a href='https://www.intel.com/content/www/us/en/privacy/intel-cookie-notice.html' data-cookie-notice='true'>Cookies</a> <a href='https://www.intel.com/content/www/us/en/privacy/intel-privacy-notice.html'>| Privacy</a></div>


Expand Down
4 changes: 2 additions & 2 deletions latest/docs/design/extension_design.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Extension Design &mdash; Intel® Extension for TensorFlow* 0.1.dev1+gf0ef605 documentation</title>
<title>Extension Design &mdash; Intel® Extension for TensorFlow* 0.1.dev1+gdce0e9b documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" />
<link rel="stylesheet" type="text/css" href="../../_static/custom.css?v=439db15d" />
Expand Down Expand Up @@ -124,7 +124,7 @@ <h2>Resources<a class="headerlink" href="#resources" title="Link to this heading
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
<jinja2.runtime.BlockReference object at 0x7f423ed70580>
<jinja2.runtime.BlockReference object at 0x7f1329f0d270>
<p></p><div><a href='https://www.intel.com/content/www/us/en/privacy/intel-cookie-notice.html' data-cookie-notice='true'>Cookies</a> <a href='https://www.intel.com/content/www/us/en/privacy/intel-privacy-notice.html'>| Privacy</a></div>


Expand Down
Loading

0 comments on commit 87eaa45

Please sign in to comment.