fix RuntimeError: Input type (float) and bias type (c10::Half) should be the same in train_text_to_image_lora.py #1095
This file contains 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@main | ||
Check failure on line 10 in .github/workflows/delete_doc_comment_trigger.yml
|
||
with: | ||
pr_number: ${{ github.event.number }} |