mlabonne commited on
Commit
249c6e0
β€’
1 Parent(s): f7c12ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -5,11 +5,11 @@ GPU_LIST = ["NVIDIA A100 80GB PCIe", "NVIDIA A100-SXM4-80GB", "NVIDIA A30", "NVI
5
 
6
  TITLE = """
7
  <div align="center">
8
- <h1>🧐 LLM AutoEval</h1>
9
- <p><strong>Automatically evaluate your LLMs</strong> using <a href="https://www.runpod.io/console/pods">RunPod</a>. If you don't have an account, please consider using my <a href="https://runpod.io?ref=9nvk2srl">referral link</a>.</p>
10
- <p>Once a pod has started, you can safely close this tab. The results are then privately uploaded to <a href="https://gist.github.com/">GitHub Gist</a>, and the pod is automatically destroyed.</p>
11
- <p>For further details, see the project on πŸ’» <a href="https://github.com/mlabonne/llm-autoeval">GitHub</a>.</p>
12
  </div>
 
 
 
13
  """
14
 
15
  def autoeval(BENCHMARK, MODEL, GPU, NUMBER_OF_GPUS, CONTAINER_DISK, CLOUD_TYPE, REPO, TRUST_REMOTE_CODE, DEBUG, GITHUB_API_TOKEN, RUNPOD_TOKEN):
 
5
 
6
  TITLE = """
7
  <div align="center">
8
+ <p style="font-size: 36px;">🧐 LLM AutoEval</p>
 
 
 
9
  </div>
10
+ <p><strong>Automatically evaluate your LLMs</strong> using <a href="https://www.runpod.io/console/pods">RunPod</a>. If you don't have an account, please consider using my <a href="https://runpod.io?ref=9nvk2srl">referral link</a>.</p>
11
+ <p>Once a pod has started, you can safely close this tab. The results are then privately uploaded to <a href="https://gist.github.com/">GitHub Gist</a>, and the pod is automatically destroyed.</p>
12
+ <p><em>For further details, see the project on πŸ’» <a href="https://github.com/mlabonne/llm-autoeval">GitHub</a>.</em></p>
13
  """
14
 
15
  def autoeval(BENCHMARK, MODEL, GPU, NUMBER_OF_GPUS, CONTAINER_DISK, CLOUD_TYPE, REPO, TRUST_REMOTE_CODE, DEBUG, GITHUB_API_TOKEN, RUNPOD_TOKEN):