mirror of
https://github.com/norandom/log2ml.git
synced 2025-04-18 14:51:27 +00:00
auto install rapids for gpu acceleration on tpot-nn
This commit is contained in:
parent
da85a7f61f
commit
e98fe3fd53
4
dependencies/install.sh
vendored
4
dependencies/install.sh
vendored
@ -6,6 +6,10 @@ if [ -d "/content" ]; then
|
|||||||
echo "Installing dependencies"
|
echo "Installing dependencies"
|
||||||
pip install -r "https://raw.githubusercontent.com/norandom/log2ml/main/dependencies/requirements.gpu.txt"
|
pip install -r "https://raw.githubusercontent.com/norandom/log2ml/main/dependencies/requirements.gpu.txt"
|
||||||
|
|
||||||
|
# https://docs.rapids.ai/deployment/stable/platforms/colab/
|
||||||
|
git clone https://github.com/rapidsai/rapidsai-csp-utils.git
|
||||||
|
python rapidsai-csp-utils/colab/pip-install.py
|
||||||
|
|
||||||
else
|
else
|
||||||
echo "This does not appear to be a Google Colab environment."
|
echo "This does not appear to be a Google Colab environment."
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user