djuna commited on
Commit
9375672
·
verified ·
1 Parent(s): 21c42c9

fix escape and import

Browse files
Files changed (1) hide show
  1. MergeKitPlus.ipynb +2 -1
MergeKitPlus.ipynb CHANGED
@@ -97,7 +97,7 @@
97
  "trust_remote_code = False # @param {type:\"boolean\"}\n",
98
  "clone_tensors = True # @param {type:\"boolean\"}\n",
99
  "low_ram = True # @param {type:\"boolean\"}\n",
100
- "out_shard_size = "500M" # @param {type:\"string\"}\n",
101
  "\n",
102
  "# @markdown ### Extract LoRA (experimental)\n",
103
  "base_model = \"unsloth/Llama-3.2-3B-Instruct\" # @param {type:\"string\"}\n",
@@ -233,6 +233,7 @@
233
  "\n",
234
  "!pip install -qU huggingface_hub\n",
235
  "\n",
 
236
  "import yaml\n",
237
  "\n",
238
  "from huggingface_hub import HfApi\n",
 
97
  "trust_remote_code = False # @param {type:\"boolean\"}\n",
98
  "clone_tensors = True # @param {type:\"boolean\"}\n",
99
  "low_ram = True # @param {type:\"boolean\"}\n",
100
+ "out_shard_size = \"500M\" # @param {type:\"string\"}\n",
101
  "\n",
102
  "# @markdown ### Extract LoRA (experimental)\n",
103
  "base_model = \"unsloth/Llama-3.2-3B-Instruct\" # @param {type:\"string\"}\n",
 
233
  "\n",
234
  "!pip install -qU huggingface_hub\n",
235
  "\n",
236
+ "import os\n"
237
  "import yaml\n",
238
  "\n",
239
  "from huggingface_hub import HfApi\n",