Frank Lee
6e34cc0830
[workflow] fixed pypi release workflow error ( #2328 )
2023-01-05 10:52:43 +08:00
Frank Lee
2916eed34a
[workflow] fixed pypi release workflow error ( #2327 )
2023-01-05 10:48:38 +08:00
Frank Lee
8d8dec09ba
[workflow] added workflow to release to pypi upon version change ( #2320 )
...
* [workflow] added workflow to release to pypi upon version change
* polish code
* polish code
* polish code
2023-01-05 10:40:18 +08:00
Frank Lee
693ef121a1
[workflow] removed unused assign reviewer workflow ( #2318 )
2023-01-05 10:40:07 +08:00
Frank Lee
e8dfa2e2e0
[workflow] rebuild cuda kernels when kernel-related files change ( #2317 )
2023-01-04 17:23:59 +08:00
Frank Lee
254ee2c54f
[workflow] removed unused pypi release workflow ( #2022 )
2022-11-24 17:27:55 +08:00
Frank Lee
7242bffc5f
[workflow] fixed the python and cpu arch mismatch ( #2010 )
2022-11-23 17:24:17 +08:00
Frank Lee
56a3dcdabd
[workflow] fixed the typo in condarc ( #2006 )
2022-11-23 16:05:30 +08:00
Frank Lee
7ad9bd14d8
[workflow] added conda cache and fixed no-compilation bug in release ( #2005 )
2022-11-23 15:52:42 +08:00
ver217
f8a7148dec
[kernel] move all symlinks of kernel to colossalai._C
( #1971 )
2022-11-17 13:42:33 +08:00
yuxuan-lou
cc27adceb0
[NFC] polish .github/workflows/scripts/build_colossalai_wheel.py code style ( #1856 )
2022-11-09 16:54:09 +08:00
Ofey Chan
e5b1a0c9be
[NFC] polish .github/workflows/scripts/generate_release_draft.py code style ( #1855 )
2022-11-09 15:28:33 +08:00
Kai Wang (Victor Kai)
a3b1d07ca4
[NFC] polish workflows code style ( #1854 )
2022-11-09 14:50:09 +08:00
RichardoLuo
81a642fe8d
[NFC] polish <.github/workflows/release_nightly.yml> code style ( #1851 )
...
Co-authored-by: RichardoLuo <14049555596@qq.com>
2022-11-09 14:48:53 +08:00
xyupeng
b0a138aa22
[NFC] polish .github/workflows/build.yml code style ( #1837 )
2022-11-09 12:08:47 +08:00
Maruyama_Aya
90833b45dd
[NFC] polish .github/workflows/release_docker.yml code style
2022-11-09 12:08:47 +08:00
shenggan
b0706fbb00
[NFC] polish .github/workflows/submodule.yml code style ( #1822 )
2022-11-09 12:08:47 +08:00
Arsmart1
fc8d8b1b9c
[NFC] polish .github/workflows/draft_github_release_post.yml code style ( #1820 )
2022-11-09 12:08:47 +08:00
Zangwei Zheng
25993db98a
[NFC] polish .github/workflows/build_gpu_8.yml code style ( #1813 )
2022-11-09 12:08:47 +08:00
Arsmart1
8860d37846
[NFC] polish .github/workflows/scripts/build_colossalai_wheel.py code style ( #1721 )
2022-10-19 12:20:51 +08:00
Frank Lee
9d0560af9c
[workflow] handled the git directory ownership error ( #1741 )
2022-10-19 11:59:11 +08:00
Frank Lee
725666d6a9
[workflow] deactivate conda environment before removing ( #1606 )
2022-09-19 12:05:33 +08:00
Frank Lee
6474e31556
[workflow] added TensorNVMe to compatibility test ( #1449 )
2022-08-12 17:06:29 +08:00
ver217
c415240db6
[nvme] CPUAdam and HybridAdam support NVMe offload ( #1360 )
...
* impl nvme optimizer
* update cpu adam
* add unit test
* update hybrid adam
* update docstr
* add TODOs
* update CI
* fix CI
* fix CI
* fix CI path
* fix CI path
* fix CI path
* fix install tensornvme
* fix CI
* fix CI path
* fix CI env variables
* test CI
* test CI
* fix CI
* fix nvme optim __del__
* fix adam __del__
* fix nvme optim
* fix CI env variables
* fix nvme optim import
* test CI
* test CI
* fix CI
2022-07-26 17:25:24 +08:00
Frank Lee
11d1436a67
[workflow] update docker build workflow to use proxy ( #1334 )
2022-07-18 14:09:41 +08:00
Frank Lee
069d6fdc84
[workflow] update 8-gpu test to use torch 1.11 ( #1332 )
2022-07-18 11:41:13 +08:00
Frank Lee
659a740738
[workflow] roll back to use torch 1.11 for unit testing ( #1325 )
2022-07-15 17:20:17 +08:00
Frank Lee
4d5dbf48a6
[workflow] fixed trigger condition for 8-gpu unit test ( #1323 )
2022-07-15 15:00:02 +08:00
Frank Lee
7c2634f4b3
[workflow] updated release bdist workflow ( #1318 )
...
* [workflow] updated release bdist workflow
* polish workflow
* polish workflow
2022-07-15 09:40:58 +08:00
Frank Lee
efdc240f1f
[workflow] disable SHM for compatibility CI on rtx3080 ( #1315 )
2022-07-14 17:44:43 +08:00
Frank Lee
c9c37dcc4d
[workflow] updated pytorch compatibility test ( #1311 )
2022-07-14 16:45:17 +08:00
lucasliunju
339520c6e0
[NFC] polish build_colossalai_wheel.py code style ( #1306 )
2022-07-14 10:41:01 +08:00
Frank Lee
ca73028a3a
[workflow] auto-publish docker image upon release ( #1164 )
2022-06-23 14:51:59 +08:00
Frank Lee
d415d73286
[workflow] fixed release post workflow ( #1154 )
2022-06-22 11:55:21 +08:00
Frank Lee
c77da0dc81
[workflow] fixed format error in yaml file ( #1145 )
2022-06-22 11:31:24 +08:00
Frank Lee
d1918304bb
[workflow] added workflow to auto draft the release post ( #1144 )
2022-06-21 14:43:25 +08:00
Frank Lee
e61dc31b05
[ci] added scripts to auto-generate release post text ( #1142 )
...
* [ci] added scripts to auto-generate release post text
* polish code
2022-06-21 12:22:53 +08:00
Frank Lee
5a9d8ef4d5
[workflow] fixed 8-gpu test workflow ( #1101 )
2022-06-13 13:50:22 +08:00
Frank Lee
03e52ecba3
[workflow] added regular 8 GPU testing ( #1099 )
...
* [workflow] added regular 8 GPU testing
* polish workflow
2022-06-10 17:38:15 +08:00
Frank Lee
1bd8a72fc9
[workflow] disable p2p via shared memory on non-nvlink machine ( #1086 )
2022-06-09 15:24:35 +08:00
Frank Lee
65ee6dcc20
[test] ignore 8 gpu test ( #1080 )
...
* [test] ignore 8 gpu test
* polish code
* polish workflow
* polish workflow
2022-06-08 23:14:18 +08:00
Frank Lee
cfa6c1b46b
[ci] fixed nightly build workflow ( #1040 )
2022-05-31 10:43:18 +08:00
Frank Lee
ee50497db2
[ci] fixed nightly build workflow ( #1029 )
2022-05-26 11:42:50 +08:00
Frank Lee
58a7dd2ede
[ci] fixed nightly build workflow ( #1022 )
...
* [ci] fixed nightly build workflow
* [ci] fixed nightly build workflow
* [ci] fixed nightly build workflow
2022-05-24 22:38:56 +08:00
Frank Lee
1a76c88aba
[ci] added nightly build ( #1018 ) ( #1019 )
2022-05-24 17:56:01 +08:00
Frank Lee
e17a43184b
[ci] update the docker image name ( #1017 )
2022-05-24 16:53:39 +08:00
Frank Lee
f0f35216f1
[ci] added wheel build scripts ( #910 )
...
* [ci] added wheel build scripts
* polish code and workflow
* polish code and workflow
* polish code and workflow
* polish code and workflow
* polish code and workflow
* polish code and workflow
* polish code and workflow
* polish code and workflow
* polish code and workflow
* polish code and workflow
* polish code and workflow
* [ci] polish wheel build scripts
2022-05-05 16:06:39 +08:00
ver217
16122d5fac
update release bdist CI ( #902 )
2022-04-28 17:52:57 +08:00
ver217
e46e423c00
add CI for releasing bdist wheel ( #901 )
2022-04-28 17:40:53 +08:00
Frank Lee
1258af71cc
[ci] cache cuda extension ( #860 )
2022-04-25 10:03:47 +08:00
ver217
70e8dd418b
[hotfix] update requirements-test ( #701 )
2022-04-08 16:52:36 +08:00
Frank Lee
1ae94ea85a
[ci] remove ipc config for rootless docker ( #694 )
2022-04-08 10:15:52 +08:00
Frank Lee
dbe8e030fb
[ci] added missing field in workflow ( #692 )
2022-04-07 18:07:15 +08:00
Frank Lee
0372ed7951
[ci] update workflow trigger condition and support options ( #691 )
2022-04-07 17:53:03 +08:00
Frank Lee
eace69387d
[ci] fixed compatibility workflow ( #678 )
2022-04-06 16:19:34 +08:00
Frank Lee
cc236916c6
[ci] replace the dngc ocker image with self-built pytorch image ( #672 )
2022-04-06 14:10:17 +08:00
Frank Lee
97933b6710
[devops] recover tsinghua pip source due to proxy issue ( #509 )
2022-03-24 16:11:49 +08:00
Frank Lee
65ad47c35c
[devops] remove tsinghua source for pip ( #507 )
2022-03-24 14:12:02 +08:00
Frank Lee
44f7bcb277
[devops] remove tsinghua source for pip ( #505 )
2022-03-24 14:03:05 +08:00
Frank Lee
2963565ff8
[test] fixed release workflow step ( #464 )
2022-03-18 19:17:13 +08:00
Frank Lee
292590e0fa
[test] fixed release workflow condition ( #463 )
2022-03-18 17:42:33 +08:00
Frank Lee
90bd97b9c0
[devops] fixed workflow bug ( #462 )
2022-03-18 17:26:24 +08:00
Frank Lee
ac4513c56e
[DevOps] remove unneeded dependency in build workflow ( #449 )
2022-03-17 17:29:02 +08:00
Frank Lee
725a39f4bd
update github CI with the current workflow ( #441 )
2022-03-17 10:38:04 +08:00
ver217
b66f3b994c
increase the timeout limit in CI temporarily
2022-03-11 15:50:28 +08:00
ver217
52d055119b
increase the timeout limit in CI temporarily
2022-03-11 15:50:28 +08:00
ver217
d41a9f12c6
install transformers in CI
2022-03-11 15:50:28 +08:00
FrankLeeeee
dfc3fafe89
update unit testing CI rules
2022-03-11 15:50:28 +08:00
FrankLeeeee
bbbfe9b2c9
added compatibility CI and options for release ci
2022-03-11 15:50:28 +08:00
FrankLeeeee
115bcc0b41
added pypi publication CI and remove formatting CI
2022-03-11 15:50:28 +08:00
アマデウス
e13293bb4c
fixed CI dataset directory; fixed import error of 2.5d accuracy ( #255 )
2022-03-11 15:50:28 +08:00
ver217
578ea0583b
update setup and workflow ( #222 )
2022-02-15 11:31:13 +08:00
Frank Lee
b82d60be02
updated github action for develop branch ( #214 )
2022-02-15 11:31:13 +08:00
BoxiangW
7d15ec7fe2
Update github actions ( #205 )
2022-02-04 15:04:55 +08:00
Frank Lee
02f13fa9d1
add code quality badge ( #201 )
2022-02-03 14:01:09 +08:00
Frank Lee
b9a761b9b8
added github action to synchronize submodule commits automatically ( #193 )
2022-02-03 11:23:45 +08:00
BoxiangW
a2f1565672
Update GitHub action and pre-commit settings ( #196 )
...
* Update GitHub action and pre-commit settings
* Update GitHub action and pre-commit settings (#198 )
2022-01-28 16:59:53 +08:00
BoxiangW
bd4840f1f1
Update workflow files and README.md ( #166 )
2022-01-19 20:15:14 +08:00
ver217
1949d3a889
update doc requirements and rtd conf ( #165 )
2022-01-19 19:46:43 +08:00
ver217
b7975d2bcd
add workflow for deploying doc ( #129 )
2022-01-07 17:24:01 +08:00
Frank Lee
404e6f88ed
Hotfix/gitact ( #125 )
...
* enable CI after PR sync
* Fixed github action
2022-01-07 00:08:47 +08:00
Frank Lee
d09a79bad5
enable CI after PR sync ( #97 )
2022-01-04 20:31:14 +08:00
Frank Lee
cd9c28e055
added CI for unit testing ( #69 )
2021-12-16 10:32:08 +08:00