Skip to content

Commit

Permalink
corrected spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
filipw committed Mar 9, 2025
1 parent 28beb05 commit b5facdf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions md/01.Introduction/03/iOS_Inference_MLX.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,11 @@ class PhiViewModel: ObservableObject {
let modelConfig = ModelRegistry.phi3_5_4bit

// Phi 4 mini can be pulled from Hugging Face, but requires referencing Swift MLX Examples from the main branch
// let modelConfig = ModelConfiguration(
// id: "mlx-community/Phi-4-mini-instruct-4bit",
// defaultPrompt: "You are a helpful assistant.",
// extraEOSTokens: ["<|end|>"]
// )
//let modelConfig = ModelConfiguration(
// id: "mlx-community/Phi-4-mini-instruct-4bit",
// defaultPrompt: "You are a helpful assistant.",
// extraEOSTokens: ["<|end|>"]
//)

print("Loading \(modelConfig.name)...")
self.modelContainer = try await LLMModelFactory.shared.loadContainer(
Expand Down

0 comments on commit b5facdf

Please sign in to comment.