Skip to main content

Test (09)

Run text generation on GGUF or SafeTensors models with real-time token streaming, 6 quick test presets, and full control over generation parameters. Test Module

Model Selection

Manual Path

Type or paste a file/folder path

Browse

Click FILE or FOLDER to open system dialog

Use Loaded

Quick button for the currently loaded model

Local Library

Click a chip from your downloaded models
For SafeTensors models, use the folder path (containing config.json and tokenizer), not an individual .safetensors file.

Quick Test Presets

Click a preset to instantly fill in a test prompt:

Inference Engines

Generation Settings

System Prompt

Add a custom system message to guide model behavior (e.g., “You are a helpful coding assistant.”).

Output

Tokens stream into the output panel in real time. After completion, a stats bar shows:

GPU Acceleration

  • GGUF: Uses GPU if llama.cpp was installed with CUDA or Vulkan variant. GPU layers setting controls how many layers are offloaded to GPU.
  • SafeTensors: Tries CUDA GPU first; falls back to CPU if out of memory.