Commit 8e0825b0 authored by limm's avatar limm
Browse files

Merge branch 'fix_24.04.1-fastpt' into '24.04.1-fastpt'

add jenkins.sh

See merge request !8
parents ce0ebb14 5b2235e9
#!/bin/bash
pip install -r requirements.txt
pip install expecttest
set -e
source /opt/dtk/env.sh
source /usr/local/bin/fastpt -C
echo "开始编译组件apex"
python3 setup.py --cpp_ext --cuda_ext --peer_memory --nccl_p2p --fast_bottleneck bdist_wheel
echo "组件apex编译完成"
ls dist/
pip install dist/*.whl --force-reinstall --no-deps
echo "组件apex安装完成"
echo "开始apex单元测试"
cd tests/L0
python run_test.py
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