10 instantiations of Phi3ForCausalLM
Microsoft.ML.GenAI.Phi (3)
Microsoft.ML.GenAI.Phi.Tests (7)
37 references to Phi3ForCausalLM
Microsoft.ML.GenAI.Phi (15)
Microsoft.ML.GenAI.Phi.Tests (10)
Microsoft.ML.GenAI.Samples (12)
Phi3Mini\SemanticKernelSample.cs (6)
28var model = Phi3ForCausalLM.FromPretrained(weightFolder, "config.json", layersOnTargetDevice: -1, quantizeToInt8: true);
29var pipeline = new CausalLMPipeline<LlamaTokenizer, Phi3ForCausalLM>(tokenizer, model, device);
59var model = Phi3ForCausalLM.FromPretrained(weightFolder, "config.json", layersOnTargetDevice: -1, quantizeToInt8: true);
60var pipeline = new CausalLMPipeline<LlamaTokenizer, Phi3ForCausalLM>(tokenizer, model, device);