Skip to content

Commit

Permalink
fix GemmTuner import
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohan138 committed Dec 11, 2024
1 parent eb4d191 commit 769236d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradlib/gemm_tuner.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import pandas as pd

import vllm._gradlib_C # noqa: F401
from gradlib.GemmTuner import GemmTuner
from GemmTuner import GemmTuner

torch.ops._gradlib_C.rocb_create_extension()
torch.ops._gradlib_C.hipb_create_extension()
Expand Down

0 comments on commit 769236d

Please sign in to comment.