alibaba / rtp-llm

RTP-LLM: Alibaba's high-performance LLM inference engine for diverse applications.
Apache License 2.0
545 stars 50 forks source link

无法运行tests目录下的Python测试脚本,缺少libtest_ops.so #110

Open leepoly opened 2 months ago

leepoly commented 2 months ago

请问如何运行tests下各种测试脚本(比如gemm_test.py)?

注意到里面都有这一行 torch.classes.load_library(os.environ['TEST_SRCDIR'] + "/maga_transformer/tests/libtest_ops.so"),但是libtest_ops.so和TEST_SRCDIR没有给出,也没有指引,求解答!

dongjiyingdjy commented 2 months ago

直接bazel test + target就好了;当然最新版需要改成bazelisk test + target