Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 627973d

Browse files
committed
Massive updates across ColossalAI applications
Broad refactor and feature updates across the ColossalAI repository: updates to Colossal-LLaMA (dataset, tokenizer, model init, utils, examples, training scripts), ColossalChat (coati modules, quantization, ray integration, trainers, benchmarks, examples, tests), ColossalEval (datasets, evaluators, metrics, examples), ColossalMoE (models, utils, train/infer), ColossalQA (retrieval, loaders, text splitter, webui examples), and many core subsystems (accelerator, analyzer, auto_parallel, autochunk, booster, tensor_shard node handlers and strategy generators). Also includes CI/workflow script changes and assorted utility/test improvements. These changes consolidate bug fixes, feature enhancements, new examples and tests to improve functionality and reliability across the codebase.
1 parent a115c7f commit 627973d

1,615 files changed

Lines changed: 1612 additions & 338 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Src/.DS_Store

0 Bytes
Binary file not shown.

Src/Main_Scripts/Chat.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (c) 2025 MatN23. All rights reserved.
12
# Licensed under the Custom License below.
23

34
import os

Src/Main_Scripts/ColossalAI/.github/workflows/scripts/check_doc_i18n.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (c) 2025 MatN23. All rights reserved.
12
import argparse
23
import os
34

Src/Main_Scripts/ColossalAI/.github/workflows/scripts/example_checks/check_dispatch_inputs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (c) 2025 MatN23. All rights reserved.
12
import argparse
23
import os
34

Src/Main_Scripts/ColossalAI/.github/workflows/scripts/example_checks/check_example_weekly.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (c) 2025 MatN23. All rights reserved.
12
import os
23

34

Src/Main_Scripts/ColossalAI/.github/workflows/scripts/example_checks/detect_changed_example.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (c) 2025 MatN23. All rights reserved.
12
import argparse
23

34

Src/Main_Scripts/ColossalAI/.github/workflows/scripts/generate_leaderboard_and_send_to_lark.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (c) 2025 MatN23. All rights reserved.
12
import os
23
from datetime import datetime, timedelta
34
from typing import Any, Dict, List

Src/Main_Scripts/ColossalAI/.github/workflows/scripts/generate_release_draft.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (c) 2025 MatN23. All rights reserved.
12
#!/usr/bin/env python
23
# coding: utf-8
34

Src/Main_Scripts/ColossalAI/.github/workflows/scripts/send_message_to_lark.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (c) 2025 MatN23. All rights reserved.
12
import argparse
23

34
import requests

Src/Main_Scripts/ColossalAI/.github/workflows/scripts/update_setup_for_nightly.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (c) 2025 MatN23. All rights reserved.
12
from datetime import datetime
23

34

0 commit comments

Comments
 (0)