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

[rust] Add mistral embedding model #3412

Merged
merged 2 commits into from
Aug 15, 2024
Merged

Conversation

xyang16
Copy link
Contributor

@xyang16 xyang16 commented Aug 14, 2024

Description

Brief description of what this PR is about

  • If this change is a backward incompatible change, why must this change be made?
  • Interesting edge cases to note here

@xyang16 xyang16 requested review from zachgk, frankfliu and a team as code owners August 14, 2024 20:50
@xyang16 xyang16 force-pushed the rust branch 3 times, most recently from 0352854 to 502f5c7 Compare August 14, 2024 21:07
@@ -27,9 +27,14 @@ impl Linear {
out_dim: usize,
act: Option<HiddenAct>,
) -> Result<Self> {
let bias = match vb.get(out_dim, "bias")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reformat your code with:

cargo fmt

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@xyang16 xyang16 merged commit e0519ac into deepjavalibrary:master Aug 15, 2024
4 checks passed
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

Successfully merging this pull request may close these issues.

2 participants