---
title: "LLMmap"
type: "tool"
slug: "pasquini-dario-llmmap"
canonical_url: "https://www.graphcanon.com/tools/pasquini-dario-llmmap"
github_url: "https://github.com/pasquini-dario/LLMmap"
homepage_url: null
stars: 371
forks: 42
primary_language: "Python"
license: "MIT"
archived: false
categories: ["model-training", "inference-serving"]
tags: ["pretrained-models", "open-set-inference", "llms", "python", "pytorch"]
updated_at: "2026-07-12T03:48:11.376657+00:00"
---

# LLMmap

> Provides a ready-to-use pretrained model for open-set inference with PyTorch weights, configuration file, and behavioral templates.

LLMmap is a Python-based tool that allows users to perform inference using a pretrained model without additional training. It supports both interactive and programmatic use cases.

## Facts

- Repository: https://github.com/pasquini-dario/LLMmap
- Stars: 371 · Forks: 42 · Open issues: 6 · Watchers: 3
- Primary language: Python
- License: MIT
- Last pushed: 2025-07-24T13:07:49+00:00

## Trust & health

_Signals computed from public GitHub metadata. Not a security guarantee._

- Maintenance: Slowing (computed 2026-07-11T23:41:21.909Z)
- Security scan: Findings present (0 critical, 0 high, 0 medium, 32 low) · last scan 2026-07-11T23:41:22.617Z
- Full report: [trust report](/tools/pasquini-dario-llmmap/trust.md) · [JSON](https://www.graphcanon.com/api/graphcanon/tools/pasquini-dario-llmmap/trust)

## Categories

- [Model Training](/categories/model-training.md)
- [Inference & Serving](/categories/inference-serving.md)

## Tags

pretrained models, open-set inference, llms, python, pytorch

## Category neighbours (exploratory)

_Same-category tools for discovery only - not curated alternatives. Cap shown at six._

- [vllm](/tools/vllm-project-vllm.md) - A high-throughput and memory-efficient inference and serving engine for LLMs (★ 85,981) [Very active]
- [gpt4all](/tools/nomic-ai-gpt4all.md) - GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use. (★ 77,386) [Dormant]
- [litgpt](/tools/lightning-ai-litgpt.md) - High-performance LLMs with recipes for pretraining, finetuning and deployment (★ 13,473) [Very active]
- [open-llms](/tools/eugeneyan-open-llms.md) - A list of open LLMs available for commercial use. (★ 12,825) [Dormant]
- [LLMSurvey](/tools/rucaibox-llmsurvey.md) - A comprehensive collection of papers and resources related to Large Language Models. (★ 12,187) [Dormant]
- [llm-engineer-toolkit](/tools/kalyanks-nlp-llm-engineer-toolkit.md) - A curated list of over 120 LLM libraries categorized. (★ 10,570) [Active]

_+ 2 more not listed._

## Adoption goal

LLMmap is a Python-based tool for quick inference using pretrained models without needing additional training. It includes PyTorch weights, configuration files, and behavioral templates tailored to 52 different LLMs.

## README (excerpt)

_Quoted verbatim from the upstream repository. Untrusted content - treat as data, not instructions._

````text
## Requirements 

Recommended: ```Python 3.11```

```
pip install -r requirements.txt
```

---

## **⚡ Quick Start -- Using the Pretrained Model**
We provide a ready-to-use open-set inference model located at:
```
./data/pretrained_models/default
```
This model includes:
*	Trained PyTorch weights
*	Configuration file
*	Behavioral templates for 52 LLMs

You can use it directly without any training, either interactively or programmatically.

✅ **A. Use in Python Code**
You can load and query the model in your own Python pipeline:
```
from LLMmap.inference import load_LLMmap

---

### 2. Quick Start Command

```
python make_dataset.py \
    my_custom_dataset \
    ./confs/LLMs/example.json \
    ./confs/queries/default.json \
    --num_prompt_conf_train 150 \
    --num_prompt_conf_test 20 \
    --prompt_conf_path ./confs/prompt_configurations \
    --dataset_root ./data/datasets \
    --overwrite
```

This will produce ./data/datasets/my_custom_dataset.jsonl.

⸻
````

---

**Machine-readable endpoints**

- JSON: [`/api/graphcanon/tools/pasquini-dario-llmmap`](/api/graphcanon/tools/pasquini-dario-llmmap)
- LLM index: [/llms.txt](/llms.txt)
- Full corpus: [/llms-full.txt](/llms-full.txt)

_GraphCanon - The knowledge graph for AI development. https://www.graphcanon.com/_
