Skip to content

Conversation

@giladgd
Copy link
Member

@giladgd giladgd commented Aug 27, 2025

Description of change

  • test: fix tests

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 August 27, 2025 15:44
@giladgd giladgd self-assigned this Aug 27, 2025
@giladgd giladgd merged commit 634fbac into master Aug 27, 2025
14 of 15 checks passed
@giladgd giladgd deleted the gilad/fixTests2 branch August 27, 2025 15:47
return LlamaLogLevel.info;
else if (level === LlamaLogLevel.warn && message.startsWith("load: special_eog_ids contains both '<|return|>' and '<|call|>' tokens, removing '<|end|>' token from EOG list"))
return LlamaLogLevel.info;
else if (gpu === false && level === LlamaLogLevel.warn && message.startsWith("llama_adapter_lora_init_impl: lora for '") && message.endsWith("' cannot use buft 'CPU_REPACK', fallback to CPU"))

Choose a reason for hiding this comment

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

imo - using substring to capture all use-cases here (instead startsWith & endsWith)

@github-actions
Copy link

🎉 This PR is included in version 3.12.4 🎉

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.

3 participants