11 references to GetEmbeddedResource
Microsoft.ML.GenAI.LLaMA (5)
LlamaConfig.cs (5)
45
var llama3_1_8b_content = Utils.
GetEmbeddedResource
("Microsoft.ML.GenAI.LLaMA.Resource.Config.meta-llama-3.1-8B-Instruct.json");
46
var llama3_1_70b_content = Utils.
GetEmbeddedResource
("Microsoft.ML.GenAI.LLaMA.Resource.Config.meta-llama-3.1-70B-Instruct.json");
47
var llama3_1_405b_content = Utils.
GetEmbeddedResource
("Microsoft.ML.GenAI.LLaMA.Resource.Config.meta-llama-3.1-405B-Instruct.json");
48
var llama3_2_1b_content = Utils.
GetEmbeddedResource
("Microsoft.ML.GenAI.LLaMA.Resource.Config.meta-llama-3.2-1B-Instruct.json");
49
var llama3_2_3b_content = Utils.
GetEmbeddedResource
("Microsoft.ML.GenAI.LLaMA.Resource.Config.meta-llama-3.2-3B-Instruct.json");
Microsoft.ML.GenAI.Mistral (1)
MistralConfig.cs (1)
41
var mistral7BInstructContent = Utils.
GetEmbeddedResource
("Microsoft.ML.GenAI.Mistral.Resource.Config.mistral-7B-instruct-v0.3.json");
Microsoft.ML.GenAI.Phi (5)
Phi2\Config.cs (1)
44
var phi2ConfigContent = Core.Utils.
GetEmbeddedResource
("Microsoft.ML.GenAI.Phi.Resource.Config.phi-2-config.json");
Phi3\Config.cs (4)
46
var phi3Mini4kInstructContent = Core.Utils.
GetEmbeddedResource
("Microsoft.ML.GenAI.Phi.Resource.Config.phi-3-mini-4k-instruct-config.json");
47
var phi3Mini128kInstructContent = Core.Utils.
GetEmbeddedResource
("Microsoft.ML.GenAI.Phi.Resource.Config.phi-3-mini-128k-instruct-config.json");
48
var phi3Medium4kInstructContent = Core.Utils.
GetEmbeddedResource
("Microsoft.ML.GenAI.Phi.Resource.Config.phi-3-medium-4k-instruct-config.json");
49
var phi3Medium128kInstructContent = Core.Utils.
GetEmbeddedResource
("Microsoft.ML.GenAI.Phi.Resource.Config.phi-3-medium-128k-instruct-config.json");