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

[Invalid] Test new branch #32

Closed
wants to merge 64 commits into from
Closed

[Invalid] Test new branch #32

wants to merge 64 commits into from

Conversation

shink
Copy link
Contributor

@shink shink commented Aug 22, 2024

Move to Ascend/dockerfiles

1. Images

  • ascend/python
  • ascend/cann
  • ascend/pytorch
  • ascend/mindspore

1.1 Python

  • os: ubuntu, openeuler
  • py: 3.8, 3.9, 3.10

1.2 CANN

  • os: ubuntu, openeuler
  • py: 3.8, 3.9, 3.10
  • chip: 310p, 910, 910b
  • cann: 7.0.1, 8.0.RC1, 8.0.RC2.alpha003

1.3 PyTorch

  • torch: 2.1.0, 2.2.0

1.4 MindSpore

  • mindspore: 2.3.0rc1

2. Problems

  1. tag 命名
  2. 版本号排列组合太多,应挑选哪些

技术问题:

  1. CANN 镜像双架构同时 build push,需大量磁盘空间,GitHub Runner 还需清理以释放空间 4G 左右
  2. CI 避免全量构建

cc: @22dimensions

@22dimensions
Copy link
Contributor

22dimensions commented Aug 29, 2024

组合太多的话,考虑只构建实际会用到的版本,比如cann可以只构建arm64的,按需构建x86

@shink
Copy link
Contributor Author

shink commented Aug 29, 2024

组合太多的话,考虑只构建实际会用到的版本,比如cann可以只构建arm64的,按需构建x86

组合参数不包含架构,当前每个 job 都会构建双架构。这里的构建参数指的是 build-arg

@shink shink closed this Sep 13, 2024
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