Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci] added wheel build scripts #910

Merged
merged 13 commits into from
May 5, 2022
Prev Previous commit
Next Next commit
polish code and workflow
  • Loading branch information
FrankLeeeee committed May 2, 2022
commit 7a3528b31e6b20572305d7506d67fb22bd7baf46
4 changes: 0 additions & 4 deletions .github/workflows/scripts/build_colossalai_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ python_version=${5}
torch_version=${6}
flags=${@:7}

echo $flags

exit

git reset --hard HEAD
mkdir -p ./all_dist
source activate base
Expand Down