Vokturz commited on
Commit
fb765e5
1 Parent(s): b10516b

added llama-3 (from nousreasearch)

Browse files
Files changed (1) hide show
  1. src/app.py +2 -3
src/app.py CHANGED
@@ -10,6 +10,8 @@ from huggingface_hub import login
10
  st.set_page_config(page_title='Can you run it? LLM version', layout="wide", initial_sidebar_state="expanded")
11
 
12
  model_list = [
 
 
13
  "mistral-community/Mistral-7B-v0.2",
14
  # "mistralai/Mixtral-8x7B-Instruct-v0.1",
15
  "mistral-community/Mixtral-8x22B-v0.1",
@@ -28,9 +30,6 @@ model_list = [
28
  "codellama/CodeLlama-13b-hf",
29
  "codellama/CodeLlama-34b-hf",
30
  "Phind/Phind-CodeLlama-34B-v2",
31
- "TheBloke/Llama-2-7B-fp16",
32
- "TheBloke/Llama-2-13B-fp16",
33
- "TheBloke/Llama-2-70B-fp16",
34
  "tiiuae/falcon-40B",
35
  "tiiuae/falcon-40B-Instruct",
36
  "tiiuae/falcon-180B",
 
10
  st.set_page_config(page_title='Can you run it? LLM version', layout="wide", initial_sidebar_state="expanded")
11
 
12
  model_list = [
13
+ "NousResearch/Meta-Llama-3-8B-Instruct",
14
+ "NousResearch/Meta-Llama-3-70B-Instruct",
15
  "mistral-community/Mistral-7B-v0.2",
16
  # "mistralai/Mixtral-8x7B-Instruct-v0.1",
17
  "mistral-community/Mixtral-8x22B-v0.1",
 
30
  "codellama/CodeLlama-13b-hf",
31
  "codellama/CodeLlama-34b-hf",
32
  "Phind/Phind-CodeLlama-34B-v2",
 
 
 
33
  "tiiuae/falcon-40B",
34
  "tiiuae/falcon-40B-Instruct",
35
  "tiiuae/falcon-180B",