Skip to content

Commit 32da1fe

Browse files
committed
wip: loraConfig
1 parent baabca2 commit 32da1fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/v1beta1/sdk/llm-hp-optimization.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@
338338
},
339339
{
340340
"cell_type": "code",
341-
"execution_count": 26,
341+
"execution_count": 27,
342342
"id": "45c5a2476e1bffb7",
343343
"metadata": {
344344
"ExecuteTime": {
@@ -369,8 +369,8 @@
369369
" num_train_epochs=1,\n",
370370
" ),\n",
371371
" lora_config=LoraConfig(\n",
372-
" r = 8,\n",
373-
" lora_alpha=8,\n",
372+
" r=katib.search.int(min=8, max=32),\n",
373+
" lora_alpha=16,\n",
374374
" lora_dropout=0.1,\n",
375375
" bias=\"none\",\n",
376376
" )\n",

0 commit comments

Comments
 (0)