fix: convert_dcp_to_hf.py correctly loads saved tokenizer from DCP if detected#2210
fix: convert_dcp_to_hf.py correctly loads saved tokenizer from DCP if detected#2210
Conversation
…ted. Signed-off-by: Daniel Egert <degert@nvidia.com>
|
@RayenTian could you help to take a review? |
Signed-off-by: Daniel Egert <degert@nvidia.com>
…dcp-conversion-fix
|
/ok to test 698757c |
|
hi @trias702 , there's a lint check fail, could you help to fix? |
Sorry, I don't understand why it's failing. I'm afraid I don't know much about linting or how it works. |
Hi, @trias702. Lint check is a static code analysis tool that automatically scans your code for style issues, syntax problems, potential bugs, and violations of the project's coding standards. Alternatively, if you prefer not to install pre-commit, you can run Feel free to let us know if you need help with any particular failure. |
Signed-off-by: Daniel Egert <degert@nvidia.com>
|
/ok to test 2382747 |
|
/ok to test 00c1c10 |
What does this PR do ?
Fixed convert_dcp_to_hf.py to load the tokenizer directory when detected.
Usage
Before your PR is "Ready for review"
Pre checks:
Additional Information