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
data_process.py中,导入函数库时在下面这行: from chatglm_tokenizer.tokenization_chatglm import ChatGLMTokenizer
----> 5 from chatglm_tokenizer.tokenization_chatglm import ChatGLMTokenizer 6 import pandas as pd 7 # from zhconv import convert
请问chatglm_tokenizer 模块是在哪个软件包中?
The text was updated successfully, but these errors were encountered:
有同名文件夹,python不光可以加载包也可以加载文件夹
Sorry, something went wrong.
在chatglm_tokenizer这个文件夹下的子python文件
No branches or pull requests
data_process.py中,导入函数库时在下面这行:
from chatglm_tokenizer.tokenization_chatglm import ChatGLMTokenizer
出现以下错误:
----> 5 from chatglm_tokenizer.tokenization_chatglm import ChatGLMTokenizer
6 import pandas as pd
7 # from zhconv import convert
ModuleNotFoundError: No module named 'chatglm_tokenizer'
请问chatglm_tokenizer 模块是在哪个软件包中?
The text was updated successfully, but these errors were encountered: