1 2
#!/bin/bash
3 4
CONDA_ROOT="${CONDA_ROOT:-/home/tw/miniconda3}" source "$CONDA_ROOT/etc/profile.d/conda.sh"
5
conda activate xinference