Alpha-Command-Intern commited on
Commit
c5737c3
·
verified ·
1 Parent(s): 9b05a14

Upload TTk.config.js with huggingface_hub

Browse files
Files changed (1) hide show
  1. TTk.config.js +9 -0
TTk.config.js ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ module.exports = {
2
+ apps: [
3
+ {
4
+ name: 'TTk',
5
+ script: 'python3',
6
+ args: './neurons/miner.py --netuid 28 --logging.debug --subtensor.network finney --wallet.name TTcold --wallet.hotkey TTk --axon.port 18904 --hf_repo_id LOCAL --model bestmodel.keras'
7
+ },
8
+ ],
9
+ };