diff --git a/llvm/projects/hpvm-tensor-rt/bin/setup_tyler_paths.sh b/llvm/projects/hpvm-tensor-rt/bin/setup_tyler_paths.sh
index 3548f182f198724600aee855b66169a1bdf12a3a..05db92cc08c8532ae5f83f6bdee15c12b8ed9159 100644
--- a/llvm/projects/hpvm-tensor-rt/bin/setup_tyler_paths.sh
+++ b/llvm/projects/hpvm-tensor-rt/bin/setup_tyler_paths.sh
@@ -7,8 +7,3 @@ export CUDNN_PATH=/software/cuda-9.1/lib64/
 export LIBRARY_PATH=/software/cuda-9.1/lib64/:$LIBRARY_PATH
 export LD_LIBRARY_PATH=/software/cuda-9.1/lib64/:$LD_LIBRARY_PATH
 
-# HPVM Path setup
-export CPATH=$CPATH:/home/hsharif3/anaconda2/include/
-export PATH=/home/hsharif3/Gitlab/hpvm/build/bin/:$PATH
-export LLVM_BUILD_ROOT=/home/hsharif3/Gitlab/hpvm/build/
-export LLVM_SRC_ROOT=/home/hsharif3/Gitlab/hpvm/llvm/