-
Notifications
You must be signed in to change notification settings - Fork 30
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
[Test Framework] Add test scripts for getting started and setup #84
Conversation
…kflow (intel#84) * [pretrain] add megatron-deepspeed dependency * [pretrain] disable debug mode * [pretrain] update megatron-deepspeed gpu config * [pretrain] clear unnecessary file * [pretrain] add habana backend * [pretrain] clear useless files and update config * [pretrain] add megatron_deepspeed conf * [pretrain] fix pretrain_gpt import bug * [pretrain] fix pretrain_gpt import bug * [pretrain] update patch file * [pretrain] update dockerfile * [pretrain] update readme and config * [pretrain] Readme modify
github actions only provides ubuntu, I think we can leverage docker to prepare different images to simulate user env for getting started and setup. OS choices: ubuntu, rhel, suse |
Signed-off-by: Yizhong Zhang <zyzzxycj@163.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no need to change this file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed call-getting-started
and added some needs
Signed-off-by: Xiaochang Wu <xiaochang.wu@intel.com>
Signed-off-by: Xiaochang Wu <xiaochang.wu@intel.com>
@Deegue thanks for your work! some minors need to be corrected. check above. |
Thanks @xwu99 , all comments above updated, waiting for CI. |
Signed-off-by: Xiaochang Wu <xiaochang.wu@intel.com>
Signed-off-by: Xiaochang Wu <xiaochang.wu@intel.com>
approved. pls merge after CI passed. |
Add
test_setup.sh
andtest_getting_started.sh
for easy use and test.Maybe we can add these scripts to document since new users can deploy easily by this way.