lambdabrendan
commited on
Adding llama3
Browse files- src/app.py +2 -0
src/app.py
CHANGED
@@ -10,6 +10,8 @@ from huggingface_hub import login
|
|
10 |
st.set_page_config(page_title='Lambda LLM VRAM Calculator', layout="wide", initial_sidebar_state="expanded")
|
11 |
|
12 |
model_list = [
|
|
|
|
|
13 |
"ehartford/samantha-mistral-7b",
|
14 |
"microsoft/phi-1_5",
|
15 |
"PY007/TinyLlama-1.1B-intermediate-step-480k-1T",
|
|
|
10 |
st.set_page_config(page_title='Lambda LLM VRAM Calculator', layout="wide", initial_sidebar_state="expanded")
|
11 |
|
12 |
model_list = [
|
13 |
+
"NousResearch/Meta-Llama-3-70B-Instruct",
|
14 |
+
"NousResearch/Meta-Llama-3-8B-Instruct",
|
15 |
"ehartford/samantha-mistral-7b",
|
16 |
"microsoft/phi-1_5",
|
17 |
"PY007/TinyLlama-1.1B-intermediate-step-480k-1T",
|