DOC: document missing parameters in load_accelerator_state, find_executable_batch_size, and send_to_device #1401
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # To run this bot, comment "@bot /style" on a PR | |
| name: Style Bot | |
| on: | |
| issue_comment: | |
| types: [created] | |
| permissions: | |
| pull-requests: write | |
| contents: read | |
| jobs: | |
| style: | |
| uses: huggingface/huggingface_hub/.github/workflows/style-bot-action.yml@e2867e92c07d15e1bf18994d0a945ef5ad6b8d65 | |
| with: | |
| python_quality_dependencies: "[quality]" | |
| style_command_type: "default" | |
| secrets: | |
| app_id: ${{ secrets.HF_BOT_STYLE_APP_ID }} | |
| app_private_key: ${{ secrets.HF_BOT_STYLE_SECRET_PEM }} |