
Description
Configure the Vision Language Model (VLM) used for analyzing experiment plots. Use when the user asks to change the VLM provider or model, adjust temperature or max_tokens, enable or disable thinking mode, or troubleshoot VLM-related behavior in config.yaml.
SKILL.md
VLM Configuration
The VLM (Vision Language Model) is configured in config.yaml under the vlm section.
Config Location
config.yaml (in the project root)
Current Config Structure
vlm:
provider: "nvidia"
model: "nvidia/ising-calibration-1-35b-a3b"
api_key_env: "NVIDIA_API_KEY"
temperature: 0.2
max_tokens: 32768
enable_thinking: false
Supported Models (NVIDIA API)
| Model | Provider | Notes |
|---|---|---|
nvidia/ising-calibration-1-35b-a3b | NVIDIA | Default, fine-tuned for calibration |
google/gemma-4-31b-it | General-purpose 31B | |
meta/llama-3.2-90b-vision-instruct | Meta | Most capable |
meta/llama-3.2-11b-vision-instruct | Meta | Balanced |
microsoft/phi-3.5-vision-instruct | Microsoft | Lightweight |
Environment Variables
The VLM uses NVIDIA_API_KEY (same key as the main LLM).
To Change VLM
- Read current config.yaml
- Edit the
vlmsection with new values - Changes take effect immediately on next
vlm_inspectcall (no restart needed)
More skills from the Quantum-Calibration-Agent-Blueprint repository
View all 6 skillsanalysis-scripts
analyze quantum experiment data
Jul 14Data AnalysisNVIDIAPythonQuantum Computingexperiment-execution
run quantum calibration experiments
Jul 14BenchmarkingNVIDIAQuantum ComputingSimulationworkflow-execution
execute quantum calibration workflows
Jul 14AutomationNVIDIAQuantum ComputingWorkflow Automationworkflow-planning
plan quantum calibration workflows
Jul 14NVIDIAPlanningQuantum ComputingWorkflow Automationwriting-experiment-scripts
author quantum experiment scripts
Jul 14LaboratoryNVIDIAPythonQuantum Computing
More from NVIDIA
View publishernemoclaw-user-guide
retrieve NemoClaw documentation and configuration
NemoClaw
Jul 20DocumentationMCPSearchmcore-build-and-dependency
manage Megatron-LM development environments
Megatron-LM
Jul 14ContainersDeploymentPythonmcore-bump-base-image
update NVIDIA PyTorch base images
Megatron-LM
Jul 14CI/CDDeploymentmcore-cicd
manage CI/CD pipelines for Megatron-LM
Megatron-LM
Jul 14CI/CDDeploymentGitHubmcore-create-issue
investigate CI failures and create issues
Megatron-LM
Jul 14DebuggingGitHubTriagemcore-linting-and-formatting
lint and format Megatron-LM code
Megatron-LM
Jul 14Best PracticesCode Analysis