Skip to content

Commit

Permalink
comment out deepspeed for now
Browse files Browse the repository at this point in the history
  • Loading branch information
minimaxir authored Mar 16, 2023
1 parent f5ee331 commit 78a0bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aitextgen/aitextgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import pytorch_lightning as pl
import torch
from pkg_resources import resource_filename
from pytorch_lightning.plugins import DeepSpeedPlugin
# from pytorch_lightning.plugins import DeepSpeedPlugin
from tqdm.auto import trange
from transformers import (
AutoConfig,
Expand Down

0 comments on commit 78a0bfd

Please # to comment.