Devin Robison
Devin Robison
@quasiben Just checked, something like this works fine with gcloud compute ```shell gcloud compute instances create drobisontest --project "" --machine-type "a2-highgpu-1g" --zone "us-central1-c" --image-family tf2-ent-2-3-cu110 --image-project deeplearning-platform-release --boot-disk-size 200GB --metadata...
Depends on: https://github.com/dask/dask-cloudprovider/issues/281
Updated repro that illustrates workflow issues in addition to Dataset creation. ```python def f_to_pandas(col, df): pd_series = col.to_pandas() return cudf.from_pandas(pd_series) def test_cudf_struct_type_conversion(): import cudf import nvtabular as nvt from nvtabular.ops...
This issue should be fully resolved when https://github.com/rapidsai/cudf/pull/13315 goes in.
@rnyak I'll double check today.
@hcho3 Any thoughts on this?
https://github.com/gpuopenanalytics/pynvml/issues/30
Made the suggested changes on a GCP a100-mig system and hit the error below; the error spams continuously until the process is killed. I tried using the latest pynvml from...
Would like to brainstorm a bit on this. I'd like to try and formulate this problem in a way that lets us add or extend the existing function decorator patterns,...
@jdye64 Could you take a look at this when you have a chance?