diff --git a/README.md b/README.md index 40e5e90ec3..21b1faa982 100644 --- a/README.md +++ b/README.md @@ -229,3 +229,5 @@ pytest -v ``` The default test configuration is specified in [pyproject.toml](pyproject.toml) under the `testpaths` setting. + +test test test diff --git a/flashinfer/__init__.py b/flashinfer/__init__.py index 42d1747efa..829958b63c 100644 --- a/flashinfer/__init__.py +++ b/flashinfer/__init__.py @@ -90,6 +90,8 @@ def _check_torch_rocm_compatibility(): 3. PyTorch ROCm version matches system ROCm version (if detectable) Provides helpful error messages to guide users to correct installation. + + # FIXME: Test test """ # Check for torch package