Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: Duplicate column names are not allowed when given weight in from_dask_cudf_edgelist #4852

Closed
2 tasks done
blackboxo opened this issue Jan 8, 2025 · 8 comments
Closed
2 tasks done
Assignees
Labels
? - Needs Triage Need team to review and classify bug Something isn't working

Comments

@blackboxo
Copy link

Version

24.10.0

Which installation method(s) does this occur on?

Pip

Describe the bug.

specify weight in 'from_dask_cudf_edgelist' will throw error ValueError: Duplicate column names are not allowed
if no specify weight then there is no error.

Minimum reproducible example

import cugraph
import cudf
import pandas as pd
import numpy as np
import gc
import datetime
import sys
import nvidia_smi
import time
import datetime
import os
import timeit
import itertools
import matplotlib.pyplot as plt
import dask.dataframe as dd
import cugraph.dask as dask_cugraph

from dask.distributed import Client, wait
from dask_cuda import LocalCUDACluster
from dask.utils import parse_bytes
import cugraph.dask.comms.comms as Comms

import cudf
import dask_cudf
cluster = LocalCUDACluster(
    CUDA_VISIBLE_DEVICES="0,1",
    rmm_pool_size=parse_bytes("28GB"), # This GPU has 32GB of memory
    # rmm_pool_size=0.9,  # Use 90% of GPU memory as a pool for faster allocations
    enable_cudf_spill=True,  # Improve device memory stability
    device_memory_limit=parse_bytes("128GB"),
)
client = Client(cluster)
Comms.initialize(p2p=True)

import dask
dask.config.set({"dataframe.backend": "cudf"})
asset_df = dd.read_csv('/xx.csv', nrows=100)

G = cugraph.Graph()
G.from_dask_cudf_edgelist(asset_df, source='event_account_src', destination='event_account_dst', weight='weights', renumber=True)

Relevant log output

ValueError: Duplicate column names are not allowed

Environment details

