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

Added the CI/CD feature based on GitHub Actions #270

Merged
merged 4 commits into from
Sep 16, 2024

Conversation

xibosun
Copy link
Collaborator

@xibosun xibosun commented Sep 15, 2024

The CI/CD scripts are listed in .github/workflows/build.yml.
To make it run, the owner needs to add self-hosted runners to the repo.
Please refer to the following link for detailed instructions to add runners: https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/adding-self-hosted-runners#adding-a-self-hosted-runner-to-a-repository

include:
- python-versions: 3.11
python-versions-full: 3_11
- torch-versions: 4.2.1
Copy link
Collaborator

Choose a reason for hiding this comment

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

torch version 4.2.1?
should it be 2.4.1?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Sorry, it's a typo. I have fixed this issue in the latest commit (6c3ae7). And now the version name becomes 2.4.1.

setup.py Show resolved Hide resolved
@feifeibear feifeibear merged commit 022f42c into xdit-project:main Sep 16, 2024
@xibosun xibosun deleted the main branch September 18, 2024 07:50
feifeibear pushed a commit to feifeibear/xDiT that referenced this pull request Oct 25, 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