Contributions to improve the workshop content are welcome.
- Fork this repository
- Create a feature branch (
git checkout -b improve-module-3) - Make your changes
- Test any scripts or manifests
- Submit a pull request
- All examples must work on the specified hardware (P5.48xlarge with EFA)
- Never commit API keys, tokens, or credentials
- Use placeholder markers (
<YOUR_API_KEY>) for any sensitive values - Keep module timings realistic - test with an audience if possible
- Include verification steps for every deployment
Each module follows this pattern:
modules/NN-module-name/
README.md # Main content with sections
examples/ # Code examples (optional)
manifests/ # K8s manifests (optional)
Be respectful, constructive, and inclusive.