"""Test VLLM_ENABLE_CUDA_COMPATIBILITY env var parsing.""" def test_disabled_by_default(self, monkeypatch): """Compat path is NOT set when env var is absent.""" ...
The code is tested on CUDA 11.1 and pytorch 1.9.0, change the versions below to your desired ones. git clone https://github.com/PJLallen/OSFormer.git cd OSFormer ...