Commit b490da2d authored by jerrrrry's avatar jerrrrry
Browse files

Update .gitlab-ci.yml

parent 9b594959
...@@ -26,6 +26,7 @@ benchmark_hunyuan-dit: ...@@ -26,6 +26,7 @@ benchmark_hunyuan-dit:
- echo "=========================================" - echo "========================================="
# 从预置目录安装 Python 包 (这些操作也只做一次!) # 从预置目录安装 Python 包 (这些操作也只做一次!)
- pip install "$PACKAGE_DIR/apex-1.5.0+das.opt1.dtk25041-cp310-cp310-linux_x86_64.whl" "$PACKAGE_DIR/deepspeed-0.14.2+das.opt1.dtk25041-cp310-cp310-manylinux_2_28_x86_64.whl" "$PACKAGE_DIR/lightop-0.5.0+das.dtk25041.unknown-cp310-cp310-linux_x86_64.whl" - pip install "$PACKAGE_DIR/apex-1.5.0+das.opt1.dtk25041-cp310-cp310-linux_x86_64.whl" "$PACKAGE_DIR/deepspeed-0.14.2+das.opt1.dtk25041-cp310-cp310-manylinux_2_28_x86_64.whl" "$PACKAGE_DIR/lightop-0.5.0+das.dtk25041.unknown-cp310-cp310-linux_x86_64.whl"
- pip install loguru
- echo "=========================================" - echo "========================================="
- echo "Step 3:Starting serial benchmark with a for-loop" - echo "Step 3:Starting serial benchmark with a for-loop"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment