Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ def automate_llama_quantization(hf_model_name, quant_type):
|
|
93 |
# Streamlit UI
|
94 |
st.title("π¦ LLaMA Model Quantization (llama.cpp)")
|
95 |
|
96 |
-
hf_model_name = st.text_input("Enter Hugging Face Model Name", "
|
97 |
quant_type = st.selectbox("Select Quantization Type", QUANT_TYPES)
|
98 |
start_button = st.button("π Start Quantization")
|
99 |
|
|
|
93 |
# Streamlit UI
|
94 |
st.title("π¦ LLaMA Model Quantization (llama.cpp)")
|
95 |
|
96 |
+
hf_model_name = st.text_input("Enter Hugging Face Model Name", "Qwen/Qwen2.5-1.5B")
|
97 |
quant_type = st.selectbox("Select Quantization Type", QUANT_TYPES)
|
98 |
start_button = st.button("π Start Quantization")
|
99 |
|