-
Notifications
You must be signed in to change notification settings - Fork 9
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
CI/setup #9
Conversation
lllAlexanderlll
commented
Jan 15, 2024
- CI for tests
- CI for linting
- Ci for build and deploy documentation (Wiki + API) to https://modalities.github.io/modalities/
It breaks the tests and is not configurable for ppl without WandB-Accounts
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.
Apart from my comments, this looks good to me! I mainly covered the code part.
@luzian-hahn could you take a look at the GitHub workflows and docs generation, please?
Since the github runner is cpu-only currently, the tests should work there. If we want to verify GPU-Features, we should prepare a github runner respectively
I fixed the tests for a CPU-only environment and tested them once again here in this PR. |
This reverts commit 13c18ad.
LGTM :) Thanks for addressing the remarks. |