"vscode:/vscode.git/clone" did not exist on "07ab939af757a4dd2b4506653b025db42419fcd9"
- 01 Feb, 2023 1 commit
-
-
oahzxl authored
Support multi outputs chunk search. Previously we only support single output chunk search. It is more flexible and improve performance by a large margin. For transformer, we reduce memory by 40% than previous search strategy. 1. rewrite search strategy to support multi outputs chunk search 2. fix many, many bugs 3. update tests
-
- 31 Jan, 2023 6 commits
-
-
YuliangLiu0306 authored
-
oahzxl authored
-
HELSON authored
-
Fazzie-Maqianli authored
fix README
-
Fazzie authored
-
HELSON authored
-
- 30 Jan, 2023 4 commits
-
-
Frank Lee authored
* [workflow] only report coverage for changed files * polish file * polish file * polish file * polish file * polish file * polish file * polish file * polish file * polish file * polish file * polish file * polish file * polish file * polish file * polish file * polish file * polish file * polish file * polish file * polish file * polish file * polish file
-
HELSON authored
-
LuGY authored
* add fastfold example * pre-commit polish * pre-commit polish readme and add empty test ci * Add test_ci and reduce the default sequence length
-
Frank Lee authored
* [workflow] fixed the precommit CI * polish file * polish file
-
- 29 Jan, 2023 6 commits
-
-
HELSON authored
* [zero] add zero wrappers * change names * add wrapper functions to init
-
Super Daniel authored
-
HELSON authored
* [zero] fix gradient clipping in hybrid parallelism * [testing] change model name to avoid pytest warning * [hotfix] fix unit testing
-
Jiarui Fang authored
-
YuliangLiu0306 authored
-
binmakeswell authored
* [doc] update example link * [doc] update example link
-
- 28 Jan, 2023 1 commit
-
-
HELSON authored
* [zero] add strict ddp mode for chunk init * [gemini] update gpt example
-
- 26 Jan, 2023 1 commit
-
-
Frank Lee authored
-
- 20 Jan, 2023 5 commits
-
-
binmakeswell authored
-
HELSON authored
* [zero] add strict ddp mode * [polish] add comments for strict ddp mode * [zero] fix test error
-
oahzxl authored
-
Super Daniel authored
* [utils] lazy init. * [utils] remove description. * [utils] complete. * [utils] finalize. * [utils] fix names.
-
oahzxl authored
-
- 19 Jan, 2023 5 commits
-
-
Ziyue Jiang authored
Co-authored-by:Ziyue Jiang <ziyue.jiang@gmail.com>
-
oahzxl authored
-
Fazzie-Maqianli authored
[example] check dreambooth example gradient accmulation must be 1
-
jiaruifang authored
-
- 18 Jan, 2023 8 commits
-
-
-
jiaruifang authored
-
oahzxl authored
* [fx] allow control of ckpt_codegen init Currently in ColoGraphModule, ActivationCheckpointCodeGen will be set automatically in __init__. But other codegen can't be set if so. So I add an arg to control whether to set ActivationCheckpointCodeGen in __init__. * code style
-
Jiarui Fang authored
-
jiaruifang authored
-
jiaruifang authored
-
-
HELSON authored
-
- 17 Jan, 2023 1 commit
-
-
binmakeswell authored
-
- 16 Jan, 2023 2 commits
-
-
oahzxl authored
support full evoformer tracer, which is a main module of alphafold. previously we just support a simplifed version of it. 1. support some evoformer's op in fx 2. support evoformer test 3. add repos for test code
-
YuliangLiu0306 authored
-