Skip to content

cleanup: remove deprecated daulet tokenizer#274

Merged
github-actions[bot] merged 1 commit into
llm-d:mainfrom
moreh-dev:decouple-daulet
Feb 2, 2026
Merged

cleanup: remove deprecated daulet tokenizer#274
github-actions[bot] merged 1 commit into
llm-d:mainfrom
moreh-dev:decouple-daulet

Conversation

@hyeongyun0916
Copy link
Copy Markdown
Collaborator

Summary This PR removes the deprecated daulet/tokenizers from the Makefile and other configuration files. The core logic has been updated in previous commits, and this task completes the removal of the dependency from our build system.

Signed-off-by: HyunKyun Moon <mhg5303@gmail.com>
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR removes the deprecated daulet/tokenizers library from the build system. The daulet tokenizer was a C library binding that has been replaced by alternative tokenization implementations in previous commits. This PR completes the cleanup by removing build system references and configuration.

Changes:

  • Removed tokenizer download and linking logic from the Makefile
  • Updated CGO compiler and linker flags to remove tokenizer library references
  • Removed tokenizer version configuration from Dockerfile
  • Cleaned up .gitignore to remove /lib directory entry

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

File Description
Makefile Removed tokenizer download section, updated CGO flags to remove -Ilib and -ltokenizers, removed download-tokenizer dependency from build targets
Dockerfile Removed RELEASE_VERSION ARG and simplified build command
.gitignore Removed /lib directory entry that was used for tokenizer binaries

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@vMaroon
Copy link
Copy Markdown
Member

vMaroon commented Feb 2, 2026

Awesome.

/lgtm
/approve

@github-actions github-actions Bot added the lgtm Looks good to me, indicates that a PR is ready to be merged. label Feb 2, 2026
@github-actions github-actions Bot merged commit bc4843c into llm-d:main Feb 2, 2026
10 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

lgtm Looks good to me, indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants