Spaces:
Sleeping
Sleeping
test
Browse files- app/templates/index.html +3 -3
app/templates/index.html
CHANGED
@@ -11,8 +11,8 @@
|
|
11 |
<div class="container">
|
12 |
<!-- Component 1: Search Section -->
|
13 |
<section class="search-section">
|
14 |
-
<h1>Model
|
15 |
-
<p>
|
16 |
<div class="search-box">
|
17 |
<input type="text" id="modelIdSearch" placeholder="Enter Model ID (e.g., MODEL123)">
|
18 |
<button id="searchButton"><i class="fas fa-search"></i> Search</button>
|
@@ -24,7 +24,7 @@
|
|
24 |
<div class="section-header">
|
25 |
<h2><i class="fas fa-list"></i> Available Models</h2>
|
26 |
</div>
|
27 |
-
<p class="section-subtitle" style="margin-bottom: 20px;">
|
28 |
|
29 |
<div id="modelGrid" class="model-grid">
|
30 |
<!-- Models will be populated here -->
|
|
|
11 |
<div class="container">
|
12 |
<!-- Component 1: Search Section -->
|
13 |
<section class="search-section">
|
14 |
+
<h1>Neuron Compiled Model Cache</h1>
|
15 |
+
<p>The Neuron Model Cache is hosted on the Hugging Face Hub and includes compiled files for all popular and supported optimum-neuron pre-trained models. Enter a model ID below to check if a compiled version exists for this architecture.</p>
|
16 |
<div class="search-box">
|
17 |
<input type="text" id="modelIdSearch" placeholder="Enter Model ID (e.g., MODEL123)">
|
18 |
<button id="searchButton"><i class="fas fa-search"></i> Search</button>
|
|
|
24 |
<div class="section-header">
|
25 |
<h2><i class="fas fa-list"></i> Available Models</h2>
|
26 |
</div>
|
27 |
+
<p class="section-subtitle" style="margin-bottom: 20px;">Click on any model to view the existing configurations for which a compiled version exists.</p>
|
28 |
|
29 |
<div id="modelGrid" class="model-grid">
|
30 |
<!-- Models will be populated here -->
|