Skip to content

Commit

Permalink
library fix
Browse files Browse the repository at this point in the history
  • Loading branch information
miladm committed May 3, 2024
1 parent 43acd06 commit f54fdc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion torch_xla/experimental/megablox/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from typing import Union
import torch
import tpu_features
from torch_xla.experimental.megablox import tpu_features


def assert_is_supported_dtype(dtype: torch.dtype) -> None:
Expand Down
2 changes: 1 addition & 1 deletion torch_xla/experimental/megablox/gmm.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Grouped matrix multiplication kernels for TPU written in Pallas."""

from typing import Any, Callable, Optional, Union
import common
from torch_xla.experimental.megablox import common
import torch
import torch_xla
import numpy as np
Expand Down

0 comments on commit f54fdc3

Please sign in to comment.