Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 2e66496

Browse files
committed
models page: remove onnx trt toggle
1 parent 6c53282 commit 2e66496

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/pages/models.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ const ModelsPage = () => {
135135
Cortex has a built-in model collection of popular models.
136136
</p>
137137

138-
<Select onValueChange={(value) => handleChange(value)}>
138+
{/* <Select onValueChange={(value) => handleChange(value)}>
139139
<SelectTrigger className="w-[180px] placeholder:text-red-200 font-semibold">
140140
<SelectValue placeholder="Select a Engine" />
141141
</SelectTrigger>
@@ -150,7 +150,7 @@ const ModelsPage = () => {
150150
ONNX
151151
</SelectItem>
152152
</SelectContent>
153-
</Select>
153+
</Select> */}
154154
</div>
155155

156156
<div className="w-full p-4 lg:p-8">

0 commit comments

Comments
 (0)