mlabonne commited on
Commit
ca1199b
β€’
1 Parent(s): 6c7d2a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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><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):
 
6
  TITLE = """
7
  <div align="center">
8
  <p style="font-size: 36px;">🧐 LLM AutoEval</p>
9
+ <p style="font-size: 20px;">πŸ’» <a href="https://github.com/mlabonne/llm-autoeval">GitHub</a>β€€β€’β€€πŸ“ <a href="https://gist.github.com/chessllm/696115fe2df47fb2350fcff2663678c9">Colab notebook</a></p>
10
  </div><br/>
11
  <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>
12
  <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>
 
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):