PerroPastor icon indicating copy to clipboard operation
PerroPastor copied to clipboard

Tried running it with q5_1 ggml files but it is interpreting them as q6_k

Open dreemur99 opened this issue 1 year ago • 5 comments

KeyNotFoundException: The given key 'Q6_K' was not present in the dictionary. System.Collections.Generic.Dictionary2[TKey,TValue].get_Item (TKey key) (at <e40e5a8f982c4b618a930d29f9bd091c>:0) GGMLTraitTypeExtensions.GetTraits (GGMLType type) (at D:/01_Unity/2023-09-29_PerroPastor-master/UnityPackage/Loaders/GGMLTypes.cs:189) GGMLLoader.CalculateTensorSize (TensorMeta tensor) (at D:/01_Unity/2023-09-29_PerroPastor-master/UnityPackage/Loaders/GGMLLoader.cs:341) GGMLLoader.ReadTensorMetadata (System.IO.BinaryReader reader, GGMLFileVersion fileVersion) (at D:/01_Unity/2023-09-29_PerroPastor-master/UnityPackage/Loaders/GGMLLoader.cs:331) GGMLLoader.LoadMetadata (System.String path) (at D:/01_Unity/2023-09-29_PerroPastor-master/UnityPackage/Loaders/GGMLLoader.cs:45) GGMLLoader+<>c__DisplayClass6_0.<LoadModelImpl>b__0 () (at D:/01_Unity/2023-09-29_PerroPastor-master/UnityPackage/Loaders/GGMLLoader.cs:90) System.Threading.Tasks.Task1[TResult].InnerInvoke () (at :0) System.Threading.Tasks.Task.Execute () (at :0) --- End of stack trace from previous location where exception was thrown --- GGMLLoader.LoadModelImpl () (at D:/01_Unity/2023-09-29_PerroPastor-master/UnityPackage/Loaders/GGMLLoader.cs:90) Rethrow as AggregateException: One or more errors occurred. (The given key 'Q6_K' was not present in the dictionary.) System.Threading.Tasks.Task.ThrowIfExceptional (System.Boolean includeTaskCanceledExceptions) (at :0) System.Threading.Tasks.Task1[TResult].GetResultCore (System.Boolean waitCompletionNotification) (at <e40e5a8f982c4b618a930d29f9bd091c>:0) System.Threading.Tasks.Task1[TResult].get_Result () (at :0) ModelLoaderBase.Update () (at D:/01_Unity/2023-09-29_PerroPastor-master/UnityPackage/Loaders/ModelLoaderBase.cs:40)

dreemur99 avatar Sep 29 '23 17:09 dreemur99