Skip to content

Commit 164ec9f

Browse files
authored
fix IsADirectoryError when running the training code for sd3_dreambooth_lora_16gb.ipynb (#9634)
Add files via upload fix IsADirectoryError when running the training code
1 parent 38a3e4d commit 164ec9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/research_projects/sd3_lora_colab/sd3_dreambooth_lora_16gb.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
},
197197
"outputs": [],
198198
"source": [
199-
"!rm -rf dog/.huggingface"
199+
"!rm -rf dog/.cache"
200200
]
201201
},
202202
{

0 commit comments

Comments
 (0)