File size: 149 Bytes
3b73534 |
1 2 3 4 5 |
#!/bin/bash
pip install --global-option="--cpp_ext" --global-option="--cuda_ext" --no-cache -v --disable-pip-version-check . 2>&1 | tee build.log
|
3b73534 |
1 2 3 4 5 |
#!/bin/bash
pip install --global-option="--cpp_ext" --global-option="--cuda_ext" --no-cache -v --disable-pip-version-check . 2>&1 | tee build.log
|