[nfc] fix typo colossalai/nn (#3887)

* fix typo colossalai/autochunk auto_parallel amp

* fix typo colossalai/auto_parallel nn utils etc.

* fix typo colossalai/auto_parallel autochunk fx/passes  etc.

* fix typo docs/

* change placememt_policy to placement_policy in docs/ and examples/

* fix typo colossalai/ applications/

* fix typo colossalai/cli fx kernel

* fix typo colossalai/nn

* revert change warmuped
This commit is contained in:
digger yu
2023-06-05 16:04:27 +08:00
committed by GitHub
parent ae02d4e4f7
commit 1878749753
11 changed files with 18 additions and 18 deletions

View File

@@ -21,7 +21,7 @@ class CPUAdam(NVMeOptimizer):
`CPUAdam` requires CUDA extensions which can be built during installation or runtime.
This version of CPU Adam accelates parameters updating on CPU with SIMD.
This version of CPU Adam accelerates parameters updating on CPU with SIMD.
Support of AVX2 or AVX512 is required.
The GPU part is implemented in an naive way.