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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -6,10 +6,10 @@ GPU_LIST = ["NVIDIA A100 80GB PCIe", "NVIDIA A100-SXM4-80GB", "NVIDIA A30", "NVI
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):
 
6
  TITLE = """
7
  <div align="center">
8
  <p style="font-size: 36px;">🧐 LLM AutoEval</p>
9
+ </div><br/>
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><em>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.</em></p>
12
+ <p>For further details, see the project on πŸ’» <a href="https://github.com/mlabonne/llm-autoeval">GitHub</a>.</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):