Alexey Volkov
Alexey Volkov
/reopen
When you run from Administrator, the error is obvious. You try to run from `C:\Windows\System32` instead of the Fooocus folder. For non-Administrator launch errors: Have you tried putting Fooocus into...
Given the existing CEL-based transformation support, your proposal seems to be reasonable (however, let's see what main maintainers say). However, I'd say that it's not difficult to solve in a...
We could utilize the flexibility of the KFPv1 ComponentSpec type system: ```yaml inputs: - name: input_1 type: {String: {enum_values: ["a", "b", "c"]}} ``` Also, in KFPv1, the ComponentSpec format supports...
AFAIK, Argo archives the whole path be it a single file or directory. Just remove the pattern and Argo will pass all the files: ```yaml - name: whalesay container: image:...
> make some changes in deployer to create different webhooks like `cache-webhook-${namespace}` The cache deployer already does that. https://github.com/kubeflow/pipelines/blob/b0a87e78af445dbb271027837b5aa22f7e2b0e6d/backend/src/cache/deployer/deploy-cache-service.sh#L28 Do you think this solves your issue? >use NamespaceSelector in request...
> I feel like in this case, it's better to get ride of any cluster level resources That would be ideal, but might not be always feasible. For example, CRDs...