Yusuke Nishioka
Yusuke Nishioka
If `torch==1.6.0` is installed, following warning is raised when I try to build a wheel. ```console $ python setup.py bdist_wheel gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC...
### Environment * KFP version: * KFP SDK version: 1.8.13 * All dependencies version: ``` kfp 1.8.13 kfp-pipeline-spec 0.1.16 kfp-server-api 1.8.3 ``` ### Steps to reproduce ```py import kfp from...
I found that tracing for `grpc.aio` didn't work for coroutines of streaming response RPC. There are two ways to write messages to streaming responses: - if we use read/write API...
I'm not sure if it's a bug or an expected behavior, but let me mark as a bug for now. ### Environment * How do you deploy Kubeflow Pipelines (KFP)?...
**What this PR does / why we need it**: protobuf 3 is quite old. I want to use Python 3.11 and grpcio-tools, but grpcio-tools 1.49 which provides wheels for 3.11...
**What this PR does / why we need it**: SSIA `rest_predict_seldon()`, `rest_predict_gateway()` and `grpc_predict_gateway()` have `meta` argument, but only `grpc_predict_seldon()` doesn't have it. **Which issue(s) this PR fixes**: Fixes #...
**What this PR does / why we need it**: - df59190e0956e1f6b0bc1511b1635fa8a3448820 Fixed incorrect env vars for some `--parameters` and `--log-level` options. - 7cb8800eccd809dacc4161f41a63b77e16af7c0b Added missing gRPC options **Which issue(s) this...
### Environment * ~~KFP version:~~ I'm using Vertex AI. * KFP SDK version: 2.5.0 * All dependencies version: ``` kfp 2.5.0 kfp-pipeline-spec 0.2.2 kfp-server-api 2.0.3 ``` ### Steps to reproduce...
Because I'd like to use a separate online store per user so loads for one team's service don't affect other teams' services. Having multiple online stores in one `feature_store.yaml` doesn't...
I use embulk to load data from Amazon S3 to Google Cloud Storage with embulk-input-s3 and embulk-output-gcs plugin. But embulk execution sometimes completely stops and there is no way other...