Lightning-AI / tutorials

Collection of Pytorch lightning tutorial form as rich scripts automatically transformed to ipython notebooks.
https://lightning-ai.github.io/tutorials
Apache License 2.0
290 stars 83 forks source link

withdrawing Reinforcement Learning With WarpDrive #341

Open Borda opened 4 months ago

Borda commented 4 months ago

🐛 Bug

removing this example in 1a241fd5 as it is outdated and it is not clear how to install the requirement... also asked for help in https://github.com/salesforce/warp-drive/issues/98

To Reproduce

Steps to reproduce the behavior:

      src/cpp/cuda.hpp:14:10: fatal error: cuda.h: No such file or directory
         14 | #include <cuda.h>
            |          ^~~~~~~~
      compilation terminated.
      error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for pycuda
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (pycuda)

Expected behavior

we are happy to take it back once it runs fine again :rabbit:

Additional context