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