katara / run.sh
dkdaniz's picture
Update run.sh
e3ccd16
raw
history blame
No virus
148 Bytes
#!/bin/bash
export TRANSFORMERS_CACHE=/root/.cache
exec python3 ./ingest.py --device_type cuda
exec python3 ./run_localGPT.py --device_type cuda