Ray Bell
Ray Bell
Ready for another round of reviews. Thanks for the code simplification suggestions @bdice. It still works as expected as shown here: https://raybellwaves.github.io/compatsphinxext/compat.html A minor difference is the `[source]` link is...
> It looks like docs builds failed in CI. https://github.com/rapidsai/cudf/actions/runs/9291509987/job/25571688171?pr=15704 > > We'll need to get those fixed before we can merge this. I'm not sure why it failed, but...
> The only difference I see is that the `[source]` link was moved out of the box: > > ## Before >  > > ## After >  Correct....
The imports (in order) throughout the [notebook](https://github.com/martindurant/pangeo-example-notebooks/blob/master/machine-learning.ipynb) are: ``` from dask_kubernetes import KubeCluster from dask.distributed import Client, progress import dask_ml.joblib # register the distriubted backend from sklearn.datasets import make_classification from...
maybe https://github.com/sacridini/Awesome-Geospatial if you tag it I think it'll be discovered in https://github.com/topics/awesome-list
Had a couple of mins to try and build the docs again. Now getting the Traceback below. Believe i'm missing `pylibcugraphops.operators.mha_gat_n2n_bwd`, `pylibcugraphops.operators.mha_gat_n2n_efeat_bwd`, `pylibcugraphops.operators.mha_gat_n2n_efeat_fwd`, `pylibcugraphops.operators.mha_gat_n2n_fwd` which are called in https://github.com/rapidsai/cugraph/blob/branch-24.06/docs/cugraph/source/api_docs/cugraph-ops/python/operators.rst?plain=1#L50#L53 I...
``` pip install "bokeh>=3.0.0" ipywidgets-bokeh python import ipywidgets_bokeh ``` gives ``` Traceback (most recent call last): File "", line 1, in File "/Users/ray/miniforge3/envs/test_env/lib/python3.10/site-packages/ipywidgets_bokeh/__init__.py", line 1, in from .widget import IPyWidget...
Sorry for the stupid question here. How would I modify the code below to return 0 if fib(0)? > ``` > fib x = > bend x a=1 b=1 {...
See https://github.com/pydata/xarray/discussions/5689 for reference to this PR
> Please check #9272 I checked and it using https://github.com/NVIDIA/NeMo/blob/main/requirements/requirements_lightning.txt#L7 it downgraded my transformers to 4.40.2 which fixed this problem as it pulled in https://github.com/huggingface/transformers/blob/v4.40.2/src/transformers/__init__.py#L1456