1. 13 May, 2022 5 commits
    • Yih-Dar's avatar
      fix --gpus option for docker (#17235) · 993553b2
      Yih-Dar authored
      
      Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
      993553b2
    • Yih-Dar's avatar
      Update self-push workflow (#17177) · 38043d84
      Yih-Dar authored
      
      
      * update push ci
      
      * install git-python
      
      * update comment
      
      * update deepspeed jobs
      
      * fix report
      
      * skip 2 more tests that require fairscale
      
      * Fix changes in test_fetcher.py (to deal with `setup.py` is changed)
      
      * set RUN_PT_TF_CROSS_TESTS=1 and final clean-up
      
      * remove SIGOPT_API_TOKEN
      
      * remove echo "$matrix_folders"
      Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
      38043d84
    • Patrick von Platen's avatar
      OPT - fix docstring and improve tests slighly (#17228) · 18d6b356
      Patrick von Platen authored
      * correct some stuff
      
      * fix doc tests
      
      * make style
      18d6b356
    • Younes Belkada's avatar
      OPT-fix (#17229) · dfc76018
      Younes Belkada authored
      * try fixes
      
      * Revert "try fixes"
      
      This reverts commit a8ad75ef69d4fc03a402ef61bd034b018aa8555e.
      
      * add correct shape
      
      * add correct path
      dfc76018
    • Rafael Zimmer's avatar
      Added translation of installation.mdx to Portuguese Issue #16824 (#16979) · 85fc4559
      Rafael Zimmer authored
      
      
      * Added translation of installation.mdx to Portuguese, as well
      as default templates of _toctree.yml and _config.py
      
      * [ build_documentation.yml ] - Updated doc_builder to build
      documentation in Portuguese.
      [ pipeline_tutorial.mdx ] - Created translation for the pipeline_tutorial.mdx.
      
      * [ build_pr_documentation.yml ] - Added pt language to pr_documentation builder.
      
      [ pipeline_tutorial.mdx ] - Grammar changes.
      
      * [ accelerate.mdx ] - Translated to Portuguese the acceleration tutorial.
      
      * [ multilingual.mdx ] - Added portuguese translation for multilingual tutorial.
      
      [ training.mdx ] - Added portuguese translation for training tutorial.
      
      * [ preprocessing.mdx ] - WIP
      
      * Update _toctree.yml
      
      * Adding Pré-processamento to _toctree.yml
      
      * Update accelerate.mdx
      
      * Nits and eliminate preprocessing file while it is ready
      Co-authored-by: default avatarOmar U. Espejel <espejelomar@gmail.com>
      85fc4559
  2. 12 May, 2022 17 commits
  3. 11 May, 2022 13 commits
  4. 10 May, 2022 5 commits
    • Leon Derczynski's avatar
      MobileBERT tokenizer tests (#16896) · 4a419d49
      Leon Derczynski authored
      
      
      * unhardcode pretrained model path, make it a class var
      
      * add tests for mobilebert tokenizer
      
      * allow tempfiles for vocab & merge similarity test to autodelete
      
      * add explanatory comments
      
      * remove unused imports, let make style do its.. thing
      
      * remove inheritance and use BERT tok tests for MobileBERT
      
      * Update tests/mobilebert/test_tokenization_mobilebert.py
      Co-authored-by: default avatarSaulLu <55560583+SaulLu@users.noreply.github.com>
      
      * amend class names, remove unused import, add fix for mobilebert's hub pathname
      
      * unhardcode pretrained model path, make it a class var
      
      * add tests for mobilebert tokenizer
      
      * allow tempfiles for vocab & merge similarity test to autodelete
      
      * add explanatory comments
      
      * remove unused imports, let make style do its.. thing
      
      * remove inheritance and use BERT tok tests for MobileBERT
      
      * Update tests/mobilebert/test_tokenization_mobilebert.py
      Co-authored-by: default avatarSaulLu <55560583+SaulLu@users.noreply.github.com>
      
      * amend class names, remove unused import, add fix for mobilebert's hub pathname
      
      * amend paths for model tests being in models/ subdir of /tests
      
      * explicitly rm test from prev path
      Co-authored-by: default avatarSaulLu <55560583+SaulLu@users.noreply.github.com>
      4a419d49
    • Jason Phang's avatar
      Add DebertaV2ForMultipleChoice (#17135) · 48a8f3da
      Jason Phang authored
      48a8f3da
    • Sylvain Gugger's avatar
      Fix template init (#17163) · 4ad2f68e
      Sylvain Gugger authored
      4ad2f68e
    • Nicolas Brousse's avatar
      Add MLFLOW_FLATTEN_PARAMS support in MLflowCallback (#17148) · e99f0efe
      Nicolas Brousse authored
      * add support for MLFLOW_FLATTEN_PARAMS
      
      * ensure key is str
      
      * fix style and update warning msg
      
      * Empty commit to trigger CI
      
      * fix bug in check_inits.py
      
      * add unittest for flatten_dict utils
      
      * fix 'NoneType' object is not callable on __del__
      
      * add generic flatten_dict unittest to SPECIAL_MODULE_TO_TEST_MAP
      
      * fix style
      e99f0efe
    • Stas Bekman's avatar
      missing file (#17164) · 976835d5
      Stas Bekman authored
      976835d5