llm-checker 3.5.1 → 3.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,34 +1,28 @@
1
- <p align="center">
2
- <img src="https://raw.githubusercontent.com/Pavelevich/llm-checker/main/assets/llm-checker-logo.gif" alt="LLM Checker Animated Logo" width="760">
3
- </p>
4
-
5
- <h1 align="center">LLM Checker</h1>
6
- <p align="center"><strong>Intelligent Ollama Model Selector</strong></p>
7
- <p align="center">
8
- AI-powered CLI that analyzes your hardware and recommends optimal LLM models<br/>
9
- Deterministic scoring across <b>200+ dynamic models</b> (35+ curated fallback) with hardware-calibrated memory estimation
10
- </p>
11
-
12
- <p align="center">
13
- <a href="https://www.npmjs.com/package/llm-checker"><img src="https://img.shields.io/npm/v/llm-checker?style=flat-square&color=0066FF" alt="npm version"></a>
14
- <a href="https://www.npmjs.com/package/llm-checker"><img src="https://img.shields.io/npm/dm/llm-checker?style=flat-square&color=0066FF" alt="npm downloads"></a>
15
- <a href="LICENSE"><img src="https://img.shields.io/badge/License-NPDL--1.0-CC3300?style=flat-square" alt="License"></a>
16
- <a href="https://discord.gg/mnmYrA7T"><img src="https://img.shields.io/discord/1457032977849520374?style=flat-square&color=0066FF&label=Discord" alt="Discord"></a>
17
- <a href="https://nodejs.org/"><img src="https://img.shields.io/badge/node-%3E%3D16-0066FF?style=flat-square" alt="Node.js"></a>
18
- </p>
19
-
20
- <p align="center">
21
- <a href="#start-here-2-minutes">Start Here</a> &bull;
22
- <a href="#installation">Installation</a> &bull;
23
- <a href="#quick-start">Quick Start</a> &bull;
24
- <a href="#calibration-quick-start-10-minutes">Calibration Quick Start</a> &bull;
25
- <a href="https://github.com/Pavelevich/llm-checker/tree/main/docs">Docs</a> &bull;
26
- <a href="#claude-code-mcp">Claude MCP</a> &bull;
27
- <a href="#commands">Commands</a> &bull;
28
- <a href="#scoring-system">Scoring</a> &bull;
29
- <a href="#supported-hardware">Hardware</a> &bull;
30
- <a href="https://discord.gg/mnmYrA7T"><img src="https://cdn.simpleicons.org/discord/0066FF" alt="Discord" width="14" height="14"> Discord</a>
31
- </p>
1
+ # LLM Checker
2
+
3
+ ![LLM Checker Animated Logo](https://raw.githubusercontent.com/Pavelevich/llm-checker/main/assets/llm-checker-logo.gif)
4
+
5
+ **Intelligent Ollama Model Selector**
6
+
7
+ AI-powered CLI that analyzes your hardware and recommends optimal LLM models.
8
+ Deterministic scoring across **200+ dynamic models** (35+ curated fallback) with hardware-calibrated memory estimation.
9
+
10
+ [![npm version](https://img.shields.io/npm/v/llm-checker?style=flat-square&color=0066FF)](https://www.npmjs.com/package/llm-checker)
11
+ [![npm downloads](https://img.shields.io/npm/dm/llm-checker?style=flat-square&color=0066FF)](https://www.npmjs.com/package/llm-checker)
12
+ [![License](https://img.shields.io/badge/License-NPDL--1.0-CC3300?style=flat-square)](LICENSE)
13
+ [![Discord](https://img.shields.io/discord/1457032977849520374?style=flat-square&color=0066FF&label=Discord)](https://discord.gg/mnmYrA7T)
14
+ [![Node.js](https://img.shields.io/badge/node-%3E%3D16-0066FF?style=flat-square)](https://nodejs.org/)
15
+
16
+ [Start Here](#start-here-2-minutes)
17
+ [Installation](#installation)
18
+ [Quick Start](#quick-start) •
19
+ [Calibration Quick Start](#calibration-quick-start-10-minutes) •
20
+ [Docs](https://github.com/Pavelevich/llm-checker/tree/main/docs)
21
+ [Claude MCP](#claude-code-mcp)
22
+ [Commands](#commands)
23
+ [Scoring](#scoring-system)
24
+ [Hardware](#supported-hardware)
25
+ [Discord](https://discord.gg/mnmYrA7T)
32
26
 
33
27
  ---
34
28
 
@@ -355,6 +349,10 @@ llm-checker search "qwen coder" --json
355
349
  | `installed` | Rank your installed Ollama models by compatibility |
356
350
  | `ollama-plan` | Compute safe Ollama runtime env vars (`NUM_CTX`, `NUM_PARALLEL`, `MAX_LOADED_MODELS`) for selected local models |
357
351
  | `mcp-setup` | Print/apply Claude MCP setup command and config snippet (`--apply`, `--json`, `--npx`) |
352
+ | `gpu-plan` | Multi-GPU placement advisor with single/pooled model-size envelopes |
353
+ | `verify-context` | Verify practical context-window limits for a local model |
354
+ | `amd-guard` | AMD/Windows reliability guard with mitigation hints |
355
+ | `toolcheck` | Test tool-calling compatibility for local models |
358
356
 
359
357
  ### Advanced Commands (require `sql.js`)
360
358
 
@@ -873,11 +871,9 @@ See [LICENSE](https://github.com/Pavelevich/llm-checker/blob/main/LICENSE) for f
873
871
 
874
872
  ---
875
873
 
876
- <p align="center">
877
- <a href="https://github.com/Pavelevich/llm-checker">GitHub</a> &bull;
878
- <a href="https://github.com/Pavelevich/llm-checker/releases">Releases</a> &bull;
879
- <a href="https://www.npmjs.com/package/llm-checker">npm</a> &bull;
880
- <a href="https://github.com/users/Pavelevich/packages/npm/package/llm-checker">GitHub Packages</a> &bull;
881
- <a href="https://github.com/Pavelevich/llm-checker/issues">Issues</a> &bull;
882
- <a href="https://discord.gg/mnmYrA7T">Discord</a>
883
- </p>
874
+ [GitHub](https://github.com/Pavelevich/llm-checker)
875
+ [Releases](https://github.com/Pavelevich/llm-checker/releases)
876
+ [npm](https://www.npmjs.com/package/llm-checker)
877
+ [GitHub Packages](https://github.com/users/Pavelevich/packages/npm/package/llm-checker)
878
+ [Issues](https://github.com/Pavelevich/llm-checker/issues)
879
+ [Discord](https://discord.gg/mnmYrA7T)