* Fix navigation bar to 1 * Remove unnecessary python api * Fixed failed langchain native api doc * Change index page layout * Update quicklink for IPEX-LLM * Simplify toc and add bigdl-llm migration guide * Update readthedocs readme * Add missing index link for bigdl-llm migration guide * Update logo image and repo link * Update copyright * Small fix * Update copyright * Update top nav bar * Small fix
65 lines
3 KiB
HTML
65 lines
3 KiB
HTML
<nav class="bd-links">
|
|
<p class="bd-links__title">Quick Links</p>
|
|
<div class="navbar-nav">
|
|
<ul class="nav">
|
|
<li>
|
|
<a href="doc/LLM/index.html">
|
|
<strong class="bigdl-quicklinks-section-title">IPEX-LLM Document</strong>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="doc/LLM/Quickstart/bigdl_llm_migration.html">
|
|
<strong class="bigdl-quicklinks-section-title"><code>bigdl-llm</code> Migration Guide</strong>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<strong class="bigdl-quicklinks-section-title">IPEX-LLM Quickstart</strong>
|
|
<input id="quicklink-cluster-llm-quickstart" type="checkbox" class="toctree-checkbox" />
|
|
<label for="quicklink-cluster-llm-quickstart" class="toctree-toggle">
|
|
<i class="fa-solid fa-chevron-down"></i>
|
|
</label>
|
|
<ul class="nav bigdl-quicklinks-section-nav">
|
|
<li>
|
|
<a href="doc/LLM/Quickstart/install_linux_gpu.html">Install IPEX-LLM on Linux with Intel GPU</a>
|
|
</li>
|
|
<li>
|
|
<a href="doc/LLM/Quickstart/install_windows_gpu.html">Install IPEX-LLM on Windows with Intel GPU</a>
|
|
</li>
|
|
<li>
|
|
<a href="doc/LLM/Quickstart/docker_windows_gpu.html">Install IPEX-LLM in Docker on Windows with Intel GPU</a>
|
|
</li>
|
|
<li>
|
|
<a href="doc/LLM/Quickstart/webui_quickstart.html">Use Text Generation WebUI on Windows with Intel GPU</a>
|
|
</li>
|
|
<li>
|
|
<a href="doc/LLM/Quickstart/benchmark_quickstart.html">IPEX-LLM Benchmarking</a>
|
|
</li>
|
|
<li>
|
|
<a href="doc/LLM/Quickstart/llama_cpp_quickstart.html">Use llama.cpp with IPEX-LLM on Intel GPU</a>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li>
|
|
<strong class="bigdl-quicklinks-section-title">IPEX-LLM Installation</strong>
|
|
<input id="quicklink-cluster-llm-installation" type="checkbox" class="toctree-checkbox" />
|
|
<label for="quicklink-cluster-llm-installation" class="toctree-toggle">
|
|
<i class="fa-solid fa-chevron-down"></i>
|
|
</label>
|
|
<ul class="bigdl-quicklinks-section-nav">
|
|
<li>
|
|
<a href="doc/LLM/Overview/install_cpu.html">CPU</a>
|
|
</li>
|
|
<li>
|
|
<a href="doc/LLM/Overview/install_gpu.html">GPU</a>
|
|
</li>
|
|
<li>
|
|
</ul>
|
|
</li>
|
|
<li>
|
|
<a href="doc/LLM/Overview/FAQ/faq.html">
|
|
<strong class="bigdl-quicklinks-section-title">IPEX-LLM FAQ</strong>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</nav>
|