5 lines
196 B
Python
5 lines
196 B
Python
"""Utility functions for llm-gguf-tools.
|
|
|
|
Provides low-level utilities for tensor mapping, configuration parsing,
|
|
and other common operations. Uses UK English spelling conventions throughout.
|
|
"""
|