G-Transformer / CONTRIBUTING.md
Syamsuddin's picture
Upload 14 files
a0d6ae6 verified
# Contributing Guide for G-Transformer
1. Fork the repository.
2. Create a new branch: `git checkout -b feature-<your_feature>`.
3. Implement your feature or fix.
4. Test locally: `pytest` or `python test_inference.py`.
5. Commit with clear message: `feat: add IA-Attention optimization`.
6. Push and create Pull Request.
Your contributions help expand open research on information-based AI models.