2 instantiations of LlamaCausalLMAgent
Microsoft.ML.GenAI.Samples (2)
Llama\LlamaSample.cs (1)
41var agent = new LlamaCausalLMAgent(pipeline, "assistant")
Llama\SFT_Llama_3_2_1B.cs (1)
68var agent = new LlamaCausalLMAgent(llamaPipeline, "assistant", systemMessage: "You are a helpful contoso assistant")
1 reference to LlamaCausalLMAgent
Microsoft.ML.GenAI.LLaMA (1)
LlamaCausalLMAgent.cs (1)
20/// Create a new instance of <see cref="LlamaCausalLMAgent"/>.