llmfit 0.3.3

Right-size LLM models to your system hardware. Interactive TUI and CLI to match models against available RAM, CPU, and GPU.
1
2
3
4
5
6
7
8
9
10
11
12
<html>
<head>
  <meta charset="utf-8">
  <title>llmfit</title>
</head>
<body>
  <h1>llmfit</h1>
  <p>Match LLM models to your hardware.</p>
  <pre>curl -fsSL https://llmfit.axjns.dev/install.sh | sh</pre>
  <p><a href="https://github.com/AlexsJones/llmfit">GitHub</a></p>
</body>
</html>