Update index.html
Browse files- index.html +3 -0
index.html
CHANGED
|
@@ -203,6 +203,9 @@
|
|
| 203 |
<h1 class="text-xl font-semibold leading-6 text-gray-900">
|
| 204 |
LLM Model, Can I run it?
|
| 205 |
</h1>
|
|
|
|
|
|
|
|
|
|
| 206 |
<div class="flex flex-col gap-10">
|
| 207 |
<div class="w-auto flex flex-col gap-4">
|
| 208 |
<!-- GPU Selector -->
|
|
|
|
| 203 |
<h1 class="text-xl font-semibold leading-6 text-gray-900">
|
| 204 |
LLM Model, Can I run it?
|
| 205 |
</h1>
|
| 206 |
+
<p>
|
| 207 |
+
*This does not support gated or private repos
|
| 208 |
+
</p>
|
| 209 |
<div class="flex flex-col gap-10">
|
| 210 |
<div class="w-auto flex flex-col gap-4">
|
| 211 |
<!-- GPU Selector -->
|