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 hf pt inference huggingface hub issue #4408

Open
wants to merge 22 commits into
base: master
Choose a base branch
from

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    dbc8de0 View commit details
    Browse the repository at this point in the history
  2. Update ['dlc_developer_config.toml']

    dlc_developer_config.toml:
    {   'build': {   'build_frameworks': ['huggingface_pytorch'],
                     'build_inference': True,
                     'build_training': False},
        'buildspec_override': {   'dlc-pr-huggingface-pytorch-inference': 'huggingface/pytorch/inference/buildspec.yml'},
        'dev': {   'deep_canary_mode': False,
                   'graviton_mode': False,
                   'neuronx_mode': False},
        'test': {   'ec2_tests': True,
                    'ecs_tests': True,
                    'eks_tests': True,
                    'functionality_sanity_tests': True,
                    'sagemaker_local_tests': True,
                    'sagemaker_remote_tests': True,
                    'security_sanity_tests': True}}
    shaernev committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    44e8ffb View commit details
    Browse the repository at this point in the history
  3. chore: fixing typo

    shaernev committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    8ef4197 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

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

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    0ad236a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f13034d View commit details
    Browse the repository at this point in the history
  3. chore: trying 0.23.2 for huggingface_hub

    shaernev committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    7f9673e View commit details
    Browse the repository at this point in the history
  4. chore: trying new instance type for testing

    shaernev committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    1652612 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. Revert "chore: trying new instance type for testing"

    This reverts commit 1652612.
    shaernev committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    09d3ca1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bba645a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2cb375 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b63b3c4 View commit details
    Browse the repository at this point in the history
  5. chore: moving install to specific version

    shaernev committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    da538d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. chore: trying to reinstall cmake

    shaernev committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    84e84cd View commit details
    Browse the repository at this point in the history
  2. fix: removing conda install

    shaernev committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    a7486ad View commit details
    Browse the repository at this point in the history
  3. Revert "fix: removing huggingface_hub install from dockerfiles"

    This reverts commit f2cb375.
    shaernev committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    6e68075 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Revert "Update ['dlc_developer_config.toml']"

    This reverts commit 44e8ffb.
    shaernev committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    46a7cdc View commit details
    Browse the repository at this point in the history
  2. chore: removing kenlm pin and version check

    shaernev committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    fb53ca1 View commit details
    Browse the repository at this point in the history
  3. Revert "Revert "Update ['dlc_developer_config.toml']""

    This reverts commit 46a7cdc.
    shaernev committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    e5943d2 View commit details
    Browse the repository at this point in the history
  4. chore: fix dlc_developer_config.toml

    shaernev committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    b2b07e3 View commit details
    Browse the repository at this point in the history
  5. chore: fixing toml

    shaernev committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    0cfa0bb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a662e98 View commit details
    Browse the repository at this point in the history