1 write to Llama3_1_8B_Instruct
Microsoft.ML.GenAI.LLaMA (1)
LlamaConfig.cs (1)
50Llama3_1_8B_Instruct = JsonSerializer.Deserialize<LlamaConfig>(llama3_1_8b_content) ?? throw new ArgumentNullException(nameof(llama3_1_8b_content));
1 reference to Llama3_1_8B_Instruct
Microsoft.ML.GenAI.LLaMA.Tests (1)
LLaMA3_1Tests.cs (1)
36var model = new LlamaForCausalLM(LlamaConfig.Llama3_1_8B_Instruct, "meta");