Pierre Dulac
Pierre Dulac
Another approach to this (used by Sentry.io for example) is to provide a token to stackdriver that will be used in a custom HTTP Header to authenticate stackdriver with the...
Allright! Thanks for the update, I'll follow the discussion. (I didn't know about `kaleo`, nice!)
I also encountered the same error as @Profesor08: ``` error TS2307: Cannot find module 'photoswipe/lightbox' or its corresponding type declarations. ``` I realized that my `tsconfig.json` was configured for `"moduleResolution":...
@kingdonb, it doesn't seem fixed to me, I'm still experiencing this issue on HelmRelease upgrades with these versions: ```console › flux version flux: v2.2.3 distribution: flux-v2.2.3 helm-controller: v0.37.4 kustomize-controller: v1.2.2...
On our side, the issue comes from the port name `postgres`, which is not the convention that istio is expecting (`tcp-postgres` would work). We found that by running: ```console >...
News on that front, jax has implementations for the incomplete gamma functions (see [PR#2064](https://github.com/google/jax/pull/2064)). Could it be a sign to _deprecate_ `autograd-gamma` in favor of jax's implementations?
@adamchainz could this be merged once rebase? I think this feature would be great to give users flexibility. @PetrDlouhy, if yes, could you rebase your PR?
This can be considered as done thanks to #1756
Yes, it's working in TGI, though only for the `/generate` endpoint, not yet on the `/v1/chat/completions` yet (WIP). I believe you've opened a similar but [separate issue](https://github.com/vllm-project/vllm/issues/4124) in the vLLM...
Hey @jiaaro you made a really good point ! :) I forgot that some backends won't be based on email addresses... my bad. I've made those changes because we, in...