馃毃 Refactor a bit add_tokens logic: fix bytelevel decode of added tokens + less memory deserialization 馃毃 #286
Workflow file for this run
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
| name: Delete doc comment trigger | ||
| on: | ||
| pull_request: | ||
| types: [ closed ] | ||
| jobs: | ||
| delete: | ||
| uses: huggingface/doc-builder/.github/workflows/delete_doc_comment_trigger.yml@90b4ee2c10b81b5c1a6367c4e6fc9e2fb510a7e3 # main | ||
|
Check failure on line 10 in .github/workflows/delete_doc_comment_trigger.yml
|
||
| with: | ||
| pr_number: ${{ github.event.number }} | ||