<details><summary>Click here to see environment details</summary><pre>
     
     **git***
     Not inside a git repository
     
     ***OS Information***
     DISTRIB_ID=Ubuntu
     DISTRIB_RELEASE=20.04
     DISTRIB_CODENAME=focal
     DISTRIB_DESCRIPTION="Ubuntu 20.04.6 LTS"
     NAME="Ubuntu"
     VERSION="20.04.6 LTS (Focal Fossa)"
     ID=ubuntu
     ID_LIKE=debian
     PRETTY_NAME="Ubuntu 20.04.6 LTS"
     VERSION_ID="20.04"
     HOME_URL="https://www.ubuntu.com/"
     SUPPORT_URL="https://help.ubuntu.com/"
     BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
     PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
     VERSION_CODENAME=focal
     UBUNTU_CODENAME=focal
     Linux jupyter-binwu5--mulgpu 5.14.0-284.43.1.el9_2.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Nov 23 09:44:01 EST 2023 x86_64 x86_64 x86_64 GNU/Linux
     
     ***GPU Information***
     Wed Jan  8 02:28:13 2025
     +---------------------------------------------------------------------------------------+
     | NVIDIA-SMI 535.54.03              Driver Version: 535.54.03    CUDA Version: 12.4     |
     |-----------------------------------------+----------------------+----------------------+
     | GPU  Name                 Persistence-M | Bus-Id        Disp.A | Volatile Uncorr. ECC |
     | Fan  Temp   Perf          Pwr:Usage/Cap |         Memory-Usage | GPU-Util  Compute M. |
     |                                         |                      |               MIG M. |
     |=========================================+======================+======================|
     |   0  Tesla V100-SXM2-32GB           On  | 00000000:1A:00.0 Off |                    0 |
     | N/A   34C    P0              58W / 300W |  28055MiB / 32768MiB |      0%      Default |
     |                                         |                      |                  N/A |
     +-----------------------------------------+----------------------+----------------------+
     |   1  Tesla V100-SXM2-32GB           On  | 00000000:3D:00.0 Off |                    0 |
     | N/A   37C    P0              57W / 300W |  28045MiB / 32768MiB |      0%      Default |
     |                                         |                      |                  N/A |
     +-----------------------------------------+----------------------+----------------------+
     
     +---------------------------------------------------------------------------------------+
     | Processes:                                                                            |
     |  GPU   GI   CI        PID   Type   Process name                            GPU Memory |
     |        ID   ID                                                             Usage      |
     |=======================================================================================|
     +---------------------------------------------------------------------------------------+
     
     ***CPU***
     Architecture:                       x86_64
     CPU op-mode(s):                     32-bit, 64-bit
     Byte Order:                         Little Endian
     Address sizes:                      46 bits physical, 48 bits virtual
     CPU(s):                             80
     On-line CPU(s) list:                0-79
     Thread(s) per core:                 2
     Core(s) per socket:                 20
     Socket(s):                          2
     NUMA node(s):                       2
     Vendor ID:                          GenuineIntel
     CPU family:                         6
     Model:                              85
     Model name:                         Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
     Stepping:                           7
     CPU MHz:                            3900.000
     CPU max MHz:                        3900.0000
     CPU min MHz:                        1000.0000
     BogoMIPS:                           5000.00
     Virtualization:                     VT-x
     L1d cache:                          1.3 MiB
     L1i cache:                          1.3 MiB
     L2 cache:                           40 MiB
     L3 cache:                           55 MiB
     NUMA node0 CPU(s):                  0-19,40-59
     NUMA node1 CPU(s):                  20-39,60-79
     Vulnerability Gather data sampling: Mitigation; Microcode
     Vulnerability Itlb multihit:        KVM: Mitigation: VMX disabled
     Vulnerability L1tf:                 Not affected
     Vulnerability Mds:                  Not affected
     Vulnerability Meltdown:             Not affected
     Vulnerability Mmio stale data:      Mitigation; Clear CPU buffers; SMT vulnerable
     Vulnerability Retbleed:             Mitigation; Enhanced IBRS
     Vulnerability Spec store bypass:    Mitigation; Speculative Store Bypass disabled via prctl
     Vulnerability Spectre v1:           Mitigation; usercopy/swapgs barriers and __user pointer sanitization
     Vulnerability Spectre v2:           Mitigation; Enhanced IBRS, IBPB conditional, RSB filling, PBRSB-eIBRS SW sequence
     Vulnerability Srbds:                Not affected
     Vulnerability Tsx async abort:      Mitigation; TSX disabled
     Flags:                              fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
     
     ***CMake***
     /usr/bin/cmake
     cmake version 3.16.3
     
     CMake suite maintained and supported by Kitware (kitware.com/cmake).
     
     ***g++***
     /usr/bin/g++
     g++ (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
     Copyright (C) 2019 Free Software Foundation, Inc.
     This is free software; see the source for copying conditions.  There is NO
     warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
     
     
     ***nvcc***
     /usr/local/cuda/bin/nvcc
     nvcc: NVIDIA (R) Cuda compiler driver
     Copyright (c) 2005-2024 NVIDIA Corporation
     Built on Thu_Mar_28_02:18:24_PDT_2024
     Cuda compilation tools, release 12.4, V12.4.131
     Build cuda_12.4.r12.4/compiler.34097967_0
     
     ***Python***
     /opt/conda/bin/python
     Python 3.10.14
     
     ***Environment Variables***
     PATH                            : /opt/teradata/client/16.20/bin:/projects/binwu5/apps/binwu5/research/.local/pyvenv/artifactory.paypalinc.com/core-data-platform/notebook-server-gpu-nlp-torch23-py310/1.0.0.240804/bin:/opt/conda/bin:/opt/conda/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/tableau/tabcmd/bin
     LD_LIBRARY_PATH                 : /usr/local/nvidia/lib:/usr/local/nvidia/lib64:/usr/local/cuda/lib64:/usr/hdp/2.6.5.0-292/usr/lib:/opt/teradata/client/16.20/odbc_64/lib:/usr/lib:/opt/teradata/client/16.20/lib:/usr/lib/oracle/11.2/client64/lib:/usr/local/nvidia/lib:/usr/local/nvidia/lib64
     NUMBAPRO_NVVM                   :
     NUMBAPRO_LIBDEVICE              :
     CONDA_PREFIX                    :
     PYTHON_PATH                     :
     
     ***conda packages***
     /opt/conda/bin/conda
     # packages in environment at /opt/conda:
     #
     # Name                    Version                   Build  Channel
     _libgcc_mutex             0.1                 conda_forge    conda-forge
     _openmp_mutex             4.5                       2_gnu    conda-forge
     _r-mutex                  1.0.0               anacondar_1
     _sysroot_linux-64_curr_repodata_hack 3                   haa98f57_10
     absl-py                   2.1.0                    pypi_0    pypi
     accelerate                0.25.0                   pypi_0    pypi
     aif360                    0.6.1                    pypi_0    pypi
     aiml-app-config-python-sdk 1.0.0                    pypi_0    pypi
     aiml-appserv-client-asyncio 1.2.0                    pypi_0    pypi
     aiml-sdk                  1.2.1                    pypi_0    pypi
     aimlapp-config-manager    1.0.27                   pypi_0    pypi
     aimlapp-python-client     1.6.8                     dev_0    <develop>
     aimlapp-python-sdk        1.6.1                    pypi_0    pypi
     aiofiles                  22.1.0             pyhd8ed1ab_0    conda-forge
     aiohttp                   3.9.5                    pypi_0    pypi
     aiosignal                 1.3.1                    pypi_0    pypi
     aiosqlite                 0.20.0             pyhd8ed1ab_0    conda-forge
     aix360                    0.3.0                    pypi_0    pypi
     alembic                   1.12.0                   pypi_0    pypi
     alibi                     0.9.6                    pypi_0    pypi
     altair                    5.3.0                    pypi_0    pypi
     annotated-types           0.7.0              pyhd8ed1ab_0    conda-forge
     ansicolors                1.1.8                    pypi_0    pypi
     anyio                     3.7.1                    pypi_0    pypi
     appdirs                   1.4.4                    pypi_0    pypi
     archspec                  0.2.3              pyhd3eb1b0_0
     argon2-cffi               23.1.0             pyhd8ed1ab_0    conda-forge
     argon2-cffi-bindings      21.2.0          py310h2372a71_4    conda-forge
     arrow                     1.3.0              pyhd8ed1ab_0    conda-forge
     ast2json                  0.3                      pypi_0    pypi
     astor                     0.8.1                    pypi_0    pypi
     astroid                   3.2.4                    pypi_0    pypi
     asttokens                 2.4.1              pyhd8ed1ab_0    conda-forge
     astunparse                1.6.3                    pypi_0    pypi
     async-timeout             4.0.3                    pypi_0    pypi
     async_generator           1.10                       py_0    conda-forge
     attrs                     23.2.0             pyh71513ae_0    conda-forge
     autokeras                 2.0.0                    pypi_0    pypi
     autopep8                  2.0.4                    pypi_0    pypi
     autovizwidget             0.21.0                   pypi_0    pypi
     babel                     2.14.0             pyhd8ed1ab_0    conda-forge
     backcall                  0.2.0                    pypi_0    pypi
     bcrypt                    4.1.3                    pypi_0    pypi
     beautifulsoup4            4.6.0                    pypi_0    pypi
     binutils_impl_linux-64    2.38                 h2a08ee3_1
     binutils_linux-64         2.38.0               hc2dff05_0
     bitarray                  2.9.2                    pypi_0    pypi
     black                     24.8.0                   pypi_0    pypi
     blas                      1.0                    openblas
     bleach                    6.0.0                    pypi_0    pypi
     blinker                   1.8.2              pyhd8ed1ab_0    conda-forge
     blis                      0.7.11                   pypi_0    pypi
     boltons                   23.0.0          py310h06a4308_0
     bottle                    0.12.25                  pypi_0    pypi
     brotli-python             1.0.9           py310h6a678d5_8
     bs4                       0.0.2                    pypi_0    pypi
     bsikernel                 0.1.8.6                  pypi_0    pypi
     build                     1.2.1                    pypi_0    pypi
     bwidget                   1.9.16               h9eba36c_0
     bzip2                     1.0.8                h5eee18b_6
     c-ares                    1.19.1               h5eee18b_0
     ca-certificates           2024.7.4             hbcca054_0    conda-forge
     cached-property           1.5.2                hd8ed1ab_1    conda-forge
     cached_property           1.5.2              pyha770c72_1    conda-forge
     cachetools                5.3.3                    pypi_0    pypi
     cairo                     1.16.0               hb05425b_5
     catalogue                 2.0.10                   pypi_0    pypi
     certifi                   2024.7.4           pyhd8ed1ab_0    conda-forge
     certipy                   0.1.3                      py_0    conda-forge
     cffi                      1.15.0                   pypi_0    pypi
     chainer                   7.8.1                    pypi_0    pypi
     chardet                   3.0.4                    pypi_0    pypi
     charset-normalizer        2.0.4              pyhd3eb1b0_0
     click                     8.1.7                    pypi_0    pypi
     cloud-magic-connection    0.2.3.13                 pypi_0    pypi
     cloud-sdk-python          0.1.63                   pypi_0    pypi
     cloudpathlib              0.18.1                   pypi_0    pypi
     cloudpickle               3.0.0                    pypi_0    pypi
     cmdstanpy                 1.2.4                    pypi_0    pypi
     colorama                  0.4.6                    pypi_0    pypi
     colored                   2.2.4                    pypi_0    pypi
     coloredlogs               15.0.1                   pypi_0    pypi
     colorlog                  6.8.2                    pypi_0    pypi
     colour                    0.1.5                    pypi_0    pypi
     comm                      0.2.2              pyhd8ed1ab_0    conda-forge
     conda                     23.7.4          py310hff52083_0    conda-forge
     conda-content-trust       0.2.0           py310h06a4308_0    anaconda
     conda-libmamba-solver     23.9.3             pyhd8ed1ab_0    conda-forge
     conda-package-handling    2.3.0           py310h06a4308_0
     conda-package-streaming   0.10.0          py310h06a4308_0
     confection                0.1.5                    pypi_0    pypi
     configurable-http-proxy   4.6.2                h92b4e83_1    conda-forge
     contourpy                 1.2.1                    pypi_0    pypi
     corenlp-protobuf          3.8.0                    pypi_0    pypi
     cryptography              42.0.5          py310hdda0065_1
     cuda-python               12.5.0                   pypi_0    pypi
     cupy-cuda12x              13.1.0                   pypi_0    pypi
     cupy-wheel                12.3.0                   pypi_0    pypi
     curl                      8.7.1                hdbd6064_0
     cx-oracle                 6.4.1                    pypi_0    pypi
     cycler                    0.12.1                   pypi_0    pypi
     cymem                     2.0.8                    pypi_0    pypi
     cython                    0.29.35                  pypi_0    pypi
     databricks-cli            0.18.0                   pypi_0    pypi
     datasets                  2.20.0                   pypi_0    pypi
     debugpy                   1.8.2           py310h76e45a6_0    conda-forge
     decorator                 5.1.1              pyhd8ed1ab_0    conda-forge
     deepdiff                  7.0.1                    pypi_0    pypi
     deepmerge                 1.1.1                    pypi_0    pypi
     defusedxml                0.7.1              pyhd8ed1ab_0    conda-forge
     deprecated                1.2.14                   pypi_0    pypi
     dgl                       2.2.1+cu121              pypi_0    pypi
     diffusers                 0.15.0                   pypi_0    pypi
     dill                      0.3.8                    pypi_0    pypi
     distlib                   0.3.8                    pypi_0    pypi
     distro                    1.9.0           py310h06a4308_0
     dm-tree                   0.1.8                    pypi_0    pypi
     dnspython                 2.6.1                    pypi_0    pypi
     docker                    7.1.0                    pypi_0    pypi
     docstring-to-markdown     0.15                     pypi_0    pypi
     doit                      0.36.0                   pypi_0    pypi
     dtreeviz                  2.2.0                    pypi_0    pypi
     einops                    0.8.0                    pypi_0    pypi
     eli5                      0.13.0                   pypi_0    pypi
     email-validator           2.2.0                    pypi_0    pypi
     entrypoints               0.4                pyhd8ed1ab_0    conda-forge
     evaluate                  0.4.2                    pypi_0    pypi
     exceptiongroup            1.2.1                    pypi_0    pypi
     executing                 2.0.1              pyhd8ed1ab_0    conda-forge
     expat                     2.6.2                h6a678d5_0
     fastapi                   0.111.0                  pypi_0    pypi
     fastapi-cli               0.0.4                    pypi_0    pypi
     fastavro                  1.9.4                    pypi_0    pypi
     fastrlock                 0.8.2                    pypi_0    pypi
     feature-engine            1.8.0                    pypi_0    pypi
     featureaccess-sdk         2.0.0                    pypi_0    pypi
     filelock                  3.15.4                   pypi_0    pypi
     flake8                    7.1.1                    pypi_0    pypi
     flash-attn                2.5.9.post1              pypi_0    pypi
     flask                     2.1.3                    pypi_0    pypi
     flatbuffers               24.3.25                  pypi_0    pypi
     flatten-json              0.1.14                   pypi_0    pypi
     fmt                       10.2.1               h00ab1b0_0    conda-forge
     fontconfig                2.14.1               h4c34cd2_2
     fonttools                 4.53.0                   pypi_0    pypi
     fqdn                      1.5.1              pyhd8ed1ab_0    conda-forge
     freetype                  2.12.1               h4a9f257_0
     fribidi                   1.0.10               h7b6447c_0
     frozendict                2.4.2           py310h5eee18b_0
     frozenlist                1.4.1                    pypi_0    pypi
     fsspec                    2024.5.0                 pypi_0    pypi
     ftfy                      6.2.0                    pypi_0    pypi
     future                    1.0.0                    pypi_0    pypi
     gast                      0.6.0                    pypi_0    pypi
     gcc_impl_linux-64         11.2.0               h1234567_1
     gcc_linux-64              11.2.0               h5c386dc_0
     gensim                    4.3.2                    pypi_0    pypi
     gettext                   0.22.5               h59595ed_2    conda-forge
     gettext-tools             0.22.5               h59595ed_2    conda-forge
     gfortran_impl_linux-64    11.2.0               h1234567_1
     gfortran_linux-64         11.2.0               hc2dff05_0
     gimellogger               0.2.15                   pypi_0    pypi
     gitdb                     4.0.11                   pypi_0    pypi
     gitpython                 3.1.43                   pypi_0    pypi
     glib                      2.78.4               h6a678d5_0
     glib-tools                2.78.4               h6a678d5_0
     google-api-core           2.19.1                   pypi_0    pypi
     google-auth               2.31.0                   pypi_0    pypi
     google-auth-oauthlib      1.2.0                    pypi_0    pypi
     google-cloud-core         2.4.1                    pypi_0    pypi
     google-cloud-storage      2.8.0                    pypi_0    pypi
     google-crc32c             1.5.0                    pypi_0    pypi
     google-pasta              0.2.0                    pypi_0    pypi
     google-resumable-media    2.7.1                    pypi_0    pypi
     googleapis-common-protos  1.63.2                   pypi_0    pypi
     graphite2                 1.3.14               h295c915_1
     greenlet                  3.0.3           py310hc6cd4ac_0    conda-forge
     grpcio                    1.64.1                   pypi_0    pypi
     gssapi                    1.8.3                    pypi_0    pypi
     gunicorn                  22.0.0                   pypi_0    pypi
     gviz-api                  1.10.0                   pypi_0    pypi
     gxx_impl_linux-64         11.2.0               h1234567_1
     gxx_linux-64              11.2.0               hc2dff05_0
     h11                       0.14.0                   pypi_0    pypi
     h2o                       3.46.0.3                 pypi_0    pypi
     h5py                      3.10.0                   pypi_0    pypi
     harfbuzz                  4.3.0                hf52aaf7_2
     hdfs3                     0.3.1           py310h06a4308_0
     hdijupyterutils           0.11.6                   pypi_0    pypi
     hf-transfer               0.1.6                    pypi_0    pypi
     hivejdbc                  0.2.4                    pypi_0    pypi
     holidays                  0.52                     pypi_0    pypi
     httpcore                  1.0.5                    pypi_0    pypi
     httplib2                  0.22.0                   pypi_0    pypi
     httptools                 0.6.1                    pypi_0    pypi
     httpx                     0.27.0                   pypi_0    pypi
     huggingface               0.0.1                    pypi_0    pypi
     huggingface-hub           0.23.4                   pypi_0    pypi
     humanfriendly             10.0                     pypi_0    pypi
     hyperas                   0.4.1                    pypi_0    pypi
     hyperopt                  0.2.7                    pypi_0    pypi
     icu                       73.2                 h59595ed_0    conda-forge
     idna                      3.7             py310h06a4308_0
     imageio                   2.34.2                   pypi_0    pypi
     importlib-metadata        8.0.0              pyha770c72_0    conda-forge
     importlib-resources       5.12.0                   pypi_0    pypi
     importlib_metadata        8.0.0                hd8ed1ab_0    conda-forge
     impyla                    0.18a4                   pypi_0    pypi
     iniconfig                 2.0.0                    pypi_0    pypi
     ipykernel                 4.10.1                   pypi_0    pypi
     ipympl                    0.9.4                    pypi_0    pypi
     ipython                   7.33.0                   pypi_0    pypi
     ipython-sql               0.3.8                    pypi_0    pypi
     ipython_genutils          0.2.0              pyhd8ed1ab_1    conda-forge
     ipywidgets                7.7.1                    pypi_0    pypi
     iso3166                   2.1.1                    pypi_0    pypi
     isodate                   0.6.1                    pypi_0    pypi
     isoduration               20.11.0            pyhd8ed1ab_0    conda-forge
     isort                     5.13.2                   pypi_0    pypi
     itsdangerous              2.2.0                    pypi_0    pypi
     janus                     1.0.0                    pypi_0    pypi
     jeda-python-sdk           1.0.5                    pypi_0    pypi
     jedi                      0.17.2                   pypi_0    pypi
     jinja2                    3.0.3                    pypi_0    pypi
     jira                      3.8.0                    pypi_0    pypi
     joblib                    1.4.2                    pypi_0    pypi
     jpeg                      9e                   h5eee18b_1
     jpype1                    1.5.0                    pypi_0    pypi
     json-tricks               3.17.3                   pypi_0    pypi
     json5                     0.9.14                   pypi_0    pypi
     jsonpatch                 1.33            py310h06a4308_1
     jsonpointer               2.1                pyhd3eb1b0_0
     jsonschema                4.22.0             pyhd8ed1ab_0    conda-forge
     jsonschema-specifications 2023.12.1          pyhd8ed1ab_0    conda-forge
     jsonschema-with-format-nongpl 4.22.0             pyhd8ed1ab_0    conda-forge
     jupyter                   1.0.0                    pypi_0    pypi
     jupyter-client            8.6.2                    pypi_0    pypi
     jupyter-console           6.6.3                    pypi_0    pypi
     jupyter-lsp               2.2.5                    pypi_0    pypi
     jupyter-server            2.14.2                   pypi_0    pypi
     jupyter-server-mathjax    0.2.6                    pypi_0    pypi
     jupyter-server-proxy      1.6.3                    pypi_0    pypi
     jupyter-telemetry         0.1.0                    pypi_0    pypi
     jupyter-tensorboard       0.2.0a1                  pypi_0    pypi
     jupyter_client            7.4.9              pyhd8ed1ab_0    conda-forge
     jupyter_core              5.7.2           py310hff52083_0    conda-forge
     jupyter_events            0.10.0             pyhd8ed1ab_0    conda-forge
     jupyter_server_fileid     0.9.2              pyhd8ed1ab_0    conda-forge
     jupyter_server_terminals  0.5.3              pyhd8ed1ab_0    conda-forge
     jupyter_server_ydoc       0.8.0              pyhd8ed1ab_0    conda-forge
     jupyter_ydoc              0.2.4              pyhd8ed1ab_0    conda-forge
     jupyterhub                2.3.0                    pypi_0    pypi
     jupyterlab                3.6.5              pyhd8ed1ab_0    conda-forge
     jupyterlab-app-management 6.0.3                    pypi_0    pypi
     jupyterlab-cluster-dashboard 5.1.0a1687311017663          pypi_0    pypi
     jupyterlab-code-formatter 1.5.3                    pypi_0    pypi
     jupyterlab-dashboard      6.0.1                    pypi_0    pypi
     jupyterlab-execute-time   2.3.1                    pypi_0    pypi
     jupyterlab-experiments    5.0.0                    pypi_0    pypi
     jupyterlab-extension-engine 6.0.0                    pypi_0    pypi
     jupyterlab-git            0.34.2                   pypi_0    pypi
     jupyterlab-kernel-management 6.0.0                    pypi_0    pypi
     jupyterlab-latex          3.1.0                    pypi_0    pypi
     jupyterlab-limit-output   2.0.0                    pypi_0    pypi
     jupyterlab-link-share     0.3.0                    pypi_0    pypi
     jupyterlab-lsp            5.1.0                    pypi_0    pypi
     jupyterlab-nb-proxy       1.1.0                    pypi_0    pypi
     jupyterlab-nvdashboard    0.11.0                   pypi_0    pypi
     jupyterlab-pipelines      6.0.0                    pypi_0    pypi
     jupyterlab-pygments       0.2.2                    pypi_0    pypi
     jupyterlab-tensorboard    0.2.1a1                  pypi_0    pypi
     jupyterlab-topbar         0.6.1                    pypi_0    pypi
     jupyterlab-trace-tool     2.0.0                    pypi_0    pypi
     jupyterlab-vertex-ai      2.0.1                    pypi_0    pypi
     jupyterlab-widgets        1.1.1                    pypi_0    pypi
     jupyterlab_server         2.27.2             pyhd8ed1ab_0    conda-forge
     kafka-python              2.0.2                    pypi_0    pypi
     kagglehub                 0.2.7                    pypi_0    pypi
     keras                     2.15.0                   pypi_0    pypi
     keras-nlp                 0.14.0                   pypi_0    pypi
     keras-tuner               1.4.7                    pypi_0    pypi
     kernel-headers_linux-64   3.10.0              h57e8cba_10
     keymakerhelper            1.0.6                    pypi_0    pypi
     kiwisolver                1.4.5                    pypi_0    pypi
     krb5                      0.5.1                    pypi_0    pypi
     kt-legacy                 1.0.5                    pypi_0    pypi
     langcodes                 3.4.0                    pypi_0    pypi
     language-data             1.2.0                    pypi_0    pypi
     lark                      1.1.9                    pypi_0    pypi
     lazy-loader               0.4                      pypi_0    pypi
     lckr-jupyterlab-variableinspector 3.2.1                    pypi_0    pypi
     ld_impl_linux-64          2.38                 h1181459_1
     lerc                      3.0                  h295c915_0
     libarchive                3.6.2                h3d51595_0    conda-forge
     libasprintf               0.22.5               h661eb56_2    conda-forge
     libasprintf-devel         0.22.5               h661eb56_2    conda-forge
     libboost                  1.82.0               h6fcfa73_6    conda-forge
     libclang                  18.1.1                   pypi_0    pypi
     libcurl                   8.7.1                h251f7ec_0
     libdeflate                1.17                 h5eee18b_1
     libedit                   3.1.20230828         h5eee18b_0
     libev                     4.33                 h7f8727e_1
     libevent                  2.1.12               hdbd6064_1
     libffi                    3.4.4                h6a678d5_1
     libgcc-devel_linux-64     11.2.0               h1234567_1
     libgcc-ng                 14.1.0               h77fa898_0    conda-forge
     libgcrypt                 1.11.0               h4ab18f5_0    conda-forge
     libgettextpo              0.22.5               h59595ed_2    conda-forge
     libgettextpo-devel        0.22.5               h59595ed_2    conda-forge
     libgfortran-ng            11.4.0              h69a702a_13    conda-forge
     libgfortran5              11.4.0              h7972ba5_13    conda-forge
     libglib                   2.78.4               hdc74915_0
     libgomp                   14.1.0               h77fa898_0    conda-forge
     libgpg-error              1.50                 h4f305b6_0    conda-forge
     libgsasl                  1.10.0               h5eee18b_1
     libhdfs3                  2.3.0                h638e889_5
     libhwloc                  2.9.1                hd6dc26d_0    conda-forge
     libiconv                  1.17                 hd590300_2    conda-forge
     libmamba                  1.5.1                h744094f_0    conda-forge
     libmambapy                1.5.1           py310h39ff949_0    conda-forge
     libnghttp2                1.57.0               h2d74bed_0
     libnl                     3.9.0                hd590300_0    conda-forge
     libnsl                    2.0.1                hd590300_0    conda-forge
     libntlm                   1.6                  h7f8727e_0
     libopenblas               0.3.21               h043d6bf_0
     libpng                    1.6.39               h5eee18b_0
     libprotobuf               3.20.3               h3eb15da_0    conda-forge
     libsodium                 1.0.18               h7b6447c_0
     libsolv                   0.7.24               he621ea3_1
     libsqlite                 3.46.0               hde9e2c9_0    conda-forge
     libssh2                   1.11.0               h251f7ec_0
     libstdcxx-devel_linux-64  11.2.0               h1234567_1
     libstdcxx-ng              14.1.0               hc0a3c3a_0    conda-forge
     libtiff                   4.5.1                h6a678d5_0
     libuuid                   1.41.5               h5eee18b_0
     libuv                     1.48.0               hd590300_0    conda-forge
     libwebp-base              1.3.2                h5eee18b_0
     libxcb                    1.15                 h7f8727e_0
     libxcrypt                 4.4.36               hd590300_1    conda-forge
     libxml2                   2.10.4               hfdd30dd_2
     libzlib                   1.2.13               h4ab18f5_6    conda-forge
     lightgbm                  4.3.0                    pypi_0    pypi
     lightning                 2.3.2                    pypi_0    pypi
     lightning-utilities       0.11.3.post0             pypi_0    pypi
     lime                      0.2.0.1                  pypi_0    pypi
     llvmlite                  0.43.0                   pypi_0    pypi
     loguru                    0.7.2                    pypi_0    pypi
     lux-api                   0.5.1                    pypi_0    pypi
     lux-widget                0.1.11                   pypi_0    pypi
     lxml                      5.2.2                    pypi_0    pypi
     lz4-c                     1.9.4                h6a678d5_1
     lzo                       2.10              hd590300_1001    conda-forge
     make                      4.2.1                h1bed415_1
     mako                      1.2.4                    pypi_0    pypi
     mamba                     1.5.1           py310h51d5547_0    conda-forge
     marisa-trie               1.2.0                    pypi_0    pypi
     markdown                  2.6.11                   pypi_0    pypi
     markdown-it-py            3.0.0                    pypi_0    pypi
     markupsafe                2.1.5           py310h2372a71_0    conda-forge
     matplotlib                3.9.0                    pypi_0    pypi
     matplotlib-inline         0.1.7              pyhd8ed1ab_0    conda-forge
     mccabe                    0.7.0                    pypi_0    pypi
     mdurl                     0.1.2                    pypi_0    pypi
     menuinst                  2.1.1           py310h06a4308_0
     milkyway-sdk              1.3.0                     dev_0    <develop>
     mistune                   0.8.4                    pypi_0    pypi
     ml-dtypes                 0.3.2                    pypi_0    pypi
     mlens                     0.2.3                    pypi_0    pypi
     mlflow                    1.15.23.dev1             pypi_0    pypi
     mlxtend                   0.23.1                   pypi_0    pypi
     mmh3                      4.1.0                    pypi_0    pypi
     mock                      5.1.0                    pypi_0    pypi
     mpi                       1.0                     openmpi
     mpi4py                    3.1.6           py310h2a790f2_0    conda-forge
     mpmath                    1.3.0                    pypi_0    pypi
     multidict                 6.0.5                    pypi_0    pypi
     multiprocess              0.70.16                  pypi_0    pypi
     murmurhash                1.0.10                   pypi_0    pypi
     mypy-extensions           1.0.0                    pypi_0    pypi
     mysql-connector-python    9.0.0                    pypi_0    pypi
     nacos-sdk-python          0.1.5                    pypi_0    pypi
     namex                     0.0.8                    pypi_0    pypi
     nbclassic                 1.1.0              pyhd8ed1ab_0    conda-forge
     nbclient                  0.5.13                   pypi_0    pypi
     nbconvert                 6.4.4                    pypi_0    pypi
     nbdime                    3.2.1                    pypi_0    pypi
     nbformat                  5.10.4             pyhd8ed1ab_0    conda-forge
     ncurses                   6.4                  h6a678d5_0
     ndg-httpsclient           0.5.1                    pypi_0    pypi
     nebullvm                  0.10.0                   pypi_0    pypi
     nest-asyncio              1.6.0              pyhd8ed1ab_0    conda-forge
     netron                    6.8.0                    pypi_0    pypi
     networkx                  3.3                      pypi_0    pypi
     ninja                     1.11.1.1                 pypi_0    pypi
     nltk                      3.8.1                    pypi_0    pypi
     nni                       3.0                      pypi_0    pypi
     nodejs                    20.12.2              hb753e55_0    conda-forge
     nose                      1.3.7                    pypi_0    pypi
     notebook                  6.5.2                    pypi_0    pypi
     notebook-shim             0.2.4              pyhd8ed1ab_0    conda-forge
     numba                     0.60.0                   pypi_0    pypi
     numpy                     1.23.5                   pypi_0    pypi
     nvidia-ammo               0.7.4                    pypi_0    pypi
     nvidia-cublas-cu12        12.1.3.1                 pypi_0    pypi
     nvidia-cuda-cupti-cu12    12.1.105                 pypi_0    pypi
     nvidia-cuda-nvrtc-cu12    12.1.105                 pypi_0    pypi
     nvidia-cuda-runtime-cu12  12.1.105                 pypi_0    pypi
     nvidia-cudnn-cu12         8.9.2.26                 pypi_0    pypi
     nvidia-cufft-cu12         11.0.2.54                pypi_0    pypi
     nvidia-curand-cu12        10.3.2.106               pypi_0    pypi
     nvidia-cusolver-cu12      11.4.5.107               pypi_0    pypi
     nvidia-cusparse-cu12      12.1.0.106               pypi_0    pypi
     nvidia-ml-py              12.555.43                pypi_0    pypi
     nvidia-ml-py3             7.352.0                  pypi_0    pypi
     nvidia-modelopt           0.11.2                   pypi_0    pypi
     nvidia-nccl-cu12          2.20.5                   pypi_0    pypi
     nvidia-nvjitlink-cu12     12.5.82                  pypi_0    pypi
     nvidia-nvtx-cu12          12.1.105                 pypi_0    pypi
     oauthlib                  3.2.2              pyhd8ed1ab_0    conda-forge
     onnx                      1.13.1                   pypi_0    pypi
     onnx-graphsurgeon         0.5.2                    pypi_0    pypi
     onnxconverter-common      1.14.0                   pypi_0    pypi
     onnxmltools               1.11.1                   pypi_0    pypi
     onnxoptimizer             0.3.8                    pypi_0    pypi
     onnxruntime               1.14.0                   pypi_0    pypi
     openmpi                   4.1.6                external_1    conda-forge
     openssl                   3.3.1                h4bc722e_2    conda-forge
     opentelemetry-api         1.11.1                   pypi_0    pypi
     opentelemetry-exporter-jaeger 1.11.1                   pypi_0    pypi
     opentelemetry-exporter-jaeger-proto-grpc 1.11.1                   pypi_0    pypi
     opentelemetry-exporter-jaeger-thrift 1.11.1                   pypi_0    pypi
     opentelemetry-sdk         1.11.1                   pypi_0    pypi
     opentelemetry-semantic-conventions 0.30b1                   pypi_0    pypi
     opt-einsum                3.3.0                    pypi_0    pypi
     optimum                   1.21.2                   pypi_0    pypi
     optimum-nvidia            0.1.0b7                  pypi_0    pypi
     optree                    0.12.0                   pypi_0    pypi
     optuna                    3.6.1                    pypi_0    pypi
     optuna-dashboard          0.15.1                   pypi_0    pypi
     ordered-set               4.1.0                    pypi_0    pypi
     orjson                    3.10.6                   pypi_0    pypi
     overrides                 7.7.0              pyhd8ed1ab_0    conda-forge
     packaging                 23.2            py310h06a4308_0
     pamela                    1.1.0              pyh1a96a4e_0    conda-forge
     pandas                    2.2.2                    pypi_0    pypi
     pandocfilters             1.5.1                    pypi_0    pypi
     pango                     1.50.7               h05da053_0
     papermill                 2.6.0                    pypi_0    pypi
     paramiko                  3.4.0                    pypi_0    pypi
     parso                     0.7.1                    pypi_0    pypi
     pathspec                  0.12.1                   pypi_0    pypi
     patsy                     0.5.6                    pypi_0    pypi
     pcre2                     10.42                hebb0a14_1
     pexpect                   4.9.0              pyhd8ed1ab_0    conda-forge
     pickleshare               0.7.5                   py_1003    conda-forge
     pillow                    10.4.0                   pypi_0    pypi
     pip                       24.1.1                   pypi_0    pypi
     pixman                    0.40.0               h7f8727e_1
     pkgutil-resolve-name      1.3.10             pyhd8ed1ab_1    conda-forge
     platformdirs              3.10.0          py310h06a4308_0
     plotly                    5.22.0                   pypi_0    pypi
     pluggy                    1.5.0                    pypi_0    pypi
     ply                       3.11                     pypi_0    pypi
     pmdarima                  2.0.4                    pypi_0    pypi
     polygraphy                0.49.9                   pypi_0    pypi
     pp-cloud-magic            0.2.63                   pypi_0    pypi
     pp-magics                 0.7.15.4                 pypi_0    pypi
     pp-remoteconfig           0.1.3                    pypi_0    pypi
     ppextensions              0.0.1                     dev_0    <develop>
     preshed                   3.0.9                    pypi_0    pypi
     prettytable               3.10.0                   pypi_0    pypi
     prometheus-flask-exporter 0.23.0                   pypi_0    pypi
     prometheus_client         0.20.0             pyhd8ed1ab_0    conda-forge
     prompt-toolkit            3.0.47             pyha770c72_0    conda-forge
     prophet                   1.1.5                    pypi_0    pypi
     proto-plus                1.24.0                   pypi_0    pypi
     protobuf                  3.20.3                   pypi_0    pypi
     psutil                    6.0.0           py310hc51659f_0    conda-forge
     psycopg2-binary           2.9.9                    pypi_0    pypi
     ptyprocess                0.7.0              pyhd3deb0d_0    conda-forge
     pulp                      2.8.0                    pypi_0    pypi
     pure-sasl                 0.6.2                    pypi_0    pypi
     pure_eval                 0.2.2              pyhd8ed1ab_0    conda-forge
     py                        1.11.0                   pypi_0    pypi
     py-cpuinfo                9.0.0                    pypi_0    pypi
     py4j                      0.10.9.5                 pypi_0    pypi
     pyarrow                   15.0.2                   pypi_0    pypi
     pyarrow-hotfix            0.6                      pypi_0    pypi
     pyasn1                    0.6.0                    pypi_0    pypi
     pyasn1-modules            0.4.0                    pypi_0    pypi
     pybind11-abi              4                    hd3eb1b0_1
     pycodestyle               2.11.1                   pypi_0    pypi
     pycosat                   0.6.6           py310h5eee18b_1
     pycparser                 2.21               pyhd3eb1b0_0
     pycrypto                  2.6.1                    pypi_0    pypi
     pycryptodome              3.9.7                    pypi_0    pypi
     pycurl                    7.45.3          py310h80730c7_1    conda-forge
     pydantic                  2.8.0              pyhd8ed1ab_0    conda-forge
     pydantic-core             2.20.0          py310he421c4c_0    conda-forge
     pydocstyle                6.3.0                    pypi_0    pypi
     pydot                     2.0.0                    pypi_0    pypi
     pydotz                    1.5.1                    pypi_0    pypi
     pyflakes                  3.2.0                    pypi_0    pypi
     pyformance                0.4                      pypi_0    pypi
     pyg-lib                   0.4.0+pt23cu121          pypi_0    pypi
     pygments                  2.18.0             pyhd8ed1ab_0    conda-forge
     pyhive                    0.2.1                    pypi_0    pypi
     pyinstaller-versionfile   2.1.1                    pypi_0    pypi
     pyjdbc                    0.2.2.1                  pypi_0    pypi
     pyjwt                     2.8.0              pyhd8ed1ab_1    conda-forge
     pykerberos                1.2.4                    pypi_0    pypi
     pylint                    3.2.6                    pypi_0    pypi
     pymysql                   1.1.1                    pypi_0    pypi
     pynacl                    1.5.0                    pypi_0    pypi
     pynlpl                    1.2.9                    pypi_0    pypi
     pynvml                    11.5.0                   pypi_0    pypi
     pyodbc                    4.0.32                   pypi_0    pypi
     pyopenssl                 24.1.0                   pypi_0    pypi
     pyparsing                 3.1.2                    pypi_0    pypi
     pyproject-hooks           1.1.0                    pypi_0    pypi
     pysftp                    0.2.9                    pypi_0    pypi
     pysims-sdk                0.1.12                   pypi_0    pypi
     pysocks                   1.7.1           py310h06a4308_0
     pyspark                   3.3.1                    pypi_0    pypi
     pyspnego                  0.11.0                   pypi_0    pypi
     pytest                    8.2.2                    pypi_0    pypi
     pytest-order              1.2.1                    pypi_0    pypi
     python                    3.10.14              h955ad1f_1
     python-dateutil           2.9.0post0      py310h06a4308_2
     python-dotenv             1.0.1                    pypi_0    pypi
     python-editor             1.0.4                    pypi_0    pypi
     python-fastjsonschema     2.20.0             pyhd8ed1ab_0    conda-forge
     python-graphviz           0.20.3                   pypi_0    pypi
     python-json-logger        2.0.7              pyhd8ed1ab_0    conda-forge
     python-lsp-jsonrpc        1.1.2                    pypi_0    pypi
     python-lsp-server         1.11.0                   pypi_0    pypi
     python-multipart          0.0.9                    pypi_0    pypi
     python_abi                3.10                    2_cp310    conda-forge
     pythonwebhdfs             0.2.3                    pypi_0    pypi
     pytoolconfig              1.3.1                    pypi_0    pypi
     pytorch-lightning         2.3.2                    pypi_0    pypi
     pytz                      2024.1             pyhd8ed1ab_0    conda-forge
     pyyaml                    6.0                      pypi_0    pypi
     pyzmq                     26.0.3          py310h6883aea_0    conda-forge
     qgrid                     1.3.1                    pypi_0    pypi
     qgrid2                    1.1.3                    pypi_0    pypi
     qtconsole                 5.5.2                    pypi_0    pypi
     qtpy                      2.4.1                    pypi_0    pypi
     querystring-parser        1.2.4                    pypi_0    pypi
     r-base                    4.3.1                h1ae530e_0    r
     r-base64enc               0.1_3             r43h76d94ec_4    r
     r-cli                     3.6.1             r43h884c59f_0    r
     r-crayon                  1.5.2             r43h6115d3f_0
     r-digest                  0.6.33            r43h884c59f_0    r
     r-ellipsis                0.3.2             r43h76d94ec_0    r
     r-evaluate                0.22              r43h6115d3f_0
     r-fansi                   1.0.5             r43h76d94ec_0    r
     r-fastmap                 1.1.1             r43h884c59f_0    r
     r-glue                    1.6.2             r43h76d94ec_0    r
     r-htmltools               0.5.6.1           r43h76d94ec_0
     r-irdisplay               1.1               r43h6115d3f_0
     r-irkernel                1.3.2                     r43_0
     r-jsonlite                1.8.7             r43h76d94ec_0    r
     r-lifecycle               1.0.3             r43h142f84f_0
     r-pbdzmq                  0.3_10            r43h884c59f_0    r
     r-pillar                  1.9.0             r43h6115d3f_0
     r-repr                    1.1.6             r43h6115d3f_0
     r-rlang                   1.1.1             r43h884c59f_0    r
     r-utf8                    1.2.4             r43h76d94ec_0    r
     r-uuid                    1.1_1             r43h76d94ec_0    r
     r-vctrs                   0.6.4             r43h884c59f_0    r
     rdflib                    7.0.0                    pypi_0    pypi
     readline                  8.2                  h5eee18b_0
     referencing               0.35.1             pyhd8ed1ab_0    conda-forge
     regex                     2024.5.15                pypi_0    pypi
     reproc                    14.2.4               h6a678d5_2
     reproc-cpp                14.2.4               h6a678d5_2
     requests                  2.32.3                   pypi_0    pypi
     requests-kerberos         0.15.0                   pypi_0    pypi
     requests-oauthlib         2.0.0                    pypi_0    pypi
     requests-toolbelt         1.0.0                    pypi_0    pypi
     responses                 0.25.3                   pypi_0    pypi
     restaccess-sdk            1.3.0                    pypi_0    pypi
     retry                     0.9.2                    pypi_0    pypi
     rfc3339-validator         0.1.4              pyhd8ed1ab_0    conda-forge
     rfc3986-validator         0.1.1              pyh9f0ad1d_0    conda-forge
     rich                      13.7.1                   pypi_0    pypi
     rope                      1.13.0                   pypi_0    pypi
     rpds-py                   0.18.1          py310he421c4c_0    conda-forge
     rsa                       4.9                      pypi_0    pypi
     ruamel.yaml               0.17.21         py310h5eee18b_0
     ruamel.yaml.clib          0.2.6           py310h5eee18b_1
     safetensors               0.4.3                    pypi_0    pypi
     schedule                  1.2.2                    pypi_0    pypi
     schema                    0.7.7                    pypi_0    pypi
     scikit-image              0.22.0                   pypi_0    pypi
     scikit-learn              1.5.0                    pypi_0    pypi
     scipy                     1.14.0                   pypi_0    pypi
     seaborn                   0.13.2                   pypi_0    pypi
     send2trash                1.8.3              pyh0d859eb_0    conda-forge
     sentence-transformers     3.0.1                    pypi_0    pypi
     sentencepiece             0.2.0                    pypi_0    pypi
     setuptools                70.2.0                   pypi_0    pypi
     setuptools-cythonize      1.0.7                    pypi_0    pypi
     setuptools-scm            8.1.0                    pypi_0    pypi
     sh                        2.0.7                    pypi_0    pypi
     shap                      0.41.0                   pypi_0    pypi
     shellingham               1.5.4                    pypi_0    pypi
     signalfx                  1.1.5                    pypi_0    pypi
     simpervisor               1.0.0                    pypi_0    pypi
     simplejson                3.19.2                   pypi_0    pypi
     six                       1.16.0             pyh6c4a22f_0    conda-forge
     skl2onnx                  1.13                     pypi_0    pypi
     slicer                    0.0.7                    pypi_0    pypi
     smart-open                7.0.4                    pypi_0    pypi
     smmap                     5.0.1                    pypi_0    pypi
     sniffio                   1.3.1              pyhd8ed1ab_0    conda-forge
     snowballstemmer           2.2.0                    pypi_0    pypi
     soupsieve                 2.5                pyhd8ed1ab_1    conda-forge
     spacy                     3.7.5                    pypi_0    pypi
     spacy-legacy              3.0.12                   pypi_0    pypi
     spacy-loggers             1.0.5                    pypi_0    pypi
     spacy-lookups-data        1.0.5                    pypi_0    pypi
     sparkmagic                0.11.24                  pypi_0    pypi
     sqlalchemy                1.4.15                   pypi_0    pypi
     sqlite                    3.45.3               h5eee18b_0
     sqlparams                 6.0.1                    pypi_0    pypi
     sqlparse                  0.5.0                    pypi_0    pypi
     srsly                     2.4.8                    pypi_0    pypi
     sseclient-py              1.8.0                    pypi_0    pypi
     stack-data                0.6.3                    pypi_0    pypi
     stack_data                0.6.2              pyhd8ed1ab_0    conda-forge
     stanford-corenlp          3.9.2                    pypi_0    pypi
     stanio                    0.5.0                    pypi_0    pypi
     starlette                 0.37.2                   pypi_0    pypi
     statsmodels               0.14.2                   pypi_0    pypi
     strenum                   0.4.15                   pypi_0    pypi
     sympy                     1.12.1                   pypi_0    pypi
     sysroot_linux-64          2.17                h57e8cba_10
     tabcmd                    2.0.14                   pypi_0    pypi
     tableauhyperapi           0.0.15305                pypi_0    pypi
     tableausdk                10300.18.727.2030          pypi_0    pypi
     tableauserverclient       0.25                     pypi_0    pypi
     tabulate                  0.9.0                    pypi_0    pypi
     tbats                     1.1.3                    pypi_0    pypi
     tenacity                  8.4.2                    pypi_0    pypi
     tensorboard               2.15.2                   pypi_0    pypi
     tensorboard-data-server   0.7.2                    pypi_0    pypi
     tensorboard-plugin-profile 2.15.1                   pypi_0    pypi
     tensorflow                2.15.1                   pypi_0    pypi
     tensorflow-decision-forests 1.9.1                    pypi_0    pypi
     tensorflow-estimator      2.15.0                   pypi_0    pypi
     tensorflow-io-gcs-filesystem 0.37.1                   pypi_0    pypi
     tensorflow-recommenders   0.7.3                    pypi_0    pypi
     tensorflow-text           2.16.1                   pypi_0    pypi
     tensorrt                  9.3.0.post12.dev1          pypi_0    pypi
     tensorrt-bindings         9.3.0.post12.dev1          pypi_0    pypi
     tensorrt-cu12             10.2.0                   pypi_0    pypi
     tensorrt-cu12-bindings    10.2.0                   pypi_0    pypi
     tensorrt-cu12-libs        10.2.0                   pypi_0    pypi
     tensorrt-libs             9.3.0.post12.dev1          pypi_0    pypi
     tensorrt-llm              0.9.0                    pypi_0    pypi
     tensorwatch               0.9.1                    pypi_0    pypi
     teradata                  15.10.0.20               pypi_0    pypi
     termcolor                 2.4.0                    pypi_0    pypi
     terminado                 0.18.1             pyh0d859eb_0    conda-forge
     testpath                  0.6.0                    pypi_0    pypi
     textblob                  0.18.0.post0             pypi_0    pypi
     tf-keras                  2.16.0                   pypi_0    pypi
     tf2onnx                   1.13.0                   pypi_0    pypi
     thinc                     8.2.5                    pypi_0    pypi
     threadpoolctl             3.5.0                    pypi_0    pypi
     thrift                    0.16.0                   pypi_0    pypi
     thrift-sasl               0.4.3                    pypi_0    pypi
     thriftpy2                 0.5.1                    pypi_0    pypi
     tifffile                  2024.7.2                 pypi_0    pypi
     tinycss2                  1.3.0              pyhd8ed1ab_0    conda-forge
     tk                        8.6.14               h39e8969_0
     tktable                   2.10                 h3d55465_1
     tokenizers                0.15.2                   pypi_0    pypi
     tomli                     2.0.1              pyhd8ed1ab_0    conda-forge
     tomlkit                   0.13.2                   pypi_0    pypi
     toolz                     0.12.1             pyhd8ed1ab_0    conda-forge
     torch                     2.3.1+cu121              pypi_0    pypi
     torch-cluster             1.6.3+pt23cu121          pypi_0    pypi
     torch-geometric           2.5.3                    pypi_0    pypi
     torch-scatter             2.1.2+pt23cu121          pypi_0    pypi
     torch-sparse              0.6.18+pt23cu121          pypi_0    pypi
     torch-spline-conv         1.2.2+pt23cu121          pypi_0    pypi
     torch-tb-profiler         0.4.3                    pypi_0    pypi
     torchaudio                2.3.1+cu121              pypi_0    pypi
     torchdata                 0.7.1                    pypi_0    pypi
     torchensemble             0.2.0                    pypi_0    pypi
     torchmetrics              1.4.0.post0              pypi_0    pypi
     torchvision               0.18.1+cu121             pypi_0    pypi
     tornado                   6.4.1           py310hc51659f_0    conda-forge
     tqdm                      4.66.4          py310h2f386ee_0
     traitlets                 5.14.3             pyhd8ed1ab_0    conda-forge
     transformers              4.38.2                   pypi_0    pypi
     triton                    2.3.1                    pypi_0    pypi
     truststore                0.8.0           py310h06a4308_0
     typeguard                 4.1.2                    pypi_0    pypi
     typer                     0.12.3                   pypi_0    pypi
     types-appdirs             1.4.3.5                  pypi_0    pypi
     types-mock                5.1.0.20240425           pypi_0    pypi
     types-python-dateutil     2.9.0.20240316     pyhd8ed1ab_0    conda-forge
     types-requests            2.32.0.20240622          pypi_0    pypi
     types-setuptools          70.1.0.20240627          pypi_0    pypi
     typing-extensions         4.12.2               hd8ed1ab_0    conda-forge
     typing_extensions         4.12.2             pyha770c72_0    conda-forge
     typing_utils              0.1.0              pyhd8ed1ab_0    conda-forge
     tzdata                    2024.1                   pypi_0    pypi
     ujson                     5.10.0                   pypi_0    pypi
     uri-template              1.3.0              pyhd8ed1ab_0    conda-forge
     urllib3                   1.26.19                  pypi_0    pypi
     uvicorn                   0.30.1                   pypi_0    pypi
     uvloop                    0.19.0                   pypi_0    pypi
     vectordb-notebook-client  1.0.0                    pypi_0    pypi
     virtualenv                20.26.3                  pypi_0    pypi
     wasabi                    1.1.3                    pypi_0    pypi
     watchfiles                0.22.0                   pypi_0    pypi
     wcwidth                   0.2.13             pyhd8ed1ab_0    conda-forge
     weasel                    0.4.1                    pypi_0    pypi
     webcolors                 24.6.0             pyhd8ed1ab_0    conda-forge
     webencodings              0.5.1              pyhd8ed1ab_2    conda-forge
     websocket-client          1.8.0              pyhd8ed1ab_0    conda-forge
     websockets                12.0                     pypi_0    pypi
     werkzeug                  3.0.3                    pypi_0    pypi
     whatthepatch              1.0.6                    pypi_0    pypi
     wheel                     0.43.0                   pypi_0    pypi
     widgetsnbextension        3.6.6                    pypi_0    pypi
     wrapt                     1.14.1                   pypi_0    pypi
     ws4py                     0.5.1                    pypi_0    pypi
     wurlitzer                 3.1.1                    pypi_0    pypi
     xai                       0.1.0                    pypi_0    pypi
     xgboost                   2.0.3                    pypi_0    pypi
     xxhash                    3.4.1                    pypi_0    pypi
     xz                        5.4.6                h5eee18b_1
     y-py                      0.5.9           py310h4426083_0    conda-forge
     yaml                      0.2.5                h7f98852_2    conda-forge
     yaml-cpp                  0.7.0                h59595ed_3    conda-forge
     yapf                      0.40.2                   pypi_0    pypi
     yarl                      1.9.4                    pypi_0    pypi
     ydf                       0.5.0                    pypi_0    pypi
     yellowbrick               1.5                      pypi_0    pypi
     ypy-websocket             0.8.2              pyhd8ed1ab_0    conda-forge
     zeromq                    4.3.5                h6a678d5_0
     zipp                      3.19.2             pyhd8ed1ab_0    conda-forge
     zlib                      1.2.13               h4ab18f5_6    conda-forge
     zstandard                 0.22.0          py310hab88d88_1    conda-forge
     zstd                      1.5.6                ha6fb4c9_0    conda-forge
     
</pre></details>

Other/Misc.

No response

Code of Conduct

  • I agree to follow cuGraph's Code of Conduct
  • I have searched the open bugs and have found no duplicates for this bug report
@blackboxo blackboxo added ? - Needs Triage Need team to review and classify bug Something isn't working labels Jan 8, 2025
@nv-rliu nv-rliu self-assigned this Jan 17, 2025
@nv-rliu
Copy link
Contributor

nv-rliu commented Jan 17, 2025

Hi @blackboxo

Sorry to hear that you've encountered this bug. I'm happy to take a look at this issue.

Is this issue reproducible on any dataset, or would you be able to provide some insights about this xx.csv you're referencing?

@blackboxo
Copy link
Author

Hi @blackboxo

Sorry to hear that you've encountered this bug. I'm happy to take a look at this issue.

Is this issue reproducible on any dataset, or would you be able to provide some insights about this xx.csv you're referencing?

I think it's reproducible on any dataset

@nv-rliu
Copy link
Contributor

nv-rliu commented Jan 21, 2025

@blackboxo I've tried to reproduce this error with your code and the netscience.csv dataset but have not been successful. Does something here look off?

in reproducer.py:

import cugraph
import cudf
import pandas as pd
import numpy as np
import gc
import datetime
import sys
import nvidia_smi
import time
import datetime
import os
import timeit
import itertools
import matplotlib.pyplot as plt
import dask.dataframe as dd
import cugraph.dask as dask_cugraph

from dask.distributed import Client, wait
from dask_cuda import LocalCUDACluster
from dask.utils import parse_bytes
import cugraph.dask.comms.comms as Comms

from cugraph.testing.mg_utils import stop_dask_client
import cudf
import dask_cudf

if __name__ == "__main__":
  cluster = LocalCUDACluster(
      # CUDA_VISIBLE_DEVICES="0,1",
      rmm_pool_size=parse_bytes("25GB"), # This GPU has 32GB of memory
      # rmm_pool_size=0.9,  # Use 90% of GPU memory as a pool for faster allocations
      enable_cudf_spill=True,  # Improve device memory stability
      device_memory_limit=parse_bytes("128GB"),
  )
  client = Client(cluster)
  Comms.initialize(p2p=True)

  import dask
  dask.config.set({"dataframe.backend": "cudf"})
  asset_df = dd.read_csv('netscience.csv', 'netscience.csv', names=['src', 'dst', 'weights'], sep=" ", nrows=100)
  # breakpoint()
  G = cugraph.Graph()
  G.from_dask_cudf_edgelist(asset_df, source='src', destination='dst', weight='weights', renumber=True)

contents of asset_df

(Pdb) asset_df.compute()
     src  dst   weights
0      1    0  2.500000
1   1084    0  0.500000
2    946    1  1.000000
3   1084    1  0.500000
4      3    2  0.250000
..   ...  ...       ...
95  1551   33  0.333333
96    53   34  0.775000
97    54   34  1.158330
98   131   34  0.333333
99   132   34  0.525000

[100 rows x 3 columns]

my environment

# packages in environment at /home/nfs/ralphl/miniforge3/envs/dask-bug:
#
# Name                    Version                   Build  Channel
dask                      2024.9.0           pyhd8ed1ab_0    conda-forge
dask-cudf                 24.10.01        cuda12_py312_241009_g7b0adfa253_0    rapidsai
cugraph                   24.10.00        cuda12_py312_241009_g6f2510afa_0    rapidsai

@nv-rliu
Copy link
Contributor

nv-rliu commented Jan 21, 2025

What happens if you run your code-snippet with this dataset: https://github.com/rapidsai/cugraph/blob/branch-25.02/datasets/netscience.csv

@blackboxo
Copy link
Author

seems work now. thanks!

@nv-rliu
Copy link
Contributor

nv-rliu commented Jan 22, 2025

seems work now. thanks!

Ah, glad to hear! Just for the record, what seemed to be the fix? Updating the environment?

@blackboxo
Copy link
Author

blackboxo commented Jan 23, 2025

It's a bit strange.

for the following code, I changed asset_df_join to asset_df_join[['event_account_src', 'event_account_dst', 'weight']], then it works. But I have checked columns in asset_df_join, there are no duplicate column names.

G.from_dask_cudf_edgelist(asset_df_join[['event_account_src', 'event_account_dst', 'weight']], source='event_account_src', destination='event_account_dst', weight='weight', renumber=True)

asset_df_join is a dask dataframe and generated by following code:

import dask
import dask.dataframe as dd
dask.config.set({"dataframe.backend": "cudf"})
asset_df = dd.read_csv('x.csv', nrows=100)
asset_df_join = asset_df.merge(asset_df, on=["event", "edge_type", "value"], suffixes=("_src", "_dst"))
asset_df_join = asset_df_join[asset_df_join.account_src != asset_df_join.account_dst]
asset_df_join['event_account_src'] = asset_df_join['event'] + '&' + asset_df_join['account_src'].astype(str)
asset_df_join['event_account_dst'] = asset_df_join['event'] + '&' + asset_df_join['account_dst'].astype(str)

@nv-rliu
Copy link
Contributor

nv-rliu commented Jan 23, 2025

Hmm very interesting.. If I had to guess, there must be some difference in the data being passed in before vs. now with the workaround. But let me know if you'd like me to try and reproduce things again. For the time being, thanks for letting us know. Best of luck

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
? - Needs Triage Need team to review and classify bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants