"tests/vscode:/vscode.git/clone" did not exist on "f5a19ef06f1199625b722a5567453e70284c4b7b"
Commit f3d59580 authored by jerrrrry's avatar jerrrrry
Browse files

Update .gitlab-ci.yml

parent c6d55981
Pipeline #3272 passed with stage
in 8 minutes and 49 seconds
......@@ -25,7 +25,7 @@ benchmark_hunyuan-dit:
- echo "Step 2:Installing Python packages from /workspace/packages/hunyuan-dit (One-time setup)"
- echo "========================================="
# 从预置目录安装 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" --no-deps
- pip install -r requirements.txt -i https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
- export LD_LIBRARY_PATH=/workspace/packages/hunyuan-dit/hipblaslt-install/lib:$LD_LIBRARY_PATH
- export LD_LIBRARY_PATH=/workspace/packages/hunyuan-dit/package/miopen/lib:$LD_LIBRARY_PATH
......
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