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

Fix pipelines #608

Merged
merged 6 commits into from
May 23, 2024
Merged

Fix pipelines #608

merged 6 commits into from
May 23, 2024

Commits on May 22, 2024

  1. test(tgi): workaround issue with requests 2.32.0

    The docker package must be updated to be compatible with the latest
    requests release. In the meantime we pin requests version.
    dacorvo committed May 22, 2024
    Configuration menu
    Copy the full SHA
    0e04e53 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. fix: pin setuptools version

    dacorvo committed May 23, 2024
    Configuration menu
    Copy the full SHA
    d4cdf77 View commit details
    Browse the repository at this point in the history
  2. feat: add NeuronModel base class

    This base class will implement transformers PreTrainedModel methods
    that are not implemented in optimum PreTrainedModel base class.
    dacorvo committed May 23, 2024
    Configuration menu
    Copy the full SHA
    be54234 View commit details
    Browse the repository at this point in the history
  3. test: add missing dependency

    dacorvo committed May 23, 2024
    Configuration menu
    Copy the full SHA
    7615c7a View commit details
    Browse the repository at this point in the history
  4. fix(traced): add can_generate

    dacorvo committed May 23, 2024
    Configuration menu
    Copy the full SHA
    460fd66 View commit details
    Browse the repository at this point in the history
  5. test(modeling): fix assertion

    dacorvo committed May 23, 2024
    Configuration menu
    Copy the full SHA
    079baf9 View commit details
    Browse the repository at this point in the history