1 write to Llama3_2_1B_Instruct
Microsoft.ML.GenAI.LLaMA (1)
LlamaConfig.cs (1)
55Llama3_2_1B_Instruct = JsonSerializer.Deserialize<LlamaConfig>(llama3_2_1b_content) ?? throw new ArgumentNullException(nameof(llama3_2_1b_content));
1 reference to Llama3_2_1B_Instruct
Microsoft.ML.GenAI.LLaMA.Tests (1)
LLaMA3_2Tests.cs (1)
32var model = new LlamaForCausalLM(LlamaConfig.Llama3_2_1B_Instruct);