You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "E:\wbjdata\QA\Huatuo-Llama-Med-Chinese-main\Huatuo-Llama-Med-Chinese-main\1.py", line 124, in
fire.Fire(main)
File "E:\anaconda3\envs\LLAMA10\lib\site-packages\fire\core.py", line 141, in Fire
component_trace = _Fire(component, args, parsed_flag_args, context, name)
File "E:\anaconda3\envs\LLAMA10\lib\site-packages\fire\core.py", line 475, in _Fire
component, remaining_args = _CallAndUpdateTrace(
File "E:\anaconda3\envs\LLAMA10\lib\site-packages\fire\core.py", line 691, in CallAndUpdateTrace
component = fn(*varargs, **kwargs)
File "E:\wbjdata\QA\Huatuo-Llama-Med-Chinese-main\Huatuo-Llama-Med-Chinese-main\1.py", line 36, in main
prompter = Prompter(prompt_template)
File "E:\wbjdata\QA\Huatuo-Llama-Med-Chinese-main\Huatuo-Llama-Med-Chinese-main\utils\prompter.py", line 22, in init
self.template = json.load(fp)
File "E:\anaconda3\envs\LLAMA10\lib\json_init.py", line 293, in load
return loads(fp.read(),
UnicodeDecodeError: 'gbk' codec can't decode byte 0xaf in position 93: illegal multibyte sequence
请问大家为什么会出现这种情况啊,是哪个文件出错了呢
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "E:\wbjdata\QA\Huatuo-Llama-Med-Chinese-main\Huatuo-Llama-Med-Chinese-main\1.py", line 124, in
fire.Fire(main)
File "E:\anaconda3\envs\LLAMA10\lib\site-packages\fire\core.py", line 141, in Fire
component_trace = _Fire(component, args, parsed_flag_args, context, name)
File "E:\anaconda3\envs\LLAMA10\lib\site-packages\fire\core.py", line 475, in _Fire
component, remaining_args = _CallAndUpdateTrace(
File "E:\anaconda3\envs\LLAMA10\lib\site-packages\fire\core.py", line 691, in CallAndUpdateTrace
component = fn(*varargs, **kwargs)
File "E:\wbjdata\QA\Huatuo-Llama-Med-Chinese-main\Huatuo-Llama-Med-Chinese-main\1.py", line 36, in main
prompter = Prompter(prompt_template)
File "E:\wbjdata\QA\Huatuo-Llama-Med-Chinese-main\Huatuo-Llama-Med-Chinese-main\utils\prompter.py", line 22, in init
self.template = json.load(fp)
File "E:\anaconda3\envs\LLAMA10\lib\json_init.py", line 293, in load
return loads(fp.read(),
UnicodeDecodeError: 'gbk' codec can't decode byte 0xaf in position 93: illegal multibyte sequence
请问大家为什么会出现这种情况啊,是哪个文件出错了呢
The text was updated successfully, but these errors were encountered: