-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'PreTrainedTokenizerFast' object has no attribute 'tokenizer' #113
Comments
Any ideas how to get this working? |
I tried applying a fix for a similar issue from a different integration. Can you try it?
|
When I add `Building image im-yl8Bxa0rQFHd4TicxFGIre => Step 0: FROM base => Step 1: RUN python -m pip install git+https://github.com/noamgat/lm-format-enforcer.git@bugfix/trtllm-types lm-format-enforcer tensorrt_llm==0.10.0.dev2024042300 --extra-index-url https://pypi.nvidia.com --pre I tried only pip installing this and pip installing both this and lm-format-enforcer. I get this error either way |
It looks like something in your build setup. |
That worked! Thank you |
When I use this code, I get the error 'PreTrainedTokenizerFast' object has no attribute 'tokenizer':
The text was updated successfully, but these errors were encountered: