start-matrix-bot.sh 207 B

1234567
  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. $(cd kinbot/matrix_bot && cargo run &)
  4. wait