[e9500f]: / deprecated_work / build / scripts-3.6 / install_apex

Download this file

9 lines (7 with data), 226 Bytes

#!/bin/bash

rm -rf apex
git clone https://github.com/NVIDIA/apex
cd apex
pip install -v --no-cache-dir --global-option="--cpp_ext" --global-option="--cuda_ext" ./ || pip install -v --no-cache-dir ./
cd ..
rm -rf apex