namespace LLama.Unittest { internal static class Constants { public static string ModelPath = "Models/codellama-7b.Q3_K_S.gguf"; } }
C#/.NET上易用的LLM高性能推理框架,支持LLaMA和LLaVA系列模型。