Thulio Ferraz Assis
Thulio Ferraz Assis
I have the bandwidth to look into it today on my end. As for Bazel itself, I don't know if there's an action to take.
+1 on the UNIX philosophy proposed by @mudler. It should be easy to implement the catapult binary in Go and the extensions still be in another language whenever needed.
@jimmykarily Have you seen this error before?
We can extend: https://github.com/cloudfoundry-incubator/kubecf/blob/2cf693c261b95fbb5f32e56f392876b8bea30390/deploy/helm/kubecf/values.yaml#L311-L319 instead of adding another feature flag. For now, you can achieve that with: ```yaml properties: acceptance-tests: acceptance-tests: acceptance_tests: include: '=ssh' ginkgo: nodes: 12 extra_flags: -v flake_attempts:...
I'll reopen this and suggest creating the specific keys under the following, as I mentioned on my previous message: https://github.com/cloudfoundry-incubator/kubecf/blob/2cf693c261b95fbb5f32e56f392876b8bea30390/deploy/helm/kubecf/values.yaml#L311-L319 @fargozhu If you could schedule this soon, it should be...
Ping @jandubois.
I was getting the same error and found out that it was due to: ```bash ⚠ Using `low_cpu_mem_usage=True` or a `device_map` requires Accelerate: `pip install accelerate` ``` Perhaps adding `accelerate`...
@fmeum, any thoughts?
@krishna3008 thank you for your PR. Could you update the docs by running `bazel run //docs:update`, please?
> Sorry I haven't been able to follow up on this yet. I applied a patch and now implementing a proper fix has dropped down to a P3 :face_with_diagonal_mouth:. >...