File size: 401 Bytes
a0d6ae6 |
1 2 3 4 5 6 7 8 9 10 11 |
# 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.
|