Skip to content

Commit

Permalink
code quality
Browse files Browse the repository at this point in the history
  • Loading branch information
irenedea committed Dec 8, 2023
1 parent 0fa1123 commit d172d89
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion llmfoundry/data/packing.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import torch
from composer.utils import using_torch_2
from omegaconf import DictConfig
from streaming.base.util import clean_stale_shared_memory
from transformers import PreTrainedTokenizerBase

log = logging.getLogger(__name__)
Expand Down
1 change: 0 additions & 1 deletion tests/data/test_packing.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from typing import Any, Dict, List
from unittest.mock import Mock, patch

import numpy as np
import pytest
import torch
from composer.utils import dist, reproducibility, using_torch_2
Expand Down

0 comments on commit d172d89

Please sign in to comment.