Fox / JJg.config.js
Alpha-Command-Intern's picture
Upload JJg.config.js with huggingface_hub
470642d verified
raw
history blame
299 Bytes
module.exports = {
apps: [
{
name: 'JJg',
script: 'python3',
args: './neurons/miner.py --netuid 28 --logging.debug --subtensor.network finney --wallet.name JJcold --wallet.hotkey JJg --axon.port 18903 --hf_repo_id LOCAL --model bestmodel.keras'
},
],
};