namespace LLama.Unittest { internal static class Constants { public static string ModelPath = "Models/llama-2-7b-chat.Q3_K_S.gguf"; } }