docs: fix slugs
This commit is contained in:
parent
f878555598
commit
b4eff9a108
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Extensions
|
||||
slug: /guides/inference/
|
||||
slug: /guides/engines
|
||||
---
|
||||
|
||||
import DocCardList from "@theme/DocCardList";
|
||||
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Llama-CPP Extension
|
||||
slug: /guides/engines/llama-cpp
|
||||
---
|
||||
|
||||
## Overview
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: TensorRT-LLM Extension
|
||||
slug: /guides/engines/tensorrt-llm
|
||||
---
|
||||
|
||||
Users with Nvidia GPUs can get 20-40% faster* token speeds on their laptop or desktops by using [TensorRT-LLM](https://github.com/NVIDIA/TensorRT-LLM).
|
||||
@ -48,7 +49,7 @@ We offer a handful of precompiled models for Ampere and Ada cards that you can i
|
||||

|
||||
|
||||
:::info
|
||||
Due to our limited resources, we only prebuilt a few demo models. You can always build your desired models directly on your machine. [Read here](##Build-your-own-TensorRT-models).
|
||||
Due to our limited resources, we only prebuilt a few demo models. You can always build your desired models directly on your machine. [Read here](#build-your-own-tensorrt-models).
|
||||
:::
|
||||
|
||||
## Configure Settings
|
||||
@ -201,15 +201,15 @@ const sidebars = {
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Inference Providers",
|
||||
label: "AI Engines",
|
||||
className: "head_SubMenu",
|
||||
link: {
|
||||
type: 'doc',
|
||||
id: "guides/inference/README",
|
||||
id: "guides/engines/README",
|
||||
},
|
||||
items: [
|
||||
"guides/inference/llama-cpp",
|
||||
"guides/inference/tensorrt-llm",
|
||||
"guides/engines/llama-cpp",
|
||||
"guides/engines/tensorrt-llm",
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user