UNPKG

llm-checker

Version:

Intelligent CLI tool with AI-powered model selection that analyzes your hardware and recommends optimal LLM models for your system

36 lines 732 B
{ "name": "ollama-ai-selector", "version": "1.0.0", "description": "AI-powered model selector for Ollama using TabTransformer", "main": "index.js", "bin": { "ollama-select": "./cli.js" }, "scripts": { "test": "node test.js", "dev": "node cli.js" }, "dependencies": { "onnxruntime-node": "^1.16.0", "systeminformation": "^5.21.0" }, "files": [ "index.js", "cli.js", "test.js", "../trained/model_quantized.onnx", "../trained/scaler.joblib", "../trained/label_encoders.joblib", "../trained/metadata.json" ], "keywords": [ "ollama", "ai", "ml", "model-selection", "onnx", "transformer" ], "author": "LLM Checker", "license": "MIT" }