How to contribute to this repo ? where I can find test env?

For contributing to this repo , is there gpu based test env available ?

AFKW I can not test this repo locally without GPU

Yes, vLLM-Omni provides GPU-based test environments using CI pipelines that run on GPU servers (e.g., L4, H100, MI325). You can write tests using pytest, and the CI will execute them on real GPU hardware after you submit a pull request. Locally, you can also run tests on your own GPU with pytest (e.g., pytest -s -v tests/), but CPU-only testing is not fully supported—GPU is required for most tests. For more details, see the contributing guide and test instructions.

Would you like more detail on how to run or write GPU tests locally or in CI?

Sources:

Hint: Mention @RunLLM in the post for followups.