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

Add musicgen melody #1

Merged
merged 14 commits into from
Feb 19, 2024
Merged

Add musicgen melody #1

merged 14 commits into from
Feb 19, 2024

Commits on Feb 7, 2024

  1. Fix Keras scheduler import so it works for older versions of Keras (h…

    …uggingface#28895)
    
    Fix our schedule import so it works for older versions of Keras
    Rocketknight1 authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    349a6e8 View commit details
    Browse the repository at this point in the history
  2. ⚠️ Raise Exception when trying to generate 0 tokens ⚠️ (huggingface…

    …#28621)
    
    * change warning to exception
    
    * Update src/transformers/generation/utils.py
    
    Co-authored-by: Joao Gante <joaofranciscocardosogante@gmail.com>
    
    * validate `max_new_tokens` > 0 in `GenerationConfig`
    
    * fix truncation test parameterization in `TextGenerationPipelineTests`
    
    ---------
    
    Co-authored-by: Joao Gante <joaofranciscocardosogante@gmail.com>
    danielkorat and gante authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    abf8f54 View commit details
    Browse the repository at this point in the history
  3. Update the cache number (huggingface#28905)

    * fix
    
    * fix
    
    * fix
    
    ---------
    
    Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
    ydshieh and ydshieh authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    308d2b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    87f4cf7 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. remove line breaks from md

    ylacombe committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    b36e802 View commit details
    Browse the repository at this point in the history
  2. fix issue with docstrings

    ylacombe committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    3fd2839 View commit details
    Browse the repository at this point in the history
  3. add FE suggestions

    ylacombe committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    9f15d02 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    48c2c3f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9a43be0 View commit details
    Browse the repository at this point in the history
  6. simplify docstring code

    ylacombe committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    cf89389 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bb69817 View commit details
    Browse the repository at this point in the history
  8. make style

    ylacombe committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    fc33efb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ba4d732 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5166259 View commit details
    Browse the repository at this point in the history