CoolFace
Modelpublic

dougvk/Unlimited-OCR-RDNA4

sourceHugging Facemitupdated 2mo agoView on Hugging Face
0likes
CONTRIBUTING.md26 linesDownload Raw Back to root
1# Contributing2 3Contributions are welcome, especially independently reproduced RDNA 4 results.4 5Before opening a pull request:6 7```bash8ruff check .9ruff format --check .10pytest11python -m build12twine check dist/*13```14 15GPU-dependent changes must include:16 17- GPU model and architecture;18- OS, kernel, host ROCm, PyTorch, torchvision, Triton, and Transformers versions;19- the exact model revision;20- the command used;21- peak allocated VRAM and wall time;22- a statement about output comparison or quality evidence;23- confirmation that unrelated GPUs and system Python were not modified.24 25Do not commit model weights, generated OCR from private documents, Hugging Face tokens, or raw home-directory paths.26