5 lines
188 B
Python
5 lines
188 B
Python
"""Pydantic models for llm-gguf-tools.
|
|
|
|
This module provides structured data models for quantisation and conversion
|
|
operations, ensuring type safety and validation across the toolset.
|
|
"""
|