namespace LLama.Native; public enum LLamaRopeType { None = -1, Norm = 0, NEOX = 2, GLM = 4, }