local-ml-hosting

Host and evaluate local machine learning models with Ollama and VRAM-based selection.

Updated Jul 3, 2026
One-click install
npx skills add https://github.com/Toqsick/MaxClaw --skill local-ml-hosting
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: local-ml-hosting
Source: https://github.com/Toqsick/MaxClaw/tree/main/.claude/skills/local-ml-hosting
Command: npx skills add https://github.com/Toqsick/MaxClaw --skill local-ml-hosting

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ollama, hermes, lm-eval, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenges of hosting and evaluating machine learning models locally, ensuring optimal performance and compatibility with various environments.

Core Features & Use Cases

  • Local ML Model Hosting: Self-host models like Ollama for on-premise evaluation and deployment.
  • Model Selection by VRAM: Efficiently select models based on available VRAM, optimizing performance.
  • Hermes Integration: Seamlessly integrate with Hermes for advanced functionality and customization.
  • LLM Evaluation Benchmarks: Offers benchmarks for evaluating the performance of large language models.
  • Use Case: Ideal for data scientists and ML engineers looking to evaluate and deploy models in a controlled, self-hosted environment.

Quick Start

Install the 'local-ml-hosting' skill and run the following command to evaluate a model: lm_eval --model ollama --model_args model=deepseek-r1:8b --tasks mmlu

Frequently Asked Questions about local-ml-hosting

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I evaluate large language models locally using Ollama?

You can evaluate large language models locally by running lm-eval benchmarks against an Ollama hosted model. For example, execute `lm_eval --model ollama --model_args model=deepseek-r1:8b --tasks mmlu` to test performance.

How do I select a local ML model based on my available VRAM?

Selecting a local ML model based on VRAM optimizes performance by matching model size to your hardware capacity. This Skill provides automated model selection features to ensure efficient on-premise deployment without exceeding memory limits.

Do I need Hermes and lm-eval installed to host models locally?

Yes, you need Hermes and lm-eval installed alongside Ollama to execute this local hosting environment. These dependencies are required to enable advanced customization and run the integrated LLM evaluation benchmarks.

What is the best way to run LLM evaluation benchmarks in a self-hosted environment?

The best way to run LLM evaluation benchmarks in a self-hosted environment is using a local ML hosting setup with Ollama and lm-eval. This approach provides controlled, on-premise testing for data scientists without external API dependencies.

Can I integrate Hermes with Ollama for local model evaluation?

Yes, you can integrate Hermes with Ollama to add advanced functionality and customization to your local model evaluation workflow. This integration allows seamless operation within your self-hosted machine learning infrastructure.

Why does local ML model evaluation require VRAM-based selection?

Local ML model evaluation requires VRAM-based selection to prevent memory overflow and ensure optimal execution speed. Matching the model size to your available video memory guarantees efficient performance during self-hosted deployment.