We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8694715 commit 4e3cc2cCopy full SHA for 4e3cc2c
examples/text_to_image/train_text_to_image_sdxl.py
@@ -61,7 +61,6 @@
61
if is_torch_npu_available():
62
import torch_npu
63
torch.npu.config.allow_internal_format = False
64
- torch.npu.set_compile_mode(jit_compile=False)
65
66
DATASET_NAME_MAPPING = {
67
"lambdalabs/naruto-blip-captions": ("image", "text"),
0 commit comments