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

Bump oauthlib from 3.2.1 to 3.2.2 in /examples/research_projects/decision_transformer #66

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Oct 10, 2022

  1. Release: v4.23.0

    LysandreJik committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    9ae22fe View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Fix whisper for pipeline (huggingface#19482)

    * update feature extractor params
    
    * update attention mask handling
    
    * fix doc and pipeline test
    
    * add warning when skipping test
    
    * add whisper translation and transcription test
    
    * fix build doc test
    ArthurZucker authored and sgugger committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    c8bc0a0 View commit details
    Browse the repository at this point in the history
  2. Release: v4.23.1

    sgugger committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    bd469c4 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

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

Commits on Oct 18, 2022

  1. Upgrade to transformers release V4.23.1 (#62)

    * Update trainer and model flows to accommodate sparseml
    
    Disable FP16 on QAT start (#12)
    
    * Override LRScheduler when using LRModifiers
    
    * Disable FP16 on QAT start
    
    * keep wrapped scaler object for training after disabling
    
    Using QATMatMul in DistilBERT model class (#41)
    
    Removed double quantization of output of context layer. (#45)
    
    Fix DataParallel validation forward signatures (#47)
    
    * Fix: DataParallel validation forward signatures
    
    * Update: generalize forward_fn selection
    
    Best model after epoch (#46)
    
    fix sclaer check for non fp16 mode in trainer (#38)
    
    Mobilebert QAT (#55)
    
    * Remove duplicate quantization of vocabulary.
    
    enable a QATWrapper for non-parameterized matmuls in BERT self attention (#9)
    
    * Utils and auxillary changes
    
    update Zoo stub loading for SparseZoo 1.1 refactor (#54)
    
    add flag to signal NM integration is active (#32)
    
    Add recipe_name to file names
    
    * Fix errors introduced in manual cherry-pick upgrade
    
    Co-authored-by: Benjamin Fineran <bfineran@users.noreply.github.com>
    KSGulin and bfineran committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    46f78c1 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Bump oauthlib in /examples/research_projects/decision_transformer

    Bumps [oauthlib](https://github.com/oauthlib/oauthlib) from 3.2.1 to 3.2.2.
    - [Release notes](https://github.com/oauthlib/oauthlib/releases)
    - [Changelog](https://github.com/oauthlib/oauthlib/blob/master/CHANGELOG.rst)
    - [Commits](oauthlib/oauthlib@v3.2.1...v3.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: oauthlib
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    4db149b View commit details
    Browse the repository at this point in the history