* feat: new github action <check spelling> will automatically inspect typo @ push/pull request
* modified: gitignore + macos ignore, .DS_Store is a macos-specified cache file, should be removed
* typo fix: try my best to fix the typo
Co-authored-by: Lei Wang <34334180+NjtechPrinceling@users.noreply.github.com>
Co-authored-by: Wenxiang Hu <8460860+wenxcs@users.noreply.github.com>
* Support to distribute by wheel; New python entry point;
Co-authored-by: Wenxiang Hu <wenxh@microsoft.com>
Co-authored-by: Yi Yi <yiyi@microsoft.com>
Co-authored-by: siahuat0727 <tansiahuat@gmail.com>
Due to the source binary in `nnfusion/build` shared by all the
docker containers, they could just install the tools into their
environment without rebuild the same source every time.
Simplify the commands in `build.sh` also.
Fixed those problems:
1. Change all error return code to 1, since other than 1 will be treated as succeded;
2. Set umask as 000 inside container to let vsagent be able to remove files;
3. Solve some merge conflict with internal repo;