Upload 2 files
Browse files- MyRunpodFinetuneScriptsv17.zip +2 -2
- finetune_pipeline.sh +1 -1
MyRunpodFinetuneScriptsv17.zip
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:16db0b6bb8ae6186d811c772107a7b619572fac48f992ef85d7d435dda346e3d
|
| 3 |
+
size 10474
|
finetune_pipeline.sh
CHANGED
|
@@ -12,7 +12,7 @@ apt-get update && apt-get install -y unzip
|
|
| 12 |
###############################################################################
|
| 13 |
echo ">>> [Script 1] Step 1: Downloading MyRunpodFinetuneScripts.zip ..."
|
| 14 |
wget -O /workspace/MyRunpodFinetuneScripts.zip \
|
| 15 |
-
"https://huggingface.co/Gerchegg/FeaturesFluxAI/resolve/main/
|
| 16 |
|
| 17 |
echo ">>> [Script 1] Step 2: Unzipping MyRunpodFinetuneScripts.zip ..."
|
| 18 |
unzip -o /workspace/MyRunpodFinetuneScripts.zip -d /workspace
|
|
|
|
| 12 |
###############################################################################
|
| 13 |
echo ">>> [Script 1] Step 1: Downloading MyRunpodFinetuneScripts.zip ..."
|
| 14 |
wget -O /workspace/MyRunpodFinetuneScripts.zip \
|
| 15 |
+
"https://huggingface.co/Gerchegg/FeaturesFluxAI/resolve/main/MyRunpodFinetuneScriptsv17.zip"
|
| 16 |
|
| 17 |
echo ">>> [Script 1] Step 2: Unzipping MyRunpodFinetuneScripts.zip ..."
|
| 18 |
unzip -o /workspace/MyRunpodFinetuneScripts.zip -d /workspace
|