CryptAL commited on
Commit
2201bcf
·
unverified ·
2 Parent(s): 2642418 31527bb

Merge pull request #1 from macrocosm-os/hotfix/update-app-urls

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -368,7 +368,7 @@ def main():
368
  if benchmarks is not None:
369
  with gr.Accordion("Top Model Benchmarks"):
370
  gr.components.Dataframe(benchmarks)
371
- gr.HTML("""<div>PPL computed using a stride of 512. See <a href='https://github.com/RaoFoundation/pretraining/blob/dev/scripts/run_benchmarks.py'>here</a> for the full code.</div>""")
372
  gr.HTML(f"""<div>Last Updated: {benchmark_timestamp.strftime("%Y-%m-%d %H:%M:%S")} (UTC)</div>""")
373
  '''
374
 
 
368
  if benchmarks is not None:
369
  with gr.Accordion("Top Model Benchmarks"):
370
  gr.components.Dataframe(benchmarks)
371
+ gr.HTML("""<div>PPL computed using a stride of 512. See <a href='https://github.com/macrocosm-os/pretraining/blob/dev/scripts/run_benchmarks.py'>here</a> for the full code.</div>""")
372
  gr.HTML(f"""<div>Last Updated: {benchmark_timestamp.strftime("%Y-%m-%d %H:%M:%S")} (UTC)</div>""")
373
  '''
374