Skip to content

Commit

Permalink
fix(components): Upload the tuned adapter to Model Registry instead o…
Browse files Browse the repository at this point in the history
…f model checkpoint from `preview.llm.rlhf_pipeline`

PiperOrigin-RevId: 591117156
  • Loading branch information
Googler committed Dec 15, 2023
1 parent 75ffbf9 commit e2e7322
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions components/google-cloud/RELEASE.md
@@ -1,4 +1,5 @@
## Upcoming release
* Upload the tuned adapter to Model Registry instead of model checkpoint from `preview.llm.rlhf_pipeline`.

## Release 2.8.0
* Release AutoSxS pipeline to preview.
Expand Down
Expand Up @@ -128,7 +128,7 @@ def rlhf_pipeline(
)

llm_model_handler = deployment_graph.pipeline(
output_adapter_path=rl_model_pipeline.outputs['output_model_path'],
output_adapter_path=rl_model_pipeline.outputs['output_adapter_path'],
large_model_reference=large_model_reference,
model_display_name=model_display_name,
deploy_model=deploy_model,
Expand Down

0 comments on commit e2e7322

Please sign in to comment.