dkdaniz commited on
Commit
b49169d
1 Parent(s): 821d4e0

Update run.sh

Browse files
Files changed (1) hide show
  1. run.sh +1 -0
run.sh CHANGED
@@ -3,6 +3,7 @@
3
  export TRANSFORMERS_CACHE=/root/.cache
4
  export CMAKE_ARGS="-DLLAMA_CUBLAS=on"
5
  export FORCE_CMAKE=1
 
6
 
7
  exec pip install --timeout 100 -r requirements.txt
8
  exec python ./ingest.py --device_type cuda
 
3
  export TRANSFORMERS_CACHE=/root/.cache
4
  export CMAKE_ARGS="-DLLAMA_CUBLAS=on"
5
  export FORCE_CMAKE=1
6
+ export PIP_ROOT_USER_ACTION=ignore
7
 
8
  exec pip install --timeout 100 -r requirements.txt
9
  exec python ./ingest.py --device_type cuda