summaryrefslogtreecommitdiff
path: root/errors_and_solutions.md
diff options
context:
space:
mode:
Diffstat (limited to 'errors_and_solutions.md')
-rw-r--r--errors_and_solutions.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/errors_and_solutions.md b/errors_and_solutions.md
index dd99f7c..5e8b2d2 100644
--- a/errors_and_solutions.md
+++ b/errors_and_solutions.md
@@ -6,3 +6,16 @@ If you are feeling lucky, you can also try to compile the library from source. T
__If you encounter any other error not listed here please create an issue. This will help resolve your problem and will help out others in the future.
+
+
+# fatbinwrap
+
+This error occurs if there is a mismatch between CUDA versions in the C++ library and the CUDA part. Make sure you have right CUDA in your $PATH and $LD_LIBRARY_PATH variable. In the conda base environment you can find the library under:
+```bash
+ls $CONDA_PREFIX/lib/*cudart*
+```
+Make sure this path is appended to the `LD_LIBRARY_PATH` so bnb can find the CUDA runtime environment library (cudart).
+
+If this does not fix the issue, please try [compilation from source](compile_from_source.md) next.
+
+If this does not work, please open an issue and paste the printed environment if you call `make` and the associated error when running bnb.