Doug Cox
Doug Cox
@twall So I'm doing what you're doing, and it fits my use case quite nicely. However, I am experiencing something weird and I'm not quite sure why. I took your...
@agourlay @thomas-k-cameron i dont have anything to add here, just trying to hunt down serious memory issues we are having, seemingly related to payloads. Not sure if an optimization like...
@tiholic this is interesting. It appears that `openapi-typescript-codegen` is marking `readonly` fields as optional, which I think solves the problem you outlined above (not being able to just do `createMode({.name...
Same for me - I really miss being able to autocomplete running containers
@timvisee @agourlay curious to get your thoughts on this when you have time
> @dacox Thanks for putting this together, I am not sure yet if we want to expose details regarding Rocksdb in our telemetry. > > In any case, you could...
> Following @trueadm [announcement tweet](https://twitter.com/trueadm/status/1472377356044099587), we had a few questions about how users could migrate from DraftJS to Lexical. The APIs are fairly incompatible, but providing some guidance on how...
👋 @fozziethebeat @chiragjn Just chiming in as I'm starting to get my hands dirty learning how to use `axolotyl`. I've been playing with `meta-llama/Meta-Llama-3-8B-Instruct` and reading about [chat templates](https://huggingface.co/docs/transformers/main/en/chat_templating) in...
@fozziethebeat thanks! Yeah, I actually found those examples yesterday. I can train on your dataset no problem, but I am having issues with my dataset, which includes a `system` message....
@arreumb @saqadri I am also interested in this. I am trying to adapt our Evaluation framework which executes chatcompletions in parallel using a ThreadPoolExecutor. I am using Optimizer/Evaluator `generate_str` under...