Skip to content

Conversation

giladgd
Copy link
Member

@giladgd giladgd commented Apr 23, 2024

Description of change

  • feat: Llama 3 support
  • feat: --gpu flag in generation CLI commands
  • feat: specialTokens parameter for model.detokenize
  • fix: FunctionaryChatWrapper bugs
  • fix: function calling syntax bugs
  • fix: show GPU layers in the Model line in CLI commands
  • refactor: rename LlamaChatWrapper to Llama2ChatWrapper

Fixes #204

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 April 23, 2024 23:51
@giladgd giladgd self-assigned this Apr 23, 2024
@giladgd giladgd linked an issue Apr 24, 2024 that may be closed by this pull request
3 tasks
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 ef501f9 into beta Apr 24, 2024
@giladgd giladgd deleted the gilad/wrapperImprovements branch April 24, 2024 16:28
Copy link

🎉 This PR is included in version 3.0.0-beta.17 🎉

The release is available on:

Your semantic-release bot 📦🚀

@giladgd giladgd mentioned this pull request Apr 24, 2024
17 tasks
Copy link

github-actions bot commented Sep 24, 2024

🎉 This PR is included in version 3.0.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
Projects
Development

Successfully merging this pull request may close these issues.

Function call error
2 participants