Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Patch 2025 02 07 hf pt inference neuronx (#4543)
* patch transformers, optimum_neuron, ubuntu and bump major version * 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-neuronx-inference': 'huggingface/pytorch/inference/buildspec-neuronx.yml'}, 'dev': { 'arm64_mode': False, 'deep_canary_mode': False, 'graviton_mode': False, 'neuronx_mode': True}, 'test': { 'ec2_tests': True, 'ecs_tests': True, 'eks_tests': True, 'sagemaker_local_tests': True, 'sagemaker_remote_tests': True, 'sanity_tests': True, 'security_tests': True}} * bump miniforge version * remove emacs * also fix release_images * optimum-neuron requires hugginface-hub>=0.28.0 * revert transformers change due to chain reqs requiring hugginface_hub 0.28 * ignore transformers vulnerability from Safety * wrong file i guess? moving the ignore to a diff allowlist * nvm, its because its picking up the wrong dict * dont bump optimum neuron * Revert "Update ['dlc_developer_config.toml']" This reverts commit a9209af.
- Loading branch information