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

Upload TTh.config.js with huggingface_hub

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