redhat-et / ilab-on-ocp

12 stars 16 forks source link

use separate secrets & configmaps and/or values for judge & teacher model servers #147

Open sallyom opened 5 days ago

sallyom commented 5 days ago

Currently we are using the same model & server endpoint for sdg teacher model and eval judge model. In real scenarios, there will be a separate teacher model server and judge model server. Will need to update the pipeline and standalone scripts to accommodate separate models:

For example, standalone and kfp pipeline should expect:

configmaps:

secrets:

Currently expected:

standalone

kfp pipeline