Skip to content

Commit 0af6e67

Browse files
committed
Automated pre-rendering: Generated 4623 model pages 2025-10-25 01:37:50 UTC
- Pre-rendered top 1000 models by likes - Generated static HTML files for better SEO - Files saved in models/ directory - Each model now has its own addressable URL - Added hardware requirements calculation - Enhanced engagement metrics display - System requirements visualization - Hardware compatibility indicators
1 parent b33cc54 commit 0af6e67

File tree

309 files changed

+12852
-1060
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

309 files changed

+12852
-1060
lines changed

models/a2fm-32b-rl-i1.html

Lines changed: 145 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,145 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>A2fm 32b Rl I1 - GGUF Model</title>
7+
<meta name="description" content="Download A2fm 32b Rl I1 GGUF model. 25.0 GB, 0 downloads, 0 likes.">
8+
<meta name="keywords" content="A2fm 32b Rl I1, GGUF, Q6_K, Unknown, download, AI model">
9+
<link rel="canonical" href="https://local-ai-zone.github.io/models/a2fm-32b-rl-i1.html">
10+
<meta property="og:title" content="A2fm 32b Rl I1 - GGUF Model">
11+
<meta property="og:description" content="Download A2fm 32b Rl I1 GGUF model. 25.0 GB, 0 downloads.">
12+
<meta property="og:url" content="https://local-ai-zone.github.io/models/a2fm-32b-rl-i1.html">
13+
<meta property="og:type" content="website">
14+
<style>
15+
:root{--primary-color:#3B82F6;--secondary-color:#6B7280;--success-color:#10B981;--card-background:#FFFFFF;--text-primary:#111827;--text-secondary:#6B7280;--border-color:#E5E7EB;--border-radius:8px;--shadow-md:0 4px 6px -1px rgba(0,0,0,0.1);--transition:all 0.2s ease-in-out}
16+
*{box-sizing:border-box;margin:0;padding:0}
17+
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;background:#F9FAFB;color:var(--text-primary);line-height:1.6;padding:20px}
18+
.container{max-width:400px;margin:0 auto}
19+
.model-card{background:var(--card-background);border:1px solid var(--border-color);border-radius:var(--border-radius);padding:1.5rem;box-shadow:var(--shadow-md)}
20+
.model-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}
21+
.model-number{background:var(--primary-color);color:white;padding:0.25rem 0.5rem;border-radius:var(--border-radius);font-size:0.75rem;font-weight:600}
22+
.model-metrics{display:flex;align-items:center;gap:0.75rem}
23+
.download-count,.engagement-count{display:flex;align-items:center;gap:0.25rem;font-size:0.75rem;color:var(--text-secondary)}
24+
.engagement-count .engagement-icon{font-size:0.875rem}
25+
.engagement-count .engagement-number{font-weight:500}
26+
.model-name-container{margin-bottom:1rem}
27+
.model-name{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:0;word-break:break-word}
28+
.model-details{display:grid;grid-template-columns:auto 1fr;gap:0.5rem 1rem;margin-bottom:1.5rem;font-size:0.875rem}
29+
.detail-label{color:var(--text-secondary);font-weight:500}
30+
.detail-value{color:var(--text-primary)}
31+
.quantization-badge{background:#EFF6FF;color:var(--primary-color);padding:0.125rem 0.5rem;border-radius:9999px;font-size:0.75rem;font-weight:500}
32+
.system-requirements{margin-bottom:1.5rem;padding:1rem;background:#F8FAFC;border:1px solid var(--border-color);border-radius:var(--border-radius)}
33+
.requirements-title{font-size:0.875rem;font-weight:600;color:var(--text-primary);margin-bottom:0.75rem}
34+
.requirements-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:0.75rem}
35+
.requirement-item{display:flex;align-items:center;gap:0.5rem}
36+
.requirement-item.gpu-required{grid-column:1/-1}
37+
.requirement-icon{font-size:1rem}
38+
.requirement-content{display:flex;flex-direction:column;gap:0.125rem}
39+
.requirement-label{font-size:0.75rem;color:var(--text-secondary);font-weight:500}
40+
.requirement-value{font-size:0.75rem;color:var(--text-primary);font-weight:600}
41+
.compatibility-indicator{margin-top:0.5rem;text-align:center}
42+
.compatibility-status{font-size:0.75rem;padding:0.25rem 0.5rem;border-radius:var(--border-radius);font-weight:500}
43+
.compatibility-status.compatible{background:#DCFCE7;color:#166534}
44+
.compatibility-status.incompatible{background:#FEE2E2;color:#DC2626}
45+
.model-actions{display:flex;gap:0.5rem;flex-wrap:wrap}
46+
.btn{display:inline-flex;align-items:center;gap:0.5rem;padding:0.5rem 1rem;border-radius:var(--border-radius);text-decoration:none;font-size:0.875rem;font-weight:500;transition:var(--transition)}
47+
.btn-primary{background:var(--primary-color);color:white}
48+
.btn-primary:hover{background:#2563EB}
49+
.btn-secondary{background:#F3F4F6;color:var(--text-primary);border:1px solid var(--border-color)}
50+
.btn-secondary:hover{background:#E5E7EB}
51+
.meta{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--border-color);font-size:0.75rem;color:var(--text-secondary)}
52+
.meta a{color:var(--primary-color);text-decoration:none}
53+
.meta a:hover{text-decoration:underline}
54+
</style>
55+
</head>
56+
<body>
57+
<div class="container">
58+
<div class="model-card">
59+
<div class="model-card-header">
60+
<div class="model-number">#1</div>
61+
<div class="model-metrics">
62+
<div class="download-count" title="0 downloads">
63+
<svg width="16" height="16" viewBox="0 0 24 24" fill="currentColor">
64+
<path d="M5 20h14v-2H5v2zM19 9h-4V3H9v6H5l7 7 7-7z"/>
65+
</svg>
66+
0
67+
</div>
68+
69+
</div>
70+
</div>
71+
<div class="model-name-container">
72+
<h3 class="model-name" title="A2fm 32b Rl I1">A2fm 32b Rl I1</h3>
73+
</div>
74+
<div class="model-details">
75+
<span class="detail-label">Quantization:</span>
76+
<span class="detail-value">
77+
<span class="quantization-badge">Q6_K</span>
78+
</span>
79+
<span class="detail-label">File Size:</span>
80+
<span class="detail-value">25.0 GB</span>
81+
<span class="detail-label">Model Type:</span>
82+
<span class="detail-value">Unknown</span>
83+
<span class="detail-label">License:</span>
84+
<span class="detail-value" title="Not specified">Not specified</span>
85+
<span class="detail-label">Upload Date:</span>
86+
<span class="detail-value">October 24, 2025 (Recently uploaded)</span>
87+
</div>
88+
89+
<div class="system-requirements">
90+
<h4 class="requirements-title">System Requirements</h4>
91+
<div class="requirements-grid">
92+
<div class="requirement-item">
93+
<div class="requirement-icon">🖥️</div>
94+
<div class="requirement-content">
95+
<span class="requirement-label">CPU</span>
96+
<span class="requirement-value">8+ cores</span>
97+
</div>
98+
</div>
99+
<div class="requirement-item">
100+
<div class="requirement-icon">💾</div>
101+
<div class="requirement-content">
102+
<span class="requirement-label">RAM</span>
103+
<span class="requirement-value">51+ GB</span>
104+
</div>
105+
</div>
106+
107+
<div class="requirement-item gpu-required">
108+
<div class="requirement-icon">🎮</div>
109+
<div class="requirement-content">
110+
<span class="requirement-label">GPU</span>
111+
<span class="requirement-value">Recommended</span>
112+
</div>
113+
</div>
114+
115+
</div>
116+
117+
<div class="compatibility-indicator">
118+
<span class="compatibility-status compatible">✅ Enthusiast+ compatible</span>
119+
</div>
120+
121+
</div>
122+
123+
<div class="model-actions">
124+
<a href="https://huggingface.co/mradermacher/A2FM-32B-rl-i1-GGUF/resolve/main/A2FM-32B-rl.i1-Q6_K.gguf" class="btn btn-primary">
125+
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
126+
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/>
127+
<polyline points="7,10 12,15 17,10"/>
128+
<line x1="12" y1="15" x2="12" y2="3"/>
129+
</svg>
130+
Download GGUF
131+
</a>
132+
<a href="https://huggingface.co/mradermacher/A2FM-32B-rl-i1-GGUF" class="btn btn-secondary">
133+
<svg width="16" height="16" viewBox="0 0 24 24" fill="currentColor">
134+
<path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/>
135+
</svg>
136+
Hugging Face
137+
</a>
138+
</div>
139+
<div class="meta">
140+
<p>Pre-rendered page for A2fm 32b Rl I1. <a href="https://local-ai-zone.github.io/?model=a2fm-32b-rl-i1">View in full site</a> | <a href="https://local-ai-zone.github.io">Browse all models</a></p>
141+
</div>
142+
</div>
143+
</div>
144+
</body>
145+
</html>

models/a2fm-32b-rl.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>A2fm 32b Rl - GGUF Model</title>
7-
<meta name="description" content="Download A2fm 32b Rl GGUF model. 32.4 GB, 0 downloads, 0 likes.">
7+
<meta name="description" content="Download A2fm 32b Rl GGUF model. 32.4 GB, 268 downloads, 0 likes.">
88
<meta name="keywords" content="A2fm 32b Rl, GGUF, Q8_0, Unknown, download, AI model">
99
<link rel="canonical" href="https://local-ai-zone.github.io/models/a2fm-32b-rl.html">
1010
<meta property="og:title" content="A2fm 32b Rl - GGUF Model">
11-
<meta property="og:description" content="Download A2fm 32b Rl GGUF model. 32.4 GB, 0 downloads.">
11+
<meta property="og:description" content="Download A2fm 32b Rl GGUF model. 32.4 GB, 268 downloads.">
1212
<meta property="og:url" content="https://local-ai-zone.github.io/models/a2fm-32b-rl.html">
1313
<meta property="og:type" content="website">
1414
<style>
@@ -59,11 +59,11 @@
5959
<div class="model-card-header">
6060
<div class="model-number">#1</div>
6161
<div class="model-metrics">
62-
<div class="download-count" title="0 downloads">
62+
<div class="download-count" title="268 downloads">
6363
<svg width="16" height="16" viewBox="0 0 24 24" fill="currentColor">
6464
<path d="M5 20h14v-2H5v2zM19 9h-4V3H9v6H5l7 7 7-7z"/>
6565
</svg>
66-
0
66+
268
6767
</div>
6868

6969
</div>

models/advance-coder-phi4.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Advance Coder Phi4 - GGUF Model</title>
7-
<meta name="description" content="Download Advance Coder Phi4 GGUF model. 2.3 GB, 58 downloads, 0 likes.">
7+
<meta name="description" content="Download Advance Coder Phi4 GGUF model. 2.3 GB, 127 downloads, 0 likes.">
88
<meta name="keywords" content="Advance Coder Phi4, GGUF, Q4_K_M, Phi, download, AI model">
99
<link rel="canonical" href="https://local-ai-zone.github.io/models/advance-coder-phi4.html">
1010
<meta property="og:title" content="Advance Coder Phi4 - GGUF Model">
11-
<meta property="og:description" content="Download Advance Coder Phi4 GGUF model. 2.3 GB, 58 downloads.">
11+
<meta property="og:description" content="Download Advance Coder Phi4 GGUF model. 2.3 GB, 127 downloads.">
1212
<meta property="og:url" content="https://local-ai-zone.github.io/models/advance-coder-phi4.html">
1313
<meta property="og:type" content="website">
1414
<style>
@@ -59,11 +59,11 @@
5959
<div class="model-card-header">
6060
<div class="model-number">#1</div>
6161
<div class="model-metrics">
62-
<div class="download-count" title="58 downloads">
62+
<div class="download-count" title="127 downloads">
6363
<svg width="16" height="16" viewBox="0 0 24 24" fill="currentColor">
6464
<path d="M5 20h14v-2H5v2zM19 9h-4V3H9v6H5l7 7 7-7z"/>
6565
</svg>
66-
58
66+
127
6767
</div>
6868

6969
</div>

models/aeb-tdu-ex02retre.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Aeb Tdu Ex02retre - GGUF Model</title>
7-
<meta name="description" content="Download Aeb Tdu Ex02retre GGUF model. 4.6 GB, 20 downloads, 0 likes.">
7+
<meta name="description" content="Download Aeb Tdu Ex02retre GGUF model. 4.6 GB, 29 downloads, 0 likes.">
88
<meta name="keywords" content="Aeb Tdu Ex02retre, GGUF, Q4_K_M, Llama, download, AI model">
99
<link rel="canonical" href="https://local-ai-zone.github.io/models/aeb-tdu-ex02retre.html">
1010
<meta property="og:title" content="Aeb Tdu Ex02retre - GGUF Model">
11-
<meta property="og:description" content="Download Aeb Tdu Ex02retre GGUF model. 4.6 GB, 20 downloads.">
11+
<meta property="og:description" content="Download Aeb Tdu Ex02retre GGUF model. 4.6 GB, 29 downloads.">
1212
<meta property="og:url" content="https://local-ai-zone.github.io/models/aeb-tdu-ex02retre.html">
1313
<meta property="og:type" content="website">
1414
<style>
@@ -59,11 +59,11 @@
5959
<div class="model-card-header">
6060
<div class="model-number">#1</div>
6161
<div class="model-metrics">
62-
<div class="download-count" title="20 downloads">
62+
<div class="download-count" title="29 downloads">
6363
<svg width="16" height="16" viewBox="0 0 24 24" fill="currentColor">
6464
<path d="M5 20h14v-2H5v2zM19 9h-4V3H9v6H5l7 7 7-7z"/>
6565
</svg>
66-
20
66+
29
6767
</div>
6868

6969
</div>
Lines changed: 137 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,137 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Aeb Tdu Ex02retreagainv2 - GGUF Model</title>
7+
<meta name="description" content="Download Aeb Tdu Ex02retreagainv2 GGUF model. 4.6 GB, 0 downloads, 0 likes.">
8+
<meta name="keywords" content="Aeb Tdu Ex02retreagainv2, GGUF, Q4_K_M, Llama, download, AI model">
9+
<link rel="canonical" href="https://local-ai-zone.github.io/models/aeb-tdu-ex02retreagainv2.html">
10+
<meta property="og:title" content="Aeb Tdu Ex02retreagainv2 - GGUF Model">
11+
<meta property="og:description" content="Download Aeb Tdu Ex02retreagainv2 GGUF model. 4.6 GB, 0 downloads.">
12+
<meta property="og:url" content="https://local-ai-zone.github.io/models/aeb-tdu-ex02retreagainv2.html">
13+
<meta property="og:type" content="website">
14+
<style>
15+
:root{--primary-color:#3B82F6;--secondary-color:#6B7280;--success-color:#10B981;--card-background:#FFFFFF;--text-primary:#111827;--text-secondary:#6B7280;--border-color:#E5E7EB;--border-radius:8px;--shadow-md:0 4px 6px -1px rgba(0,0,0,0.1);--transition:all 0.2s ease-in-out}
16+
*{box-sizing:border-box;margin:0;padding:0}
17+
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;background:#F9FAFB;color:var(--text-primary);line-height:1.6;padding:20px}
18+
.container{max-width:400px;margin:0 auto}
19+
.model-card{background:var(--card-background);border:1px solid var(--border-color);border-radius:var(--border-radius);padding:1.5rem;box-shadow:var(--shadow-md)}
20+
.model-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}
21+
.model-number{background:var(--primary-color);color:white;padding:0.25rem 0.5rem;border-radius:var(--border-radius);font-size:0.75rem;font-weight:600}
22+
.model-metrics{display:flex;align-items:center;gap:0.75rem}
23+
.download-count,.engagement-count{display:flex;align-items:center;gap:0.25rem;font-size:0.75rem;color:var(--text-secondary)}
24+
.engagement-count .engagement-icon{font-size:0.875rem}
25+
.engagement-count .engagement-number{font-weight:500}
26+
.model-name-container{margin-bottom:1rem}
27+
.model-name{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:0;word-break:break-word}
28+
.model-details{display:grid;grid-template-columns:auto 1fr;gap:0.5rem 1rem;margin-bottom:1.5rem;font-size:0.875rem}
29+
.detail-label{color:var(--text-secondary);font-weight:500}
30+
.detail-value{color:var(--text-primary)}
31+
.quantization-badge{background:#EFF6FF;color:var(--primary-color);padding:0.125rem 0.5rem;border-radius:9999px;font-size:0.75rem;font-weight:500}
32+
.system-requirements{margin-bottom:1.5rem;padding:1rem;background:#F8FAFC;border:1px solid var(--border-color);border-radius:var(--border-radius)}
33+
.requirements-title{font-size:0.875rem;font-weight:600;color:var(--text-primary);margin-bottom:0.75rem}
34+
.requirements-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:0.75rem}
35+
.requirement-item{display:flex;align-items:center;gap:0.5rem}
36+
.requirement-item.gpu-required{grid-column:1/-1}
37+
.requirement-icon{font-size:1rem}
38+
.requirement-content{display:flex;flex-direction:column;gap:0.125rem}
39+
.requirement-label{font-size:0.75rem;color:var(--text-secondary);font-weight:500}
40+
.requirement-value{font-size:0.75rem;color:var(--text-primary);font-weight:600}
41+
.compatibility-indicator{margin-top:0.5rem;text-align:center}
42+
.compatibility-status{font-size:0.75rem;padding:0.25rem 0.5rem;border-radius:var(--border-radius);font-weight:500}
43+
.compatibility-status.compatible{background:#DCFCE7;color:#166534}
44+
.compatibility-status.incompatible{background:#FEE2E2;color:#DC2626}
45+
.model-actions{display:flex;gap:0.5rem;flex-wrap:wrap}
46+
.btn{display:inline-flex;align-items:center;gap:0.5rem;padding:0.5rem 1rem;border-radius:var(--border-radius);text-decoration:none;font-size:0.875rem;font-weight:500;transition:var(--transition)}
47+
.btn-primary{background:var(--primary-color);color:white}
48+
.btn-primary:hover{background:#2563EB}
49+
.btn-secondary{background:#F3F4F6;color:var(--text-primary);border:1px solid var(--border-color)}
50+
.btn-secondary:hover{background:#E5E7EB}
51+
.meta{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--border-color);font-size:0.75rem;color:var(--text-secondary)}
52+
.meta a{color:var(--primary-color);text-decoration:none}
53+
.meta a:hover{text-decoration:underline}
54+
</style>
55+
</head>
56+
<body>
57+
<div class="container">
58+
<div class="model-card">
59+
<div class="model-card-header">
60+
<div class="model-number">#1</div>
61+
<div class="model-metrics">
62+
<div class="download-count" title="0 downloads">
63+
<svg width="16" height="16" viewBox="0 0 24 24" fill="currentColor">
64+
<path d="M5 20h14v-2H5v2zM19 9h-4V3H9v6H5l7 7 7-7z"/>
65+
</svg>
66+
0
67+
</div>
68+
69+
</div>
70+
</div>
71+
<div class="model-name-container">
72+
<h3 class="model-name" title="Aeb Tdu Ex02retreagainv2">Aeb Tdu Ex02retreagainv2</h3>
73+
</div>
74+
<div class="model-details">
75+
<span class="detail-label">Quantization:</span>
76+
<span class="detail-value">
77+
<span class="quantization-badge">Q4_K_M</span>
78+
</span>
79+
<span class="detail-label">File Size:</span>
80+
<span class="detail-value">4.6 GB</span>
81+
<span class="detail-label">Model Type:</span>
82+
<span class="detail-value">Llama</span>
83+
<span class="detail-label">License:</span>
84+
<span class="detail-value" title="Not specified">Not specified</span>
85+
<span class="detail-label">Upload Date:</span>
86+
<span class="detail-value">October 24, 2025 (Recently uploaded)</span>
87+
</div>
88+
89+
<div class="system-requirements">
90+
<h4 class="requirements-title">System Requirements</h4>
91+
<div class="requirements-grid">
92+
<div class="requirement-item">
93+
<div class="requirement-icon">🖥️</div>
94+
<div class="requirement-content">
95+
<span class="requirement-label">CPU</span>
96+
<span class="requirement-value">6+ cores</span>
97+
</div>
98+
</div>
99+
<div class="requirement-item">
100+
<div class="requirement-icon">💾</div>
101+
<div class="requirement-content">
102+
<span class="requirement-label">RAM</span>
103+
<span class="requirement-value">7+ GB</span>
104+
</div>
105+
</div>
106+
107+
</div>
108+
109+
<div class="compatibility-indicator">
110+
<span class="compatibility-status compatible">✅ Mid Range+ compatible</span>
111+
</div>
112+
113+
</div>
114+
115+
<div class="model-actions">
116+
<a href="https://huggingface.co/BreadHead/aeb_tdu_ex02ReTreAgainV2/resolve/main/meta-llama-3.1-8b.Q4_K_M.gguf" class="btn btn-primary">
117+
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
118+
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/>
119+
<polyline points="7,10 12,15 17,10"/>
120+
<line x1="12" y1="15" x2="12" y2="3"/>
121+
</svg>
122+
Download GGUF
123+
</a>
124+
<a href="https://huggingface.co/BreadHead/aeb_tdu_ex02ReTreAgainV2" class="btn btn-secondary">
125+
<svg width="16" height="16" viewBox="0 0 24 24" fill="currentColor">
126+
<path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/>
127+
</svg>
128+
Hugging Face
129+
</a>
130+
</div>
131+
<div class="meta">
132+
<p>Pre-rendered page for Aeb Tdu Ex02retreagainv2. <a href="https://local-ai-zone.github.io/?model=aeb-tdu-ex02retreagainv2">View in full site</a> | <a href="https://local-ai-zone.github.io">Browse all models</a></p>
133+
</div>
134+
</div>
135+
</div>
136+
</body>
137+
</html>

0 commit comments

Comments
 (0)