keras-team / keras-nlp

Modular Natural Language Processing workflows with Keras
Apache License 2.0
732 stars 216 forks source link

Set automatic TPU testing #674

Open chenmoneygithub opened 1 year ago

chenmoneygithub commented 1 year ago

Because of the capacity limit, we cannot do TPU testing on every PR push. We have two options here: 1) type gcbrun/ manually to trigger TPU testing, which should happen after normal working hours. 2) Do a nightly testing, the downside of it is we cannot link the testing results back to github, so we need to manually check the GCP log.

I would actually prefer 1), since in that way we are still using Github as the single place to check testing log.

chenmoneygithub commented 1 year ago

I set up the TPU test following 1, let's see how it goes in the next a few weeks.