Skip to content

Commit 0ee967e

Browse files
chunnienccopybara-github
authored andcommitted
internal changes
PiperOrigin-RevId: 705915537
1 parent f142f4a commit 0ee967e

File tree

1 file changed

+1
-1
lines changed
  • google3/third_party/py/ai_edge_torch

1 file changed

+1
-1
lines changed

ai_edge_torch/config.py renamed to google3/third_party/py/ai_edge_torch/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
@dataclasses.dataclass
2323
class Config:
24-
use_torch_xla: bool = os.environ.get("USE_TORCH_XLA", "true").lower() in (
24+
use_torch_xla: bool = os.environ.get("USE_TORCH_XLA", "false").lower() in (
2525
"1",
2626
"true",
2727
)

0 commit comments

Comments
 (0)