davanstrien HF staff commited on
Commit
9d0944d
·
1 Parent(s): 9842da3

chore: Remove big llama

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -25,7 +25,6 @@ HF_TOKEN = os.getenv("HF_TOKEN")
25
  MODELS = [
26
  "meta-llama/Meta-Llama-3-70B-Instruct",
27
  "meta-llama/Meta-Llama-3.1-8B-Instruct",
28
- "meta-llama/Meta-Llama-3.1-405B-Instruct",
29
  "mistralai/Mixtral-8x7B-Instruct-v0.1",
30
  "microsoft/Phi-3-mini-4k-instruct",
31
  "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
 
25
  MODELS = [
26
  "meta-llama/Meta-Llama-3-70B-Instruct",
27
  "meta-llama/Meta-Llama-3.1-8B-Instruct",
 
28
  "mistralai/Mixtral-8x7B-Instruct-v0.1",
29
  "microsoft/Phi-3-mini-4k-instruct",
30
  "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",