wei

Results 5 comments of wei

How about checking this out: https://github.com/jupyterhub/ldapauthenticator/issues/19

Try install torch with cuda support if it doesn't. My cmd is ` pip install torch==2.0.1+cu118 --extra-index-url https://download.pytorch.org/whl/cu118`

Have same issue on anaconda of windows and failed to find way to solve it. The Event classes are only used to record elapsing time. Quick fix: try to bypass...

> Yes, after commenting, this error: \Python310\lib\site-packages\torch\cuda__init__.py", line 239, in _lazy_init raise AssertionError("Torch not compiled with CUDA enabled") AssertionError: Torch not compiled with CUDA enabled Try install torch with cuda...

Can successfully run on anaconda of windows 10. No WSL is needed. Quick tips: Install CUDA11.8, VisualStudio, torch with cuda enabled; correctly set `CUDA_HOME` and make sure `_find_compiler_bindir()` can find...