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
files may be required. You can download and install ccache from: https://github.com/ccache/ccache/blob/master/doc/INSTALL.md
warnings.warn(warning_message)
Traceback (most recent call last):
File "/mnt/hdd/houxiaojun/workspace/project/PaddleNLP_dev_20250407/llm/predict/export_model.py", line 22, in
from llm.predict.predictor import ModelArgument, PredictorArgument, create_predictor
ModuleNotFoundError: No module named 'llm'
请提出你的问题
files may be required. You can download and install ccache from: https://github.com/ccache/ccache/blob/master/doc/INSTALL.md
warnings.warn(warning_message)
Traceback (most recent call last):
File "/mnt/hdd/houxiaojun/workspace/project/PaddleNLP_dev_20250407/llm/predict/export_model.py", line 22, in
from llm.predict.predictor import ModelArgument, PredictorArgument, create_predictor
ModuleNotFoundError: No module named 'llm'
运行目录是在llm文件夹下
运行的命令是: python predict/export_model.py --model_name_or_path ./checkpoints/laojun_data/uie_ckpts --output_path ./sta
tic_models/uie_export_model --dtype bfloat16 --inference_model 1 --append_attn 1
The text was updated successfully, but these errors were encountered: