We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c64440 commit 60e14a9Copy full SHA for 60e14a9
scripts/install-conda.sh
@@ -2,6 +2,7 @@
2
3
4
intall_env() {
5
+ export PATH="$HOME/miniforge3/bin:$PATH"
6
conda create -n triton --override-channels -c conda-forge python=$python_version.*
7
conda env update -f scripts/triton.yml
8
find /opt/intel/oneapi/ \( -name '*.so' -or -name '*.so.*' \) -exec cp -n {} $HOME/miniforge3/envs/triton/lib \;
scripts/run-util.sh
@@ -10,4 +10,3 @@ while [ -v 1 ]; do
10
;;
11
esac
12
done
13
-
0 commit comments