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

CI: Skip EETQ tests while broken #2226

Merged

Commits on Nov 20, 2024

  1. CI Skip EETQ tests while package is broken

    EETQ tries to import the shard_checkpoint function from transformers but
    it has been removed in the latest version. Therefore, trying to use EETQ
    currently results in an import error that crashes all the tests. This
    fix results in EETQ tests being skipped if there is an import error.
    
    The issue has been reported to EETQ:
    
    NetEase-FuXi/EETQ#34
    BenjaminBossan committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    ca06b9a View commit details
    Browse the repository at this point in the history
  2. Small fix

    BenjaminBossan committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    7ffdbc3 View commit details
    Browse the repository at this point in the history