Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when running OpenELM 1b Instruct 8-bit #65

Closed
DePasqualeOrg opened this issue May 7, 2024 · 2 comments
Closed

Error when running OpenELM 1b Instruct 8-bit #65

DePasqualeOrg opened this issue May 7, 2024 · 2 comments

Comments

@DePasqualeOrg
Copy link
Contributor

I added a configuration option for OpenELM 1b Instruct 8-bit like so:

  public static let openelm1bInstruct8bit = ModelConfiguration(
    id: "mlx-community/OpenELM-1_1B-Instruct-8bit"
  ) { prompt in
    "\(prompt)"
  }

But when I run the model, I get the following error: Failed: unhandledKeys(base: "Embedding", keys: ["biases", "scales"])

@davidkoski
Copy link
Collaborator

I think this is the same as #53 -- I am still preparing the code to load these new quantized values.

@davidkoski
Copy link
Collaborator

#76 should fix this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants