Skip to content

NVidia Kaolin, Anaconda Python setup, and CUDA version: Beginner’s hurdles #633

Answered by Caenorst
tahasid2021 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @tahasid2021 , thank you for your interest in Kaolin.

Here is one thing I can notice, TORCH_CUDA_ARCH_LIST=11.3 for sure is wrong as 11.3 is NOT an architecture. Please unset this variable as this is typically a value you would set in exotic edge cases of cross-compilation.

(kaolin) C:\Users**\Documents\Projects\kaolin>torch –version

torch is not a command-line, this is a python module, if you want to know the version run the following:

python -c "import torch; torch.__version__"

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
4 replies
@tahasid2021
Comment options

@tahasid2021
Comment options

@Caenorst
Comment options

@tahasid2021
Comment options

Answer selected by tahasid2021
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants