Skip to content

Commit 2100e46

Browse files
committed
rename ext to integrations
1 parent ad9d446 commit 2100e46

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

docs/source/examples/scripts/lightning_train.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from transformers import AutoModelForCausalLM, AutoTokenizer
1111

1212
import torchrunx
13-
from torchrunx.ext.lightning import TorchrunxClusterEnvironment
13+
from torchrunx.integrations.lightning import TorchrunxClusterEnvironment
1414

1515
class GPT2CausalLMDataset(Dataset):
1616
def __init__(self, text_dataset):

src/torchrunx/ext/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"""Utilities for integrations with other libraries."""

0 commit comments

Comments
 (0)