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

feat: llamafile_sgemm bias support #111

Merged
merged 2 commits into from
Aug 6, 2024

Conversation

chenghuaWang
Copy link
Contributor

Tested on X86 and Arm device using Qwenv1.5 model.

For further optimisation or neatness of gemm code: we can concat ones at the last col of $$X$$ and concat $$\text{Bias}$$ at the last row of $$W$$ when allocating Tensor if they have same precision.

@yirongjie yirongjie merged commit a1b451e into UbiquitousLearning:main Aug 6, 2024
1 check 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