Pete Walsh
Pete Walsh
Hey @saurabhkumar we'd be happy to accept a PR if you can fix the issues with 3.8.
Hey @zhuol at the moment you'd have to download the files and then change the paths to be local file paths. We might be able to support streaming from the...
Hey @davidbrandfonbrener, thanks for bringing that up, it's definitely confusing and I would consider it a bug. At the moment `max_duration` is only used to set the learning schedule. We'll...
Hi @jiahai-feng, yes we are. @2015aroras do you know the status of this?
https://github.com/allenai/OLMo/pull/500
Hey @gahdritz it's very possible you're running into an FSDP bug. It certainly wouldn't be the first major FSDP bug we've seen. If you can reproduce this at the 1B...
Hey Tanmay, For your first question, yes that's probably fine. For your second question, add this to the beginning of your script: ```python from tango.common.logging import initialize_logging initialize_logging(log_level="info", enable_cli_logs=True) ```
That functionality is not part of the public API, but it could be... I'd be happy to accept a PR that moves [this code](https://github.com/allenai/tango/blob/65f699d6b67a5afc05282cee1d190b8a30462328/tango/__main__.py#L797-L823) into a public function.
Hey Thomas, That would be a great addition. Please feel free to go ahead with a PR when you have time
Hey @DRKolev-code, sure, happy to accept a PR with this. The best way to add this would be to update the logic here: https://github.com/epwalsh/obsidian.nvim/blob/16e98b45b6755222fe74a6b778c958d26bf61edd/lua/obsidian/client.lua#L683 Instead of returning early here, you...