Skip to content

Commit

Permalink
improve phi prompt -- partial fix for #9
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkoski committed Mar 2, 2024
1 parent 23fc53c commit ff7a615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/LLM/Models.swift
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ extension ModelConfiguration {

public static let phi4bit = ModelConfiguration(id: "mlx-community/phi-2-hf-4bit-mlx") {
prompt in
"Instruct: \(prompt). Output: "
"Instruct: \(prompt)\nOutput: "
}

public static let gemma2bQuantized = ModelConfiguration(
Expand Down

0 comments on commit ff7a615

Please sign in to comment.