Skip to content

Commit bb2bd6d

Browse files
committed
change path
1 parent d2953d8 commit bb2bd6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

genai/aws-gen-ai-kr/30_fine_tune/01-instruction-tuning-peft-lora/2_local-infer-debug-lora.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@
378378
"from typing import Union\n",
379379
"\n",
380380
"def load_template(template_name: str):\n",
381-
" file_name = osp.join(\"../templates\", f\"{template_name}.json\")\n",
381+
" file_name = osp.join(\"./templates\", f\"{template_name}.json\")\n",
382382
" if not osp.exists(file_name):\n",
383383
" raise ValueError(f\"Can't read {file_name}\")\n",
384384
" with open(file_name, encoding='utf-8') as fp: # 'utf-8' 인코딩으로 파일을 엽니다.\n",

0 commit comments

Comments
 (0)