Saurav Maheshkar
Saurav Maheshkar
Gentle ping: @nkoep @antoinecollas
Closing the PR for now. Will reopen if there is interest from the maintainers.
Gentle ping: @carlio is this still on the radar ?
@microsoft-github-policy-service agree
@jeffra does [387f534](https://github.com/microsoft/DeepSpeed/pull/2919/commits/387f534e3266724fadc12616c27e6287de619ab9) make sense ?
@CodeTal Is it safe to assume that the current implementation supports sampling using the various implementations in `torch_geometric.sampler` ?
Closing this for now, will reopen if needed 😄
I raised https://github.com/huggingface/diffusers/pull/3868, fixing some of the last few remaining bits. Any ideas for appropriate names for the Temporal blocks viz. the variable name `t` ?
@lvwerra as far as I understand, the action reuses cache if the files listed under the `cache-dependency-path` haven't been changed for while. If the files have been recently changed then...
AFAIK there isn't a option to set cache lifetime however we can use the `cache-hit` flag to check if a cache hit has occurred. [Source](https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#cache-hit)