Namespace: LLama.Exceptions
Loading model weights failed
public class LoadWeightsFailedException : RuntimeError, System.Runtime.Serialization.ISerializable
Inheritance Object → Exception → RuntimeError → LoadWeightsFailedException
Implements ISerializable
The model path which failed to load
public string ModelPath { get; }
public MethodBase TargetSite { get; }
public string Message { get; }
public IDictionary Data { get; }
public Exception InnerException { get; }
public string HelpLink { get; set; }
public string Source { get; set; }
public int HResult { get; set; }
public string StackTrace { get; }
public LoadWeightsFailedException(string modelPath)
modelPath String