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

Efficient BLOOM Inference on PyTorch #432

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

Commits on Aug 4, 2022

  1. update

    stas00 authored and Narsil committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    1a62600 View commit details
    Browse the repository at this point in the history
  2. add perf stats

    stas00 authored and Narsil committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    ddea3f2 View commit details
    Browse the repository at this point in the history
  3. Performance metrics

    stas00 authored and Narsil committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    bbd217a View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
    2 people authored and Narsil committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    564c400 View commit details
    Browse the repository at this point in the history
  5. Write a blob about Accelerate

    sgugger authored and Narsil committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    e1707eb View commit details
    Browse the repository at this point in the history
  6. Unit 7: Deep Reinforcement Learning Course (A2C) (huggingface#433)

    * Create 89_deep_rl_a2c folder
    
    * Add A2C Introduction
    
    * Rename deep-rl-a2c to deep-rl-a2c.md
    
    * Add files via upload
    
    * Add Part 1 A2C
    
    * Add PII A A2C Article
    
    * Add PII B A2C
    
    * Misc updates A2C
    
    * Add files via upload
    
    * Add Conclusion A2C
    
    * Finish A2C before review
    
    * Add files via upload
    
    * Update deep-rl-a2c.md
    
    * Update _blog.yml
    simoninithomas authored and Narsil committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    6342bfe View commit details
    Browse the repository at this point in the history
  7. Update bloom-inference-pytorch.md

    Co-authored-by: Stas Bekman <stas00@users.noreply.github.com>
    2 people authored and Narsil committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    e2f19a2 View commit details
    Browse the repository at this point in the history
  8. typo

    stas00 authored and Narsil committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    fe004e7 View commit details
    Browse the repository at this point in the history
  9. comments

    stas00 authored and Narsil committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    5f2990a View commit details
    Browse the repository at this point in the history
  10. Apply suggestions from code review

    Co-authored-by: Nicolas Patry <patry.nicolas@protonmail.com>
    stas00 and Narsil committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    c54aff2 View commit details
    Browse the repository at this point in the history
  11. Adding my part.

    Added a small drawing in the first part that hopefully conveys a little
    better what is happening.
    Narsil committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    60d5fb8 View commit details
    Browse the repository at this point in the history
  12. Grammarly pass.

    Narsil committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    3f0f4da View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Configuration menu
    Copy the full SHA
    2899206 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    574fbb7 View commit details
    Browse the repository at this point in the history
  3. only Nicolas version

    stas00 committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    31b315d View commit details
    Browse the repository at this point in the history
  4. fix image urls

    stas00 committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    5c116e7 View commit details
    Browse the repository at this point in the history
  5. edit the new text

    stas00 committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    cf190ed View commit details
    Browse the repository at this point in the history
  6. edits

    stas00 committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    134285b View commit details
    Browse the repository at this point in the history