Terry Kong
Terry Kong
Hi team, This is a really awesome tool and it's helped us reduce a lot of repeated binding specs. I was wondering if it would be possible to add a...
## Desired change * **Rule(s)**: SIM115 * **Adjustment**: Accept usage of contextlib.ExitStack ## Explanation In some applications, we may have a dynamic number of contextmanagers which we may choose to...
Hi, This is a pretty awesome project. I see in [tuner.py](https://github.com/tensorflow/cloud/blob/b9c8752f5c53f8722dfc0b5c7e05be52e62597a8/src/python/tensorflow_cloud/tuner/tuner.py#L333) that this project only supports submitting on GCP. Is it on the roadmap to submit tuning experiments on a...
Hi, I was curious if seamless integration with TF Serving is on the roadmap? I see that there is support for remote models here [remote_model.py](https://github.com/PAIR-code/lit/blob/main/lit_nlp/components/remote_model.py), but is there anything beyond...
Hi guys, I'm not sure what happened when I used `s4cmd mv -r` but I ran the command ``` s4cmd mv -r s3://bucket/folder1 s3://bucket/folder2 ``` and now when I run...
Adds sharding annotations to Flax's `Dense`, `DenseGeneral`, `MultiHeadDotProductAttention` and normalization modules. This change makes Flax's modules compatible with [T5X](https://github.com/google-research/t5x).
Pre-bug-report checklist **1. This bug can be reproduced using pure Argo YAML** - [ ] Yes [👉 Please report a bug to the Argo Workflows GitHub 👈](https://github.com/argoproj/argo-workflows/issues/new/choose) - [ ]...
# What does this PR do ? Previously, the SaveRestoreConnector would copy and untar entire checkpoints just to copy out a tokenizer. For models in the >100GB, this led to...
**Describe the issue**: When creating a cluster with dask_kubernetes where kr8s is pinned to 0.9.0, I see a ConnectionClosedError. The cluster still gets created when I check with `kubectl`, so...
# What does this PR do ? **Add a one line overview of what this PR aims to accomplish.** # Issues List issues that this PR closes ([syntax](https://docs.github.com/en/issues/tracking-your-work-with-issues/using-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword)): # Usage...