Skip to content

Commit 68ec99e

Browse files
authored
[hotfix] add soft link to support required files (#5661)
1 parent b8a711a commit 68ec99e

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

examples/language/llama/benchmark.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919
from colossalai.lazy import LazyInitContext
2020
from colossalai.nn.optimizer import HybridAdam
2121
from colossalai.shardformer import PipelineGradientCheckpointConfig
22-
from examples.language.data_utils import RandomDataset
23-
from examples.language.model_utils import format_numel_str, get_model_numel
24-
from examples.language.performance_evaluator import PerformanceEvaluator
2522

2623
# ==============================
2724
# Constants

examples/language/llama/data_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../data_utils.py
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../model_utils.py
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../performance_evaluator.py

0 commit comments

Comments
 (0)