Chat / backend /python /mamba /install.sh
Baraaqasem's picture
Upload 711 files
651d019 verified
raw
history blame contribute delete
156 Bytes
#!/bin/bash
set -e
LIMIT_TARGETS="cublas"
EXTRA_PIP_INSTALL_FLAGS="--no-build-isolation"
source $(dirname $0)/../common/libbackend.sh
installRequirements