graphcore-research / jax-experimental

JAX for Graphcore IPU (experimental)
https://github.com/graphcore-research/jax-experimental#readme
Apache License 2.0
21 stars 2 forks source link

Github CI compatible with public repository. #2

Closed balancap closed 1 year ago

balancap commented 1 year ago

It seems there is no straight forward option to parameterized the runners in Github actions. e.g. see: https://stackoverflow.com/questions/72633058/parameterize-runs-on-value-for-github-action

Hence, the easiest way to get the CI compatible with the public repository is to maintain a public CI YAML configuration, and use a condition to control job execution.