Skip to content

Commit 95aebea

Browse files
committed
comment messages for the llama-3-8b nb
1 parent 3c7ff08 commit 95aebea

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

genai/aws-gen-ai-kr/30_fine_tune/03-fine-tune-llama3/notebook/01-warminig-up.ipynb

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -119,19 +119,9 @@
119119
},
120120
{
121121
"cell_type": "code",
122-
"execution_count": 4,
122+
"execution_count": 22,
123123
"metadata": {},
124-
"outputs": [
125-
{
126-
"name": "stdout",
127-
"output_type": "stream",
128-
"text": [
129-
"sagemaker.config INFO - Not applying SDK defaults from location: /etc/xdg/sagemaker/config.yaml\n",
130-
"sagemaker.config INFO - Not applying SDK defaults from location: /home/ec2-user/SageMaker/.xdg/config/sagemaker/config.yaml\n",
131-
"HF_key_value: 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\n"
132-
]
133-
}
134-
],
124+
"outputs": [],
135125
"source": [
136126
"from sagemaker.huggingface import HuggingFaceModel, get_huggingface_llm_image_uri\n",
137127
"\n",
@@ -152,7 +142,7 @@
152142
"\n",
153143
"\n",
154144
"HF_key_value = get_hf_key_env_vars(hf_key_name)\n",
155-
"print(\"HF_key_value: \", HF_key_value)"
145+
"# print(\"HF_key_value: \", HF_key_value)"
156146
]
157147
},
158148
{
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"folders": [
3+
{
4+
"path": "."
5+
}
6+
],
7+
"settings": {}
8+
}

0 commit comments

Comments
 (0)