Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue#85 #86

Merged
merged 124 commits into from
Sep 20, 2022
Merged

Fix issue#85 #86

merged 124 commits into from
Sep 20, 2022

Commits on Jun 29, 2022

  1. saved workd

    Signed-off-by: Anhforth <[email protected]>
    Anhforth committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    83fceae View commit details
    Browse the repository at this point in the history
  2. saved workd

    Signed-off-by: Anhforth <[email protected]>
    Anhforth committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    f113f7c View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. saved work on 6.29

    Anhforth committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    708ce15 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. transformed tokenizer: progressing

    Signed-off-by: Anhforth <[email protected]>
    Anhforth committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    0d1b079 View commit details
    Browse the repository at this point in the history
  2. Opt 30b (#16)

    * clean codes 
    Co-authored-by: Zac Liu <[email protected]>
    920232796 committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    2763b5d View commit details
    Browse the repository at this point in the history
  3. fix bert tokenizer issue (#18)

    * fix bert tokenizer issue
    * updated t5, opt and roberta tokenizers
    * fixed doc 404 error
    Signed-off-by: ZhaodongYan1 <[email protected]>
    Anhforth committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    3e52907 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2022

  1. reconstruct the tokenizer structure

    Signed-off-by: ZhaodongYan1 <[email protected]>
    ZhaodongYan1 committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    deb2612 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. tested the new tokenizer

    Signed-off-by: Anhforth <[email protected]>
    Anhforth committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    c2c6e9d View commit details
    Browse the repository at this point in the history
  2. removed some redundant codes and added sp model

    Signed-off-by: Anhforth <[email protected]>
    Anhforth committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    fc2b5d8 View commit details
    Browse the repository at this point in the history
  3. updated the tokenizer

    Signed-off-by: ZhaodongYan1 <[email protected]>
    ZhaodongYan1 committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    7da1757 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. saved work

    Signed-off-by: Anhforth <[email protected]>
    Anhforth committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    7c8c0b1 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. Opt 66b (#19)

    * autoloader for opt
    * opt-66b inference
    * Update train.py
    * Load data from example dir
    * add readme of multi GPU inference
    
    Co-authored-by: Zac Liu <[email protected]>
    920232796 and marscrazy committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    3a0c8cb View commit details
    Browse the repository at this point in the history
  2. saved work on 7.6

    Signed-off-by: Anhforth <[email protected]>
    Anhforth committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    265d35a View commit details
    Browse the repository at this point in the history
  3. updated release version

    Signed-off-by: Anhforth <[email protected]>
    Anhforth committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    4f8d715 View commit details
    Browse the repository at this point in the history
  4. fix tokenizer issue

    Signed-off-by: Anhforth <[email protected]>
    Anhforth committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    efc1310 View commit details
    Browse the repository at this point in the history
  5. temp save

    Signed-off-by: Anhforth <[email protected]>
    Anhforth committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    59531e7 View commit details
    Browse the repository at this point in the history
  6. tokenizer test passed

    Signed-off-by: Anhforth <[email protected]>
    Anhforth committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    3b6c16a View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. fixed some errors

    Signed-off-by: Anhforth <[email protected]>
    Anhforth committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    a7ff8f3 View commit details
    Browse the repository at this point in the history
  2. test of tokenizer transform

    Signed-off-by: Anhforth <[email protected]>
    Anhforth committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    f4ff1a8 View commit details
    Browse the repository at this point in the history
  3. fixed conflicts

    Signed-off-by: Anhforth <[email protected]>
    Anhforth committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    811d9e9 View commit details
    Browse the repository at this point in the history
  4. fixed error

    Signed-off-by: Anhforth <[email protected]>
    Anhforth committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    1406d89 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. add encode_plus

    Signed-off-by: Anhforth <[email protected]>
    Anhforth committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    b30eefa View commit details
    Browse the repository at this point in the history
  2. fix bug multi_gpu_training

    920232796 committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    9b81869 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #21 from baai-open-internal/fix_multi_gpu_training

    fix bug multi_gpu_training
    Anhforth committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    7ad38a0 View commit details
    Browse the repository at this point in the history
  4. changed the version

    Signed-off-by: Anhforth <[email protected]>
    Anhforth committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    72ffd6a View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. fix_validation_bug (#24)

    920232796 committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    e6f89a6 View commit details
    Browse the repository at this point in the history
  2. updated the version

    Signed-off-by: Anhforth <[email protected]>
    Anhforth committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    29ea850 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. updated

    Signed-off-by: Anhforth <[email protected]>
    Anhforth committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    4c68936 View commit details
    Browse the repository at this point in the history
  2. modified encoder_plus

    Signed-off-by: Anhforth <[email protected]>
    Anhforth committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    4834f23 View commit details
    Browse the repository at this point in the history
  3. add vit and examples

    920232796 committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    8d44329 View commit details
    Browse the repository at this point in the history
  4. vit and examples

    920232796 committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    81c438d View commit details
    Browse the repository at this point in the history
  5. Update base_model.py

    remove unused glob
    marscrazy committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    da24628 View commit details
    Browse the repository at this point in the history
  6. Update vit.py

    remove data statis
    marscrazy committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    aff728b View commit details
    Browse the repository at this point in the history
  7. modify readme.md

    Signed-off-by: zhaohu xing <[email protected]>
    920232796 committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    e5a0ddb View commit details
    Browse the repository at this point in the history
  8. modify readme.md

    Signed-off-by: zhaohu xing <[email protected]>
    920232796 committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    fe56b8b View commit details
    Browse the repository at this point in the history
  9. delete annotating code

    Signed-off-by: zhaohu xing <[email protected]>
    920232796 committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    fc6c32e View commit details
    Browse the repository at this point in the history
  10. Vit xzh (#25)

    * add vit and examples
    
    * vit and examples
    
    * Update base_model.py
    
    remove unused glob
    
    * Update vit.py
    
    remove data statis
    
    * modify readme.md
    
    Signed-off-by: zhaohu xing <[email protected]>
    
    * modify readme.md
    
    Signed-off-by: zhaohu xing <[email protected]>
    
    * delete annotating code
    
    Signed-off-by: zhaohu xing <[email protected]>
    
    Co-authored-by: Zac Liu <[email protected]>
    920232796 and marscrazy committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    cd45e5c View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2022

  1. updated

    Signed-off-by: Anhforth <[email protected]>
    Anhforth committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    5448084 View commit details
    Browse the repository at this point in the history
  2. updated

    Signed-off-by: Anhforth <[email protected]>
    Anhforth committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    eb555fc View commit details
    Browse the repository at this point in the history
  3. performing tests on examples

    Signed-off-by: Anhforth <[email protected]>
    Anhforth committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    9649aa4 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. finished example testing

    Signed-off-by: Anhforth <[email protected]>
    Anhforth committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    67c1288 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Configuration menu
    Copy the full SHA
    faee281 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06f0b69 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Merge pull request #27 from baai-open-internal/develop

    merge flagi  into internal develop
    marscrazy committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    deaa120 View commit details
    Browse the repository at this point in the history
  2. env trainer

    Signed-off-by: zhaohu xing <[email protected]>
    920232796 committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    9558a47 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #29 from baai-open-internal/env_args

    add env_trainer for batch script running
    marscrazy committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    c35d4b6 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. vit-checkpoint-activations

    Signed-off-by: zhaohu xing <[email protected]>
    920232796 committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    437caa4 View commit details
    Browse the repository at this point in the history
  2. vit-checkpoint-activations

    Signed-off-by: zhaohu xing <[email protected]>
    920232796 committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    dc6fc3d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #33 from baai-open-internal/vit-checkpointing-acti…

    …vations
    
    add  checkpointing activations for VIT when env_type = pytorch/deepspeed
    marscrazy committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    c1cec9f View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. update

    jongjyh committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    d74cf92 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #34 from baai-open-internal/fix_eval_loss

    fix the eval loss bug and some wrong command in README and README_ch
    marscrazy committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    044bc80 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. merged the master

    Signed-off-by: Anhforth <[email protected]>
    Anhforth committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    d85f8af View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. inference and train

    wchh-2000 committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    1b5ecc6 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. fix bug bert model

    xuanricheng committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    1fe6d3e View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. Configuration menu
    Copy the full SHA
    0c243d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. updated seq2seq

    Signed-off-by: shunxing1234 <[email protected]>
    shunxing1234 committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    2c28a7d View commit details
    Browse the repository at this point in the history
  2. update

    wchh-2000 committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    e03247e View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Configuration menu
    Copy the full SHA
    4a4b003 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Configuration menu
    Copy the full SHA
    ce5fd31 View commit details
    Browse the repository at this point in the history
  2. Update train.py

    marscrazy committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    8353cd3 View commit details
    Browse the repository at this point in the history
  3. Delete tst_superglue.py

    marscrazy committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    5d5e135 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. updated according to comments

    Signed-off-by: BAAI-OpenPlatform <[email protected]>
    BAAI-OpenPlatform committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    4c6ba56 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #50 from baai-open-internal/bert_model

    fix bug bert model
    BAAI-OpenPlatform committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    6076287 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. merged the clip tokenizer

    Signed-off-by: BAAI-OpenPlatform <[email protected]>
    BAAI-OpenPlatform committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    c11e232 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. merged clip tokenizer

    Signed-off-by: BAAI-OpenPlatform <[email protected]>
    BAAI-OpenPlatform committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    6e135ef View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Update inference_clip.py

    marscrazy committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    fd06e4d View commit details
    Browse the repository at this point in the history
  2. Update auto_loader.py

    marscrazy committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    b61b708 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25b659b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #20 from baai-open-internal/transform_tokenizer

    Transform tokenizer
    marscrazy committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    8cffa38 View commit details
    Browse the repository at this point in the history
  5. swinv1v2

    Signed-off-by: zhaohu xing <[email protected]>
    920232796 committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    9117f78 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #58 from baai-open-internal/swinv1v2_checkpoint_ac…

    …tivations
    
    add swinv1v2
    marscrazy committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    f3186d9 View commit details
    Browse the repository at this point in the history
  7. updated the version

    Signed-off-by: Anhforth <[email protected]>
    Anhforth committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    4bd211d View commit details
    Browse the repository at this point in the history
  8. updated the requirement packages list

    Signed-off-by: Anhforth <[email protected]>
    Anhforth committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    6ef4190 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. fixed some issues

    Signed-off-by: BAAI-OpenPlatform <[email protected]>
    BAAI-OpenPlatform committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    036e337 View commit details
    Browse the repository at this point in the history
  2. fixed some issues

    Signed-off-by: BAAI-OpenPlatform <[email protected]>
    BAAI-OpenPlatform committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    edfd518 View commit details
    Browse the repository at this point in the history
  3. tried to fix the data directory not found error

    Signed-off-by: BAAI-OpenPlatform <[email protected]>
    BAAI-OpenPlatform committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    497d709 View commit details
    Browse the repository at this point in the history
  4. fixed issues in running glm_seq2seq

    Signed-off-by: BAAI-OpenPlatform <[email protected]>
    BAAI-OpenPlatform committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    1ac43c0 View commit details
    Browse the repository at this point in the history
  5. Update test_glm_seq2seq.py

    marscrazy committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    351fba7 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #59 from baai-open-internal/fix_issues

    fixed some issues
    marscrazy committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    35b5d9a View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. fix glm tokenizer bug

    920232796 committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    b5a14ed View commit details
    Browse the repository at this point in the history
  2. fix a glm tokenizer bug

    Signed-off-by: zhaohu xing <[email protected]>
    920232796 committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    9f786e0 View commit details
    Browse the repository at this point in the history
  3. Update tokenizer.py

    marscrazy committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    18c95e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    56c081f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #60 from baai-open-internal/fix_glm_tokenizer

    Fix glm tokenizer
    marscrazy committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    c3c3569 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. add news section in Readme

    Signed-off-by: marscrazy <[email protected]>
    marscrazy committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    4ebd057 View commit details
    Browse the repository at this point in the history
  2. add news section in readme

    Signed-off-by: marscrazy <[email protected]>
    marscrazy committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    90f410c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82c0faa View commit details
    Browse the repository at this point in the history
  4. updated docs for tokenizer

    Signed-off-by: Anhforth <[email protected]>
    Anhforth committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    95d24a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Merge pull request #62 from baai-open-internal/update_docs

    updated docs for tokenizer
    BAAI-OpenPlatform committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    8be6804 View commit details
    Browse the repository at this point in the history
  2. update required packages

    Signed-off-by: Anhforth <[email protected]>
    Anhforth committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    0b3340d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #63 from baai-open-internal/add_section

    update required packages
    BAAI-OpenPlatform committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    63ef585 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. fix_issue_85

    920232796 committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    40f0ccb View commit details
    Browse the repository at this point in the history
  2. fix_issue_85

    Signed-off-by: zhaohu xing <[email protected]>
    920232796 committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    4bfadc5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53ee658 View commit details
    Browse the repository at this point in the history
  4. update version

    Signed-off-by: Anhforth <[email protected]>
    Anhforth committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    f10049b View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. fixed tokenizer

    Signed-off-by: Anhforth <[email protected]>
    Anhforth committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    9293b88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ec4280 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Update README.md

    marscrazy committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    6f53d35 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    marscrazy committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    44f29e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6b39e6 View commit details
    Browse the repository at this point in the history
  4. Update auto_loader.py

    marscrazy committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    4fe55d8 View commit details
    Browse the repository at this point in the history
  5. Update bert_model.py

    marscrazy committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    c253242 View commit details
    Browse the repository at this point in the history
  6. Update bert_model.py

    fix bugs in bert forward with different shape of attention mask
    marscrazy committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    53fc0d5 View commit details
    Browse the repository at this point in the history
  7. Update setup.py

    marscrazy committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    0ae5e6b View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. enable offline loading

    Signed-off-by: Anhforth <[email protected]>
    Anhforth committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    13491af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0b9f90 View commit details
    Browse the repository at this point in the history
  3. fixed error in test_files and add robert ch tokenizer

    Signed-off-by: Anhforth <[email protected]>
    Anhforth committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    f19aee8 View commit details
    Browse the repository at this point in the history
  4. updated docs

    Signed-off-by: Anhforth <[email protected]>
    Anhforth committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    e34028e View commit details
    Browse the repository at this point in the history
  5. test

    Signed-off-by: Anhforth <[email protected]>
    Anhforth committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    4f56005 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. fix error in action

    Signed-off-by: Anhforth <[email protected]>
    Anhforth committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    cdb7219 View commit details
    Browse the repository at this point in the history
  2. test runner

    Signed-off-by: Anhforth <[email protected]>
    Anhforth committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    c9c5ad0 View commit details
    Browse the repository at this point in the history
  3. recovered

    Signed-off-by: Anhforth <[email protected]>
    Anhforth committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    b720a13 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. enabled offline loading

    Signed-off-by: Anhforth <[email protected]>
    Anhforth committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    2794029 View commit details
    Browse the repository at this point in the history
  2. solved vit issue

    Signed-off-by: Anhforth <[email protected]>
    Anhforth committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    90e57aa View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. modified according to pr comments

    Signed-off-by: Anhforth <[email protected]>
    Anhforth committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    a6839e7 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. solved Filenotfounderror

    Signed-off-by: Anhforth <[email protected]>
    Anhforth committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    4c7736c View commit details
    Browse the repository at this point in the history
  2. recovered the previous model loading

    Signed-off-by: Anhforth <[email protected]>
    Anhforth committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    8b20fbf View commit details
    Browse the repository at this point in the history
  3. updated the checkpoints

    Signed-off-by: Anhforth <[email protected]>
    Anhforth committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    ce03958 View commit details
    Browse the repository at this point in the history
  4. removed loading checkpoints

    Signed-off-by: Anhforth <[email protected]>
    Anhforth committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    860a3ac View commit details
    Browse the repository at this point in the history
  5. recovered unzipping checkpoints

    Signed-off-by: Anhforth <[email protected]>
    Anhforth committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    d1a342e View commit details
    Browse the repository at this point in the history
  6. test_runner

    Signed-off-by: Anhforth <[email protected]>
    Anhforth committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    ebf792a View commit details
    Browse the repository at this point in the history
  7. recovered new checkpoints

    Signed-off-by: Anhforth <[email protected]>
    Anhforth committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    d68f222 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. added comments

    Signed-off-by: Anhforth <[email protected]>
    Anhforth committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    8b06a94 View commit details
    Browse the repository at this point in the history
  2. Update train_deepspeed.py

    marscrazy committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    1783a5d View commit details
    Browse the repository at this point in the history