namespace LLama.Web.Common { public enum SessionConnectionStatus { Disconnected = 0, Loaded = 4, Connected = 10 } }
C#/.NET上易用的LLM高性能推理框架,支持LLaMA和LLaVA系列模型。