Skip to content

Commit

Permalink
remove CPCargo requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyschoelkopf committed Sep 20, 2023
1 parent fa74642 commit f609243
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion megatron/training.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
from deepspeed.runtime.data_pipeline.curriculum_scheduler import CurriculumScheduler
import numpy as np

from CPCargo import Heartbeat
from megatron.utils import (
Timers,
init_wandb,
Expand Down
1 change: 0 additions & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ six
tiktoken>=0.1.2
tokenizers>=0.12.1
transformers>=4.24.0
git+https://github.com/samikama/CPCargo@main

0 comments on commit f609243

Please sign in to comment.