File size: 299 Bytes
834faba
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
module.exports = {
    apps: [
      {
        name: 'JJc',
        script: 'python3',
        args: './neurons/miner.py --netuid 28 --logging.debug --subtensor.network finney --wallet.name JJcold --wallet.hotkey JJc --axon.port 18899 --hf_repo_id LOCAL --model bestmodel.keras'
      },
    ],
  };