Kirill Dubovikov
Kirill Dubovikov
Artifact fetching API does not seem to support region for s3 resources. If we look here, https://github.com/kubeflow/pipelines/blob/e8abec24fed4c4f8be6f527207b1cec9811ce3e7/frontend/server/minio-helper.ts#L50, the region parameter is not being passed and it is not a part...
Hi, I have migrated the codebase to Python 3 and fixed a bug in defs/xgb.py. Hope this will be useful
**Which issue is resolved by this Pull Request:** Resolves #317 **Description of your changes:** Added `AWS_REGION` env variable to the `ml-pipeline-ui` deployment **Testing:** - [ ] Unit tests pass -...
This is a proposed fix for https://github.com/kyleconroy/sqlc/issues/1574. I am unsure if this change breaks any tests because I don't have a correctly setup postgres instance to generate `pg_catalog` correctly with...
`PodDefault` with CSI Secrets Store volume counts seem not to be working when using Kubeflow Notebooks. The exact same issue is being described here: https://github.com/kubeflow/kubeflow/issues/6539 You get an empty directory...
Any mamba command results in the following error for me. I use a M1 Macbook and a fresh miniconda installation. Mamba was installed using `conda install mamba -n base -c...
### Motivation: Why do you think this is important? We are creating an orchestration workflow that governs a dynamic number of model sub-workflows that are being developed by different team...
**Is your feature request related to a problem? Please describe.** Currently, batching is not supported when we are conditioning the SDXL pipeline on multiple controlnets: https://github.com/huggingface/diffusers/blob/28f9d84549c0b1d24ef00d69a4c723f3a11cffb6/src/diffusers/pipelines/controlnet/pipeline_controlnet_inpaint_sd_xl.py#L771 **Describe the solution you'd...