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 c107a506028704c2f947851121022ac87e14f335
2 changes: 1 addition & 1 deletion .github/workflows/scripts/build_colossalai_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ git reset --hard HEAD
mkdir -p ./all_dist
source activate base
conda create -n $python_version -y python=$python_version
source activate $1
source activate $python_version

if [ $1 == "pip" ]
then
Expand Down