Li-Huai (Allan) Lin
Li-Huai (Allan) Lin
This PR adds a `source` button to each function/class signature on the docs website. People can directly view the code on the docs website without switching to the repository, making...
Fixes #91620
Adds `torch.histc`, `torch.histogram`, `torch.histogramdd` cc @jgong5 @mingfeima @XiaobingSuper @sanchitintel @ashokei @jingxu10 @albanD @kulinseth
Hi, AFAIK, Halide does not publish its binaries to pypi so I'm trying to compile the python bindings by following the readme here: https://github.com/halide/Halide/blob/main/README_python.md#compilation-instructions. However, the compilation instruction is not...
Hello, I'm Allan, the owner of this project. Due to time constraint and difference (I'm in CA, USA), we hereby call for a contributor who is familiar with this project...
Hi, I wonder how we can specify multiple match patterns? that would be really helpful when the index page and the content pages are of different url patterns. Thanks
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ #129807
Hello, When I tried out the fine-tuning google colab notebook, an error popped out when instantiating `Trainer`. The root cause is `evaluation_strategy` being deprecated and replaced by `eval_strategy`, see https://github.com/huggingface/transformers/pull/30190.