start-gpt.sh 242 B

123456
  1. # run.sh can use --with-cuda or the model param as 7b for smaller machines
  2. # it will take a minute to "come online" clean run it's downloading a few GB of model
  3. #!/bin/bash
  4. cd kinbot/kinbot-gpt && sudo ./run.sh --model 13b --with-cuda &
  5. wait