Skip to content

Conversation

@giladgd
Copy link
Member

@giladgd giladgd commented Nov 24, 2024

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
Copy link
Contributor

@ido-pluto ido-pluto left a comment

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
19 checks passed
@giladgd giladgd deleted the gilad/electronBugFixes branch November 27, 2024 23:03
@github-actions
Copy link

github-actions bot commented Dec 2, 2024

🎉 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

3 participants