#!/bin/bash ## ## A bash script wrapper that runs the exllama2 server MY_DIR="$(dirname -- "${BASH_SOURCE[0]}")" source $MY_DIR/venv/bin/activate python $MY_DIR/source/exllama2_backend.py $@