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