tonyhu
tonyhu
Would like to have this available in PyPI as well for easy installation
This is an issue due to ray setup logics for windows machine at [here](https://github.com/ray-project/ray/blob/releases/2.9.3/python/setup.py#L234). We need to wait for ray to release this [fix](https://github.com/ray-project/ray/pull/42097) for final resolution. A temp mitigation...
> Could you please also test try bigger models like Flan-t5-XXL or XL? Currently it seems weird with deepspeed on, looks like a perfect candidate for the deepspeed trainer. Thanks....
One interesting observation is that the docs are built fine with torch 2.2 at [here](https://auto.gluon.ai/dev/tutorials/multimodal/object_detection/quick_start/quick_start_coco.html)
I recently had a short conversation with @Innixma offline. We both agreed that improved documentation with concise instructions would greatly benefit users who experiment, train, and debug models locally, and...
Also, it would be better to update our installation guide on the docker DLC usage guide on EC2
Thanks for reporting the issue. Can you provide version details for both linux and win10 environments? You can run following codes on both platform and paste the output here: ```...
fastai currently doesn't support torch 2.4, cut a [PR](https://github.com/fastai/fastai/pull/4040) for its update
Thanks for your contribution! We'll run a benchmark on this PR and verify cross-platform support, considering it's for Python version support
Thanks for the report! I checked into this issue but couldn't reproduce it with the test [script](https://gist.github.com/tonyhoo/e2b6344df20bad49e102842f3e2ff737). However, I did spot a potential **race condition** in the HPO cleanup process....