rusticluftig commited on
Commit
ac2718e
1 Parent(s): dcbedf1

Temporarily remove next update section

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -319,8 +319,9 @@ def main():
319
 
320
  scores = get_scores([x.uid for x in model_data], vali_runs)
321
 
322
- current_block = metagraph.block.item()
323
- next_epoch_block = next_epoch(subtensor, current_block)
 
324
 
325
  validator_df = get_validator_weights(metagraph)
326
  weight_keys = set()
@@ -339,7 +340,8 @@ def main():
339
  gr.HTML(TITLE)
340
  gr.HTML(HEADER)
341
 
342
- gr.HTML(value=get_next_update_div(current_block, next_epoch_block))
 
343
 
344
  gr.Label(
345
  value={
 
319
 
320
  scores = get_scores([x.uid for x in model_data], vali_runs)
321
 
322
+ # TODO: Re-enable once ""SubtensorModule.BlocksSinceEpoch" not found" issue is resolved.
323
+ # current_block = metagraph.block.item()
324
+ # next_epoch_block = next_epoch(subtensor, current_block)
325
 
326
  validator_df = get_validator_weights(metagraph)
327
  weight_keys = set()
 
340
  gr.HTML(TITLE)
341
  gr.HTML(HEADER)
342
 
343
+ # TODO: Re-enable once ""SubtensorModule.BlocksSinceEpoch" not found" issue is resolved.
344
+ # gr.HTML(value=get_next_update_div(current_block, next_epoch_block))
345
 
346
  gr.Label(
347
  value={