KBaba7 commited on
Commit
cd97a22
Β·
verified Β·
1 Parent(s): 93d1bf8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", "TheBloke/Llama-2-7B-chat-GGUF")
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