Replies: 1 comment
-
Not exactly what you were looking for, but I wonder if it would be a starting point: public static let codeLlama13b4bit = ModelConfiguration(
id: "mlx-community/CodeLlama-13b-Instruct-hf-4bit-MLX",
overrideTokenizer: "PreTrainedTokenizer",
defaultPrompt: "func sortArray(_ array: [Int]) -> String { <FILL_ME> }" There is also a Starcoder2 model, though no configuration for it: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm curious if anyone has seen a nice implementation using MLX / MLX-Swift for a local only coding assistant to run along side Xcode. If I can point it to a local repository and get debug, coding assistance etc it would be huge.
Has anyone seen any projects along those lines?
Beta Was this translation helpful? Give feedback.
All reactions