Type Alias: GgufTensorInfo
ts
type GgufTensorInfo: {
name: string;
dimensions: readonly (number | bigint)[];
ggmlType: GgmlType;
offset: number | bigint;
};
Type declaration
name
ts
readonly name: string;
dimensions
ts
readonly dimensions: readonly (number | bigint)[];
ggmlType
ts
readonly ggmlType: GgmlType;
offset
ts
readonly offset: number | bigint;