Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ColossalAI
Commits
68ec99e9
"vscode:/vscode.git/clone" did not exist on "73c10ae90aa51b85eaba35cdcf60e58b272bec46"
Unverified
Commit
68ec99e9
authored
Apr 26, 2024
by
Tong Li
Committed by
GitHub
Apr 26, 2024
Browse files
[hotfix] add soft link to support required files (#5661)
parent
b8a711aa
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
examples/language/llama/benchmark.py
examples/language/llama/benchmark.py
+0
-3
examples/language/llama/data_utils.py
examples/language/llama/data_utils.py
+1
-0
examples/language/llama/model_utils.py
examples/language/llama/model_utils.py
+1
-0
examples/language/llama/performance_evaluator.py
examples/language/llama/performance_evaluator.py
+1
-0
No files found.
examples/language/llama/benchmark.py
View file @
68ec99e9
...
@@ -19,9 +19,6 @@ from colossalai.cluster import DistCoordinator
...
@@ -19,9 +19,6 @@ from colossalai.cluster import DistCoordinator
from
colossalai.lazy
import
LazyInitContext
from
colossalai.lazy
import
LazyInitContext
from
colossalai.nn.optimizer
import
HybridAdam
from
colossalai.nn.optimizer
import
HybridAdam
from
colossalai.shardformer
import
PipelineGradientCheckpointConfig
from
colossalai.shardformer
import
PipelineGradientCheckpointConfig
from
examples.language.data_utils
import
RandomDataset
from
examples.language.model_utils
import
format_numel_str
,
get_model_numel
from
examples.language.performance_evaluator
import
PerformanceEvaluator
# ==============================
# ==============================
# Constants
# Constants
...
...
examples/language/llama/data_utils.py
0 → 120000
View file @
68ec99e9
..
/
data_utils
.
py
\ No newline at end of file
examples/language/llama/model_utils.py
0 → 120000
View file @
68ec99e9
..
/
model_utils
.
py
\ No newline at end of file
examples/language/llama/performance_evaluator.py
0 → 120000
View file @
68ec99e9
..
/
performance_evaluator
.
py
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment