remove mistral due to gated access
Browse files- src/app.py +0 -2
src/app.py
CHANGED
@@ -10,8 +10,6 @@ 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 |
-
"mistralai/Mistral-7B-v0.1",
|
14 |
-
"mistralai/Mistral-7B-Instruct-v0.1",
|
15 |
"ehartford/samantha-mistral-7b",
|
16 |
"microsoft/phi-1_5",
|
17 |
"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 |
"ehartford/samantha-mistral-7b",
|
14 |
"microsoft/phi-1_5",
|
15 |
"PY007/TinyLlama-1.1B-intermediate-step-480k-1T",
|