YH

Results 14 issues of YH

### Describe the feature # Describe the feature I would like to suggest a feature that updates the variable names related to Mixed Precision and Zero Optimizer in the LowLevelZeroOptimizer...

enhancement

## 📌 Checklist before creating the PR - [ ] I have created an issue for this PR for traceability - [ ] The title follows the standard format: `[doc/gemini/tensor/...]:...

Run Build and Test

## 📌 Checklist before creating the PR - [ ] I have created an issue for this PR for traceability - [ ] The title follows the standard format: `[doc/gemini/tensor/...]:...

## 📌 Checklist before creating the PR - [ ] I have created an issue for this PR for traceability - [x] The title follows the standard format: `[doc/gemini/tensor/...]: A...

Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand...

# Description This commit introduces a pre-commit configuration file and a setup configuration file to improve the code quality and maintainability of the project. Changes: 1. A new `.pre-commit-config.yaml` file...

# Description This commit addresses an issue where the tuning configuration was unnecessarily wrapped when being saved along with the state dictionary during training checkpoints. Instead of saving the whole...

# What does this PR do? ![ci-workflow](https://github.com/huggingface/accelerate/assets/100389977/48e31e3f-e897-44c9-acc9-7369260d07ed) This PR corrects the CI workflow to ensure that the minimum specified PyTorch version (1.10.0) is installed when the `matrix.pytorch-version` is set to...

## Description This PR introduces a `.devcontainer/devcontainer.json` configuration for setting up a Docker-based development environment in VS Code, specifically for TorchServe. Many libraries, such as [Accelerate](https://github.com/huggingface/accelerate) and [PyTorch](https://github.com/pytorch/pytorch), support similar...

## Description This PR updates the `setup_ort_session` function in `ts/torch_handler/base_handler.py` to include support for the TensorRT execution provider in ONNX Runtime. When the `TensorrtExecutionProvider` is available, it is prioritized in...