10 lines
266 B
Markdown
10 lines
266 B
Markdown
<!-- Add Ray Train team-specific rules here as .md files. -->
|
|
<!-- Rules with paths: frontmatter only load when matching files are edited. -->
|
|
<!-- Example:
|
|
---
|
|
paths:
|
|
- "python/ray/train/**/*.py"
|
|
---
|
|
- Use the base trainer interface for new training backends
|
|
-->
|