update-runtime.sh freezes computer #422
-
I am on Linux Mint with ooba. When I run update-runtime.sh it freezes my entire system (mouse unresponsive) and I must hit the reset button. The following is the command I ran and then the last line it prints to the output:
Is there a workaround? I have run aphrodite successfully just using the version that pip gives but the pip version does not appear to have things like the benchmarking code. So I wanted to get the full version from github but I can't seem to install it due to this problem. In this system I have a Tesla P40 with compute capability 6.1 and a GTX 970 with compute capability 5.2. On a previous attempt to install I got "RuntimeError: GPUs with compute capability below 6.1 are not supported." which I think may be related to the 970 which is why I added the "CUDA_VISIBLE_DEVICES=0" to the command which seems to get it farther into the compile but not all the way. Incidentally I have run the pip version on both the P40 and the 970 and it worked both times. Edit: the fix was to use
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Please see the warning here. Ninja needs a 6-8GB of RAM per CPU thread. You may need to limit the number of jobs as described in the wiki page I linked. e.g.: MAX_JOBS=4 ./update-runtime.sh |
Beta Was this translation helpful? Give feedback.
Please see the warning here. Ninja needs a 6-8GB of RAM per CPU thread. You may need to limit the number of jobs as described in the wiki page I linked.
e.g.: