Skip to content

Commit be54c95

Browse files
ashrawatrawatawszhaoqizqwang
authored
initial commit of Blog content: "using step decorator for bedrock fine tuning" (https://sim.amazon.com/issues/ML-16440) (#4657)
* initial commit of using step decorator for bedrock fine tuning * ran black command on the notebook * Added CI badges * Added CI badges * fixed typo in notebook title --------- Co-authored-by: Ashish Rawat <[email protected]> Co-authored-by: Zhaoqi <[email protected]>
1 parent e5635da commit be54c95

File tree

3 files changed

+1920
-0
lines changed

3 files changed

+1920
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
SchemaVersion: '1.0'
2+
SageMaker:
3+
PythonSDK:
4+
Modules:
5+
RemoteFunction:
6+
# role arn is not required if in SageMaker Notebook instance or SageMaker Studio
7+
# Uncomment the following line and replace with the right execution role if in a local IDE
8+
# RoleArn: <replace the role arn here>
9+
InstanceType: ml.c5.2xlarge
10+
Dependencies: ./requirements.txt
11+
IncludeLocalWorkDir: true
12+
CustomFileFilter:
13+
IgnoreNamePatterns: # files or directories to ignore
14+
- "*.ipynb" # all notebook files
15+
16+
Pipeline:
17+
RoleArn: 'arn:aws:iam::095351214964:role/service-role/AmazonSageMaker-ExecutionRole-20200130T133110'
18+

0 commit comments

Comments
 (0)