Skip to content

feat: Llama 3.2 3B function calling support#386

Merged
giladgd merged 28 commits into
masterfrom
gilad/electronBugFixes
Nov 27, 2024
Merged

feat: Llama 3.2 3B function calling support#386
giladgd merged 28 commits into
masterfrom
gilad/electronBugFixes

Conversation

@giladgd

@giladgd giladgd commented Nov 24, 2024

Copy link
Copy Markdown
Member

Description of change

  • feat: Llama 3.2 3B function calling support
  • feat: use llama.cpp backend registry for GPUs instead of custom implementations
  • feat(getLlama): build: "try" option
  • feat(init command): --model flag
  • fix: improve binary compatibility testing on Electron apps
  • fix: too many abort signal listeners
  • fix: log level of some lower level logs
  • fix: context window missing response during generation on specific extreme conditions
  • fix: adapt to breaking llama.cpp changes
  • fix: automatically resolve compiler is out of heap space CUDA build error
  • chore: update bug report template
  • docs: separate open source and proprietary sections in the awesome list
  • docs(troubleshooting): Electron build error on Windows
  • docs(Electron): GitHub Actions template for cross-compilation

Fixes #381

Pull-Request Checklist

  • Code is up-to-date with the master branch
  • npm run format to apply eslint formatting
  • npm run test passes with this change
  • This pull request links relevant issues as Fixes #0000
  • There are new or updated unit tests validating the change
  • Documentation has been updated to reflect this change
  • The new commits and pull request title follow conventions explained in pull request guidelines (PRs that do not follow this convention will not be merged)

@giladgd
giladgd requested a review from ido-pluto November 24, 2024 01:39
@giladgd giladgd self-assigned this Nov 24, 2024

@ido-pluto ido-pluto left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@giladgd
giladgd merged commit 97abbca into master Nov 27, 2024
@giladgd
giladgd deleted the gilad/electronBugFixes branch November 27, 2024 23:03
@github-actions

github-actions Bot commented Dec 2, 2024

Copy link
Copy Markdown

🎉 This PR is included in version 3.3.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

NoBinaryFoundError for Windows in Electron when Upgrading from 3.0.0-beta44 -> 3.2.0

2 participants