LLamaSharp/LLama.Benchmark/Common.cs

11 lines
129 B
C#

namespace LLama.Benchmark
{
public enum ExecutorType
{
Interactive,
Instruct,
Stateless
}
}