Aaron Pham
Aaron Pham
Yes, sorry I meant Obsidian Publish.
> I added a list of (direct) subfolders to the folder page. Do you think this is going in the right direction? > > What's still missing is: > >...
hmm, you can use the date from filesystem? edit: my guess is dates with latest file content is fine.
yeah this is a known bug for highlight parsing, we can probably improve the regex in ofm.ts here. cc @saberzero1 probably one more thing to your parser rework.
cc @bfahrenfort
that's fine tbh, I think we can still just generate the feed ourselves (it is just a string format in most cases :))
I can't seem to reproduce this with bentoml 1.3 As you can see here, the env `HF_TOKEN` is injected correctly from `bentofile.yaml`: ```yaml service: 'service:VLLM' labels: owner: bentoml-team stage: demo...
@frostming iirc the `docker.env` will be deprecated soon in light of `envs`? Should we print out a warning then for now just merge the docker env to the above env?
@cadedaniel for visibility https://vllm-dev.slack.com/archives/C07QQ8DAXMK/p1748388146836209 This happens in the case where "after a few hundred thousand requests are sent to the same instance". For tests I think we might be able...
@russellb I think we should still have this orthogonal to #19565. If the FSM fails to advance, we should gracefully fail this request, wdyt?