Skip to content

Commit

Permalink
fix: import error
Browse files Browse the repository at this point in the history
  • Loading branch information
congchan authored Nov 11, 2023
1 parent da45035 commit f3523a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions llm/data/utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
"""data utils"""

import json
import logging
from torch.distributed import get_rank, is_initialized


def read_text(path, debug=None):
Expand Down

0 comments on commit f3523a1

Please sign in to comment.