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

fix gpu workflow #125

Merged
merged 2 commits into from
Mar 1, 2024
Merged

fix gpu workflow #125

merged 2 commits into from
Mar 1, 2024

Conversation

harborn
Copy link
Contributor

@harborn harborn commented Feb 27, 2024

No description provided.

cd ~/borealis-runner/
rm /home/ci/borealis-runner/llm-on-ray.tar.gz -f
tar zcf /home/ci/borealis-runner/llm-on-ray.tar.gz -C /home/ci/actions-runner/_work/llm-on-ray .
cd /home/ci/borealis-runner/
python3 finetune_on_pvc.py --need_create_conda_env true --base_models "${{ matrix.model }}"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

finetune_on_pvc.py should be checked in to our repo.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

finetune_on_pvc.py include some confidential information, may not add to our repo.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

parameterize the confidential which can be put on env file.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please check in finetune_on_pvc.py to our internal project in case of disk failure.

Copy link
Contributor

@jiafuzha jiafuzha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@harborn harborn merged commit 0932df4 into intel:main Mar 1, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants