"tests/backend/vscode:/vscode.git/clone" did not exist on "a00636a02b61a1e0a1d5f330bd0e6a19c28d69a3"
Unverified Commit 164ec9f4 authored by GSSun's avatar GSSun Committed by GitHub
Browse files

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
parent 38a3e4df
...@@ -196,7 +196,7 @@ ...@@ -196,7 +196,7 @@
}, },
"outputs": [], "outputs": [],
"source": [ "source": [
"!rm -rf dog/.huggingface" "!rm -rf dog/.cache"
] ]
}, },
{ {
......
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