"src/array/cuda/csr2coo.hip" did not exist on "96297fb8fdd629fc2fd52872d718d78fa491cba1"
Unverified Commit 1ccbfbb6 authored by Kuba's avatar Kuba Committed by GitHub
Browse files

[docs] Add missing `\` in lora.md (#6174)

parent 29dfe22a
......@@ -179,7 +179,7 @@ accelerate launch --mixed_precision="fp16" train_text_to_image_lora.py \
--pretrained_model_name_or_path=$MODEL_NAME \
--dataset_name=$DATASET_NAME \
--dataloader_num_workers=8 \
--resolution=512
--resolution=512 \
--center_crop \
--random_flip \
--train_batch_size=1 \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment