You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: genai/aws-gen-ai-kr/40_inference/90_benchmark/10-Getting-Started/1-simple-inference.ipynb
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,15 @@
6
6
"source": [
7
7
"# SageMaker Endpoint 추론 및 간단한 벤치마크\n",
8
8
"\n",
9
-
"이 노트북은 SageMaker Studio Code Editor 에서 테스트 되었습니다.\n",
10
-
"- 사용 커널: base(Python 3.10.13)"
9
+
"### 선수 사항\n",
10
+
"- 이 노트북은 [20-Fine-Tune-Llama-7B-INF2](../../20-Fine-Tune-Llama-7B-INF2/README.md) 의 Llama-7B 모델의 파인 튜닝후에 SageMaker Endpoint 가 배포 된 이후에 실행 결과 입니다. \n",
11
+
"- 다른 Llama 2 계열의 SageMaker Endpoint 가 배포된 이후에 실행 하셔도 됩니다. \n",
12
+
"\n",
13
+
"\n",
14
+
"실험 환경: 노트북은 SageMaker Studio Code Editor 에서 테스트 되었습니다.\n",
0 commit comments