namespace LLama.Native; public enum LLamaRopeType { None = -1, Norm = 0, NEOX = 2, GLM = 4, }
C#/.NET上易用的LLM高性能推理框架,支持LLaMA和LLaVA系列模型。