1 write to Llama_3_2_3B_Instruct
Microsoft.ML.GenAI.LLaMA (1)
LlamaConfig.cs (1)
56
Llama_3_2_3B_Instruct
= JsonSerializer.Deserialize<LlamaConfig>(llama3_2_3b_content) ?? throw new ArgumentNullException(nameof(llama3_2_3b_content));
1 reference to Llama_3_2_3B_Instruct
Microsoft.ML.GenAI.LLaMA.Tests (1)
LLaMA3_2Tests.cs (1)
42
var model = new LlamaForCausalLM(LlamaConfig.
Llama_3_2_3B_Instruct
);