We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
python 3.9
[rank0]: if tokenizer.pad_token_id is None: [rank0]: AttributeError: 'bool' object has no attribute 'pad_token_id'
ython ./basic_demo/web_demo.py --from_pretrained cogagent-vqa --version chat_old --bf16
换了本地的vicuna模型地址,提示如下。推理无法进行。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
System Info / 系統信息
python 3.9
Who can help? / 谁可以帮助到您?
[rank0]: if tokenizer.pad_token_id is None:
[rank0]: AttributeError: 'bool' object has no attribute 'pad_token_id'
Information / 问题信息
Reproduction / 复现过程
ython ./basic_demo/web_demo.py --from_pretrained cogagent-vqa --version chat_old --bf16
Expected behavior / 期待表现
换了本地的vicuna模型地址,提示如下。推理无法进行。
The text was updated successfully, but these errors were encountered: