File size: 416 Bytes
42f2c22
c0da4af
 
42f2c22
 
 
 
 
1
2
3
4
5
6
7
8
9
#!/bin/bash
pip install --upgrade pip setuptools wheel

git clone https://github.com/NVIDIA/apex
cd apex
# if pip >= 23.1 (ref: https://pip.pypa.io/en/stable/news/#v23-1) which supports multiple `--config-settings` with the same key... 
pip install -v --disable-pip-version-check --no-cache-dir --no-build-isolation --config-settings "--build-option=--cpp_ext" --config-settings "--build-option=--cuda_ext" ./
cd ..