Skip to content

Commit 1cb948e

Browse files
Merge pull request #87 from hyeonsangjeon/master
updating status of endpoint creation and modify the local package path
2 parents d732184 + 1e46170 commit 1cb948e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

genai/aws-gen-ai-kr/20_applications/04_rag_finance_opensearch_sllm_workshop/TASK-2-optional_Polyglot_12.8B_Korea_LLM_Model_Creation.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
"%autoreload 2\n",
2929
"import sys\n",
3030
"sys.path.append('./utils')\n",
31-
"sys.path.append('./templates')"
31+
"sys.path.append('./templates')\n",
32+
"sys.path.append('./common_code')"
3233
]
3334
},
3435
{

0 commit comments

Comments
 (0)