File size: 2,009 Bytes
97eaac8
ddeeb41
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0e19830
ddeeb41
 
 
 
 
 
 
0e19830
ddeeb41
 
 
 
 
 
 
 
97eaac8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <meta name="description" content="Verified local inference packages for Mirid." />
    <title>Mirid Runtime Registry</title>
    <link rel="stylesheet" href="styles.css" />
  </head>
  <body>
    <main>
      <header>
        <p class="eyebrow">Mirid · Reason. Trust. Fidelity.</p>
        <h1>Local inference, without the archaeology.</h1>
        <p class="lede">
          Mirid chooses the right engine for the computer in front of it. These are the exact,
          verified packages behind that promise.
        </p>
      </header>
      <section class="notice">
        <strong>CPU support is the foundation.</strong>
        Acceleration is optional, independently installed, and allowed to fail safely.
      </section>
      <section class="filters" aria-label="Package filters">
        <label>
          Platform
          <select id="platform-filter"><option value="">Every platform</option></select>
        </label>
        <label>
          Workload
          <select id="family-filter">
            <option value="">Text and image</option>
            <option value="text">Text</option>
            <option value="image">Image</option>
            <option value="binding">Python bindings</option>
          </select>
        </label>
        <label>
          Acceleration
          <select id="accelerator-filter"><option value="">Every backend</option></select>
        </label>
      </section>
      <p id="status" role="status">Reading the verified catalogue…</p>
      <section id="package-list" class="package-list" aria-live="polite"></section>
      <footer>
        <a href="https://huggingface.co/datasets/boneylizardwizard/mirid-runtime-packs">Browse the repository</a>
        <span>Packages remain subject to their upstream licences.</span>
      </footer>
    </main>
    <script src="app.js"></script>
  </body>
</html>