Skip to content

Commit 508d326

Browse files
authored
update 2.5.0+cpu docs (#3414)
1 parent 6ec2876 commit 508d326

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+203
-47
lines changed

cpu/2.5.0+cpu/_sources/tutorials/examples.md.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1327,6 +1327,6 @@ $ ldd example-app
13271327

13281328
## Intel® AI Reference Models
13291329

1330-
Use cases that have already been optimized by Intel engineers are available at [Intel® AI Reference Models](https://github.com/IntelAI/models/tree/pytorch-r2.3-models) (former Model Zoo).
1331-
A number of PyTorch use cases for benchmarking are also available in the [benchmarks](https://github.com/IntelAI/models/tree/pytorch-r2.3-models/benchmarks#pytorch-use-cases).
1330+
Use cases that have already been optimized by Intel engineers are available at [Intel® AI Reference Models](https://github.com/intel/ai-reference-models/tree/pytorch-r2.5-models) (former Model Zoo).
1331+
The lists of PyTorch use cases with links to sample codes are available in the [use case tables](https://github.com/intel/ai-reference-models/tree/pytorch-r2.5-models?tab=readme-ov-file#use-cases).
13321332
You can get performance benefits out-of-the-box by simply running scripts in the Intel® AI Reference Models.

cpu/2.5.0+cpu/_sources/tutorials/llm.rst.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ These LLM-specific optimizations can be automatically applied with a single fron
1414
llm/llm_optimize
1515

1616
`ipex.llm` Optimized Model List for Inference
17-
-------------------------------
17+
---------------------------------------------
1818

1919
Verified for single instance mode
2020
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

cpu/2.5.0+cpu/_static/js/versions.js

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
const themeFlyoutDisplay = "hidden";
2-
const themeVersionSelector = "True";
3-
const themeLanguageSelector = "True";
2+
const themeVersionSelector = true;
3+
const themeLanguageSelector = true;
44

55
if (themeFlyoutDisplay === "attached") {
66
function renderLanguages(config) {
77
if (!config.projects.translations.length) {
88
return "";
99
}
1010

11+
// Insert the current language to the options on the selector
12+
let languages = config.projects.translations.concat(config.projects.current);
13+
languages = languages.sort((a, b) => a.language.name.localeCompare(b.language.name));
14+
1115
const languagesHTML = `
1216
<dl>
1317
<dt>Languages</dt>
14-
${config.projects.translations
18+
${languages
1519
.map(
1620
(translation) => `
1721
<dd ${translation.slug == config.projects.current.slug ? 'class="rtd-current-item"' : ""}>

cpu/2.5.0+cpu/design_doc/cpu/isa_dyndisp.html

+5-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@
4141
<a href="../../index.html" class="icon icon-home">
4242
Intel&#174 Extension for PyTorch*
4343
</a>
44+
<div class="version">
45+
<a href="../../../../">2.5.0+cpu ▼</a>
46+
<p>Click link above to switch version</p>
47+
</div>
4448
<div role="search">
4549
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
4650
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" />
@@ -125,7 +129,7 @@ <h1>Intel® Extension for PyTorch* CPU ISA Dynamic Dispatch Design Doc<a class="
125129
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
126130
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
127131
provided by <a href="https://readthedocs.org">Read the Docs</a>.
128-
<jinja2.runtime.BlockReference object at 0x7fceda8a7a00>
132+
<jinja2.runtime.BlockReference object at 0x700e2d2b95a0>
129133
<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> <a href="/#" data-wap_ref="dns" id="wap_dns"><small>| Your Privacy Choices</small></a> <a href=https://www.intel.com/content/www/us/en/privacy/privacy-residents-certain-states.html data-wap_ref="nac" id="wap_nac"><small>| Notice at Collection</small></a> </div> <p></p> <div>&copy; Intel Corporation. Intel, the Intel logo, and other Intel marks are trademarks of Intel Corporation or its subsidiaries. Other names and brands may be claimed as the property of others. No license (express or implied, by estoppel or otherwise) to any intellectual property rights is granted by this document, with the sole exception that code included in this document is licensed subject to the Zero-Clause BSD open source license (OBSD), <a href='http://opensource.org/licenses/0BSD'>http://opensource.org/licenses/0BSD</a>. </div>
130134

131135

cpu/2.5.0+cpu/genindex.html

+5-1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@
4040
<a href="index.html" class="icon icon-home">
4141
Intel&#174 Extension for PyTorch*
4242
</a>
43+
<div class="version">
44+
<a href="../../">2.5.0+cpu ▼</a>
45+
<p>Click link above to switch version</p>
46+
</div>
4347
<div role="search">
4448
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
4549
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" />
@@ -377,7 +381,7 @@ <h2 id="V">V</h2>
377381
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
378382
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
379383
provided by <a href="https://readthedocs.org">Read the Docs</a>.
380-
<jinja2.runtime.BlockReference object at 0x7fceda84eec0>
384+
<jinja2.runtime.BlockReference object at 0x700e2c926e60>
381385
<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> <a href="/#" data-wap_ref="dns" id="wap_dns"><small>| Your Privacy Choices</small></a> <a href=https://www.intel.com/content/www/us/en/privacy/privacy-residents-certain-states.html data-wap_ref="nac" id="wap_nac"><small>| Notice at Collection</small></a> </div> <p></p> <div>&copy; Intel Corporation. Intel, the Intel logo, and other Intel marks are trademarks of Intel Corporation or its subsidiaries. Other names and brands may be claimed as the property of others. No license (express or implied, by estoppel or otherwise) to any intellectual property rights is granted by this document, with the sole exception that code included in this document is licensed subject to the Zero-Clause BSD open source license (OBSD), <a href='http://opensource.org/licenses/0BSD'>http://opensource.org/licenses/0BSD</a>. </div>
382386

383387

cpu/2.5.0+cpu/index.html

+5-1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@
4444
<a href="#" class="icon icon-home">
4545
Intel&#174 Extension for PyTorch*
4646
</a>
47+
<div class="version">
48+
<a href="../../">2.5.0+cpu ▼</a>
49+
<p>Click link above to switch version</p>
50+
</div>
4751
<div role="search">
4852
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
4953
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" />
@@ -183,7 +187,7 @@ <h2>Support<a class="headerlink" href="#support" title="Link to this heading">
183187
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
184188
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
185189
provided by <a href="https://readthedocs.org">Read the Docs</a>.
186-
<jinja2.runtime.BlockReference object at 0x7fceda8a7280>
190+
<jinja2.runtime.BlockReference object at 0x700e2d2bb880>
187191
<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> <a href="/#" data-wap_ref="dns" id="wap_dns"><small>| Your Privacy Choices</small></a> <a href=https://www.intel.com/content/www/us/en/privacy/privacy-residents-certain-states.html data-wap_ref="nac" id="wap_nac"><small>| Notice at Collection</small></a> </div> <p></p> <div>&copy; Intel Corporation. Intel, the Intel logo, and other Intel marks are trademarks of Intel Corporation or its subsidiaries. Other names and brands may be claimed as the property of others. No license (express or implied, by estoppel or otherwise) to any intellectual property rights is granted by this document, with the sole exception that code included in this document is licensed subject to the Zero-Clause BSD open source license (OBSD), <a href='http://opensource.org/licenses/0BSD'>http://opensource.org/licenses/0BSD</a>. </div>
188192

189193

cpu/2.5.0+cpu/py-modindex.html

+5-1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@
4343
<a href="index.html" class="icon icon-home">
4444
Intel&#174 Extension for PyTorch*
4545
</a>
46+
<div class="version">
47+
<a href="../../">2.5.0+cpu ▼</a>
48+
<p>Click link above to switch version</p>
49+
</div>
4650
<div role="search">
4751
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
4852
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" />
@@ -165,7 +169,7 @@ <h1>Python Module Index</h1>
165169
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
166170
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
167171
provided by <a href="https://readthedocs.org">Read the Docs</a>.
168-
<jinja2.runtime.BlockReference object at 0x7fceda4fa2c0>
172+
<jinja2.runtime.BlockReference object at 0x700e2d3f9a50>
169173
<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> <a href="/#" data-wap_ref="dns" id="wap_dns"><small>| Your Privacy Choices</small></a> <a href=https://www.intel.com/content/www/us/en/privacy/privacy-residents-certain-states.html data-wap_ref="nac" id="wap_nac"><small>| Notice at Collection</small></a> </div> <p></p> <div>&copy; Intel Corporation. Intel, the Intel logo, and other Intel marks are trademarks of Intel Corporation or its subsidiaries. Other names and brands may be claimed as the property of others. No license (express or implied, by estoppel or otherwise) to any intellectual property rights is granted by this document, with the sole exception that code included in this document is licensed subject to the Zero-Clause BSD open source license (OBSD), <a href='http://opensource.org/licenses/0BSD'>http://opensource.org/licenses/0BSD</a>. </div>
170174

171175

cpu/2.5.0+cpu/search.html

+5-1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@
5050
<a href="index.html" class="icon icon-home">
5151
Intel&#174 Extension for PyTorch*
5252
</a>
53+
<div class="version">
54+
<a href="../../">2.5.0+cpu ▼</a>
55+
<p>Click link above to switch version</p>
56+
</div>
5357
<div role="search">
5458
<form id="rtd-search-form" class="wy-form" action="#" method="get">
5559
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" />
@@ -140,7 +144,7 @@
140144
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
141145
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
142146
provided by <a href="https://readthedocs.org">Read the Docs</a>.
143-
<jinja2.runtime.BlockReference object at 0x7fceda995360>
147+
<jinja2.runtime.BlockReference object at 0x700e2ca1ad10>
144148
<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> <a href="/#" data-wap_ref="dns" id="wap_dns"><small>| Your Privacy Choices</small></a> <a href=https://www.intel.com/content/www/us/en/privacy/privacy-residents-certain-states.html data-wap_ref="nac" id="wap_nac"><small>| Notice at Collection</small></a> </div> <p></p> <div>&copy; Intel Corporation. Intel, the Intel logo, and other Intel marks are trademarks of Intel Corporation or its subsidiaries. Other names and brands may be claimed as the property of others. No license (express or implied, by estoppel or otherwise) to any intellectual property rights is granted by this document, with the sole exception that code included in this document is licensed subject to the Zero-Clause BSD open source license (OBSD), <a href='http://opensource.org/licenses/0BSD'>http://opensource.org/licenses/0BSD</a>. </div>
145149

146150

cpu/2.5.0+cpu/searchindex.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cpu/2.5.0+cpu/tutorials/api_doc.html

+5-1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@
4343
<a href="../index.html" class="icon icon-home">
4444
Intel&#174 Extension for PyTorch*
4545
</a>
46+
<div class="version">
47+
<a href="../../../">2.5.0+cpu ▼</a>
48+
<p>Click link above to switch version</p>
49+
</div>
4650
<div role="search">
4751
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
4852
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" />
@@ -1751,7 +1755,7 @@ <h2>Graph Optimization<a class="headerlink" href="#graph-optimization" title="Li
17511755
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
17521756
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
17531757
provided by <a href="https://readthedocs.org">Read the Docs</a>.
1754-
<jinja2.runtime.BlockReference object at 0x7fcedb68e770>
1758+
<jinja2.runtime.BlockReference object at 0x700e2d2b9c90>
17551759
<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> <a href="/#" data-wap_ref="dns" id="wap_dns"><small>| Your Privacy Choices</small></a> <a href=https://www.intel.com/content/www/us/en/privacy/privacy-residents-certain-states.html data-wap_ref="nac" id="wap_nac"><small>| Notice at Collection</small></a> </div> <p></p> <div>&copy; Intel Corporation. Intel, the Intel logo, and other Intel marks are trademarks of Intel Corporation or its subsidiaries. Other names and brands may be claimed as the property of others. No license (express or implied, by estoppel or otherwise) to any intellectual property rights is granted by this document, with the sole exception that code included in this document is licensed subject to the Zero-Clause BSD open source license (OBSD), <a href='http://opensource.org/licenses/0BSD'>http://opensource.org/licenses/0BSD</a>. </div>
17561760

17571761

cpu/2.5.0+cpu/tutorials/blogs_publications.html

+5-1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@
4343
<a href="../index.html" class="icon icon-home">
4444
Intel&#174 Extension for PyTorch*
4545
</a>
46+
<div class="version">
47+
<a href="../../../">2.5.0+cpu ▼</a>
48+
<p>Click link above to switch version</p>
49+
</div>
4650
<div role="search">
4751
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
4852
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" />
@@ -167,7 +171,7 @@ <h1>Blogs &amp; Publications<a class="headerlink" href="#blogs-publications" tit
167171
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
168172
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
169173
provided by <a href="https://readthedocs.org">Read the Docs</a>.
170-
<jinja2.runtime.BlockReference object at 0x7fceda8c47c0>
174+
<jinja2.runtime.BlockReference object at 0x700e2e121cc0>
171175
<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> <a href="/#" data-wap_ref="dns" id="wap_dns"><small>| Your Privacy Choices</small></a> <a href=https://www.intel.com/content/www/us/en/privacy/privacy-residents-certain-states.html data-wap_ref="nac" id="wap_nac"><small>| Notice at Collection</small></a> </div> <p></p> <div>&copy; Intel Corporation. Intel, the Intel logo, and other Intel marks are trademarks of Intel Corporation or its subsidiaries. Other names and brands may be claimed as the property of others. No license (express or implied, by estoppel or otherwise) to any intellectual property rights is granted by this document, with the sole exception that code included in this document is licensed subject to the Zero-Clause BSD open source license (OBSD), <a href='http://opensource.org/licenses/0BSD'>http://opensource.org/licenses/0BSD</a>. </div>
172176

173177

cpu/2.5.0+cpu/tutorials/cheat_sheet.html

+5-1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@
4343
<a href="../index.html" class="icon icon-home">
4444
Intel&#174 Extension for PyTorch*
4545
</a>
46+
<div class="version">
47+
<a href="../../../">2.5.0+cpu ▼</a>
48+
<p>Click link above to switch version</p>
49+
</div>
4650
<div role="search">
4751
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
4852
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" />
@@ -195,7 +199,7 @@ <h1>Cheat Sheet<a class="headerlink" href="#cheat-sheet" title="Link to this hea
195199
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
196200
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
197201
provided by <a href="https://readthedocs.org">Read the Docs</a>.
198-
<jinja2.runtime.BlockReference object at 0x7fceda8c4e80>
202+
<jinja2.runtime.BlockReference object at 0x700e2d2609d0>
199203
<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> <a href="/#" data-wap_ref="dns" id="wap_dns"><small>| Your Privacy Choices</small></a> <a href=https://www.intel.com/content/www/us/en/privacy/privacy-residents-certain-states.html data-wap_ref="nac" id="wap_nac"><small>| Notice at Collection</small></a> </div> <p></p> <div>&copy; Intel Corporation. Intel, the Intel logo, and other Intel marks are trademarks of Intel Corporation or its subsidiaries. Other names and brands may be claimed as the property of others. No license (express or implied, by estoppel or otherwise) to any intellectual property rights is granted by this document, with the sole exception that code included in this document is licensed subject to the Zero-Clause BSD open source license (OBSD), <a href='http://opensource.org/licenses/0BSD'>http://opensource.org/licenses/0BSD</a>. </div>
200204

201205

cpu/2.5.0+cpu/tutorials/contribution.html

+5-1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@
4242
<a href="../index.html" class="icon icon-home">
4343
Intel&#174 Extension for PyTorch*
4444
</a>
45+
<div class="version">
46+
<a href="../../../">2.5.0+cpu ▼</a>
47+
<p>Click link above to switch version</p>
48+
</div>
4549
<div role="search">
4650
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
4751
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" />
@@ -331,7 +335,7 @@ <h4>Tips<a class="headerlink" href="#tips" title="Link to this heading"></a><
331335
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
332336
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
333337
provided by <a href="https://readthedocs.org">Read the Docs</a>.
334-
<jinja2.runtime.BlockReference object at 0x7fcedb859ff0>
338+
<jinja2.runtime.BlockReference object at 0x700e2d3f92a0>
335339
<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> <a href="/#" data-wap_ref="dns" id="wap_dns"><small>| Your Privacy Choices</small></a> <a href=https://www.intel.com/content/www/us/en/privacy/privacy-residents-certain-states.html data-wap_ref="nac" id="wap_nac"><small>| Notice at Collection</small></a> </div> <p></p> <div>&copy; Intel Corporation. Intel, the Intel logo, and other Intel marks are trademarks of Intel Corporation or its subsidiaries. Other names and brands may be claimed as the property of others. No license (express or implied, by estoppel or otherwise) to any intellectual property rights is granted by this document, with the sole exception that code included in this document is licensed subject to the Zero-Clause BSD open source license (OBSD), <a href='http://opensource.org/licenses/0BSD'>http://opensource.org/licenses/0BSD</a>. </div>
336340

337341

0 commit comments

Comments
 (0)