Skip to content

Commit 020c773

Browse files
authored
Merge pull request #3356 from GoogleCloudPlatform/llm-tuning-update
chore(aiplatform): update LLM tuning sample
2 parents 16bef77 + b21499c commit 020c773

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ai-platform/snippets/tuning.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ async function main(
2323
gcsOutputDirectory,
2424
location = 'europe-west4',
2525
datasetUri = 'gs://cloud-samples-data/ai-platform/generative_ai/headline_classification.jsonl',
26-
trainSteps = 10
26+
trainSteps = 300
2727
) {
2828
// [START aiplatform_model_tuning]
2929
/**
@@ -66,7 +66,7 @@ async function main(
6666

6767
const pipelineJob = {
6868
templateUri:
69-
'https://us-kfp.pkg.dev/ml-pipeline/large-language-model-pipelines/tune-large-model/v1.0.0',
69+
'https://us-kfp.pkg.dev/ml-pipeline/large-language-model-pipelines/tune-large-model/v2.0.0',
7070
displayName: 'my-tuning-job',
7171
runtimeConfig,
7272
};

0 commit comments

Comments
 (0)