Skip to content

Commit

Permalink
fix GemmTuner import in gradlib (#319)
Browse files Browse the repository at this point in the history
* fix GemmTuner import

* fix GemmTuner import
  • Loading branch information
Rohan138 authored Dec 11, 2024
1 parent eb4d191 commit e8e6ebf
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 @@ -5,9 +5,9 @@

import torch # isort: split
import pandas as pd
from GemmTuner import GemmTuner

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

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

0 comments on commit e8e6ebf

Please sign in to comment.