【PaddleNLP No.29-32】Fix test_tipc configs/inference/docs #10465
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR types
Bug fixes
PR changes
Others
Description
Modified:
tests/test_tipc/README.md
tests/test_tipc/bert_base_text_cls/predict.py
tests/test_tipc/bigru_crf/deploy/predict.py
tests/test_tipc/configs/bigru_crf/train_mac_cpu_normal_normal_infer_python_mac_cpu.txt
tests/test_tipc/configs/bigru_crf/train_infer_python.txt
tests/test_tipc/configs/bigru_crf/train_windows_gpu_normal_normal_infer_python_windows_cpu_gpu.txt
tests/test_tipc/ernie_information_extraction/predict.py
tests/test_tipc/ernie_text_cls/predict.py
修改的模型都用
'lite_train_lite_infer'
模式对prepare/test_train_inference_python两条命令进行了验证,可以看到PIR激活的输出:其他问题
教程里面的测试以及autolog安装还是基于python3.7,小于PaddleNLP支持的最低版本,可能需要后续验证在更高版本上面的兼容性。
Issue: #9763
@DrownFish19