LLamaSharp/LLama.Unittest/Constants.cs

8 lines
157 B
C#
Raw Permalink Normal View History

2023-08-25 23:37:44 +08:00
namespace LLama.Unittest
{
internal static class Constants
{
2023-09-05 04:26:02 +08:00
public static string ModelPath = "Models/llama-2-7b-chat.Q4_0.gguf";
2023-08-25 23:37:44 +08:00
}
}