mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-25 11:44:03 +00:00
moved env variables to global variables; (#215)
added branch context; added vocab parallel layers; moved split_batch from load_batch to tensor parallel embedding layers; updated gpt model; updated unit test cases; fixed few collective communicator bugs
This commit is contained in:
@@ -5,7 +5,7 @@ repos:
|
||||
- id: yapf
|
||||
args: ['--style=google', '--parallel', '--in-place']
|
||||
- repo: https://github.com/pycqa/flake8
|
||||
rev: ''
|
||||
rev: '4.0.1'
|
||||
hooks:
|
||||
- id: flake8
|
||||
- repo: https://github.com/pre-commit/mirrors-clang-format
|
||||
|
Reference in New Issue
Block a user