lambdabrendan
commited on
Update src/app.py
Browse files- src/app.py +1 -0
src/app.py
CHANGED
@@ -12,6 +12,7 @@ st.set_page_config(page_title='Lambda LLM VRAM Calculator', layout="wide", initi
|
|
12 |
model_list = [
|
13 |
"NousResearch/Meta-Llama-3-70B-Instruct",
|
14 |
"NousResearch/Meta-Llama-3-8B-Instruct",
|
|
|
15 |
"ehartford/samantha-mistral-7b",
|
16 |
"PY007/TinyLlama-1.1B-intermediate-step-480k-1T",
|
17 |
"codellama/CodeLlama-7b-hf",
|
|
|
12 |
model_list = [
|
13 |
"NousResearch/Meta-Llama-3-70B-Instruct",
|
14 |
"NousResearch/Meta-Llama-3-8B-Instruct",
|
15 |
+
"NousResearch/Meta-Llama-3.1-405B-FP8",
|
16 |
"ehartford/samantha-mistral-7b",
|
17 |
"PY007/TinyLlama-1.1B-intermediate-step-480k-1T",
|
18 |
"codellama/CodeLlama-7b-hf",
|