Conversation
|
/ok to test 6264b2c |
.github/workflows/docker-tests.yml
Outdated
| --gpus all \ | ||
| -w /workspace/tilegym \ | ||
| tilegym-transformers:latest \ | ||
| pytest -s tests/ops -v -k test_op |
There was a problem hiding this comment.
We can try to run in parallel if it does not OOM.
Use pip install pytest-xdist and pytest -n job_number to automatically run tests in parallel.
|
/ok to test 9c9e570 |
|
/ok to test 0987a19 |
|
/ok to test 1a2e7ce |
|
Remaining changes
|
|
/ok to test cdeba44 |
|
/ok to test 42c632f |
|
/ok to test da1f37a |
|
/ok to test da1f37a |
@arjkesh, there was an error processing your request: See the following link for more information: https://docs.gha-runners.nvidia.com/cpr/e/2/ |
|
/ok to test 173ca7b |
|
/ok to test d653790 |
|
/ok to test 00e7f0e |
|
/ok to test 5e36b90 |
1 similar comment
.github/workflows/tilegym-ci.yml
Outdated
|
|
||
| env: | ||
| # PR images go to a temp repo, main/nightly go to main repo | ||
| IMAGE_NAME_PR: tilegym-transformers-pr |
There was a problem hiding this comment.
change to tilegym and tilegym-pr
|
/ok to test d3ba035 |
|
/ok to test c03370b |
|
/ok to test 11c023b |
|
/ok to test a2f303b |
|
/ok to test 0daef68 |
|
/ok to test fd88ad2 |
|
/ok to test a276ae1 |
Description
Add build/test CI, code formatter (along with formatting), PR config, GHCR cleanup job
Relevant files:
There are a lot of formatting changes due to addition of darker formatter. The files below have functional changes
tests/benchmark/run_all.sh--> modify benchmark runner script to improve reporting.github/*--> home of CI infra and associated testsmodeling/transformers/Dockerfile--> Restructure dockerfile to maximize build-over-build layer overlapFeatures:
CI Configuration
Checklist