Jiaxin Guo

Results 6 comments of Jiaxin Guo

As a frequent user of TeXstudio, I would love to see text selection implemented in the integrated PDF viewer. This feature would greatly enhance the usability, accessibility, and functionality of...

FYI, I was stuck at `conda-forge`'s CuPy **forever** like @ryanshrott : ```shell /root/micromamba/envs/py311/lib/python3.11/site-packages/cupy/cuda/compiler.py:233: PerformanceWarning: Jitify is performing a one-time only warm-up to populate the persistent cache, this may take a...

Thanks @leofang for pointing that out. I created a fresh-new environment and checked v13.2.0 from both; surprisingly they all worked it out, albeit slower than the claimed "_a few seconds_"....

`--disable-custom-all-reduce` does not work for me either. Still testing for other workarounds.

Just attempted to perform HDBSCAN on a `cupyx.scipy.sparse._csr.csr_matrix` and received immediate complaints upon the sparse input: ```bash hdb.fit(D) File "/U_2021PZZZJC0001/jiaxin.guo/miniforge3/envs/py311/lib/python3.11/site-packages/cuml/internals/api_decorators.py", line 188, in wrapper ret = func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File...