Jonatan Kłosko
Jonatan Kłosko
FWIW we actually mention the Learn section on the main page, but having a separate page that points to guides and docs doesn't hurt, yeah.
> We might not want to vectorize all the state of the logits processors e.g. when we want to read from a shared state tensor while processing the vectorized logits...
Sorry for the late reply, I was off last week :)
> For this to work automatically though, we need something to derive state of off (like `sample_template`), so that it gets automatically vectorized. I'm not yet sure how it would...
@simplenotezy which version are you on? ``` $ npm run build ... $ ls -lah dist Permissions Size User Date Modified Name .rw-r--r--@ 1.5k jonatanklosko 4 Oct 15:49 index.d.ts .rw-r--r--@...
Perhaps the extension counts the Material UI imports towards the total size? (those are not bundled into this library)
Hey @marcnnn! I started Livebook with all these env vars, but it works as expected: ``` LIVEBOOK_IFRAME_PORT=8001 LIVEBOOK_PORT=8000 LIVEBOOK_IP=0.0.0.0 HTTP_PROXY="http://proxy:80" HTTPS_PROXY="http://proxy:80" ``` I don't think the `HTTP_PROXY` env var should...
Hey @joelpaulkoch, thanks for the PR and a great article! To be honest, I am hesitant to support implementations from the Hub because (a) theoretically they are less stable, because...
@joelpaulkoch thank you for the effort!
> For flame_k8s_backend I have implemented the setup_all/N callback to [check for a local Kind cluster and create one if it is not there etc.](https://github.com/mruoss/flame_k8s_backend/blob/main/test/integration/integration_test.exs#L4) Sounds great!