Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>CSV to HTML Table</title>
<meta name="author" content="Derek Eder">
<meta content="Display any CSV file as a searchable, filterable, pretty HTML table">
<title>AI Model Reference</title>
<meta name="author" content="Rafael Ben-Ari">
<meta content="An Open Source reference for Gen AI model VRAM requirements for AI Engineers.">

<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS"
Expand All @@ -20,8 +20,8 @@
<main class="row">
<div class="col">
<h1>AI Model Reference</h1>
<p>An Open Source reference for Gen AI model requirements (starting with VRAM) for AI Engineers.</p>
<p>Contributions to this reference are welcome. Please <a href="https://github.com/imraf/ai-model-reference" target="blank">reach out.</a></p>
<p>An Open Source reference for Gen AI model VRAM requirements for AI Engineers.</p>
<p>Contributions welcome. Please contribute <a href="https://github.com/imraf/ai-model-reference" target="_blank">here.</a></p>
<div id="table-container"></div>
</div>
</main>
Expand Down