Skip to content

Commit 149890e

Browse files
committed
Import missing packages
1 parent 1664834 commit 149890e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/pjrt/test_dtypes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from absl.testing import absltest, parameterized
22
import torch
3+
import torch_xla
34
import torch_xla.core.xla_model as xm
45
import torch_xla.runtime as xr
56

test/stablehlo/test_pt2e_qdq.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
from typing import Callable, Dict, List
55

66
import torch
7+
import torch_xla
78
import torch_xla.core.xla_model as xm
89
import torchvision
910
from torch.export import export_for_training

0 commit comments

Comments
 (0)