opea-project / GenAIInfra

Containerization and cloud native suite for OPEA
Apache License 2.0
16 stars 22 forks source link

Add FineTuning example infra #122

Open xwu99 opened 1 week ago

xwu99 commented 1 week ago

Description

Infra for adding FineTuning example

Related PRs: https://github.com/opea-project/GenAIComps/pull/236 https://github.com/opea-project/GenAIExamples/pull/315

Issues

List the issue or RFC link this PR is working on. If there is no such link, please mark it as n/a.

Type of change

List the type of change like below. Please delete options that are not relevant.

Dependencies

List the newly introduced 3rd party dependency if exists.

Tests

Describe the tests that you ran to verify your changes.

KfreeZ commented 1 week ago

seems this PR has included code changes of #116, looks like a merge or rebase is needed

daisy-ycguo commented 6 days ago

@xwu99 Please add e2e test for this workload. You can follow the format of manifest test script to add three functions: -init_finetune -install_finetune -validate_finetune

xwu99 commented 6 days ago

@xwu99 Please add e2e test for this workload. You can follow the format of manifest test script to add three functions: -init_finetune -install_finetune -validate_finetune

thanks, I will follow.