Alex W. commited on
Commit
f467caf
·
1 Parent(s): dbcd9e0

更新推荐模型。

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -679,9 +679,10 @@ with gr.Blocks(title="Wang's Five Laws — LLM Spectral Analyzer") as demo:
679
  gr.Markdown("""
680
  ### ✅ 推荐模型
681
  ```
682
- Qwen/Qwen2.5-7B-Instruct (GQA 8Q/2K)
683
- meta-llama/Llama-3.2-1B (GQA)
684
- google/gemma-2-2b (MHA)
 
685
  deepseek-ai/DeepSeek-R1-Distill-Qwen-14B
686
  ```
687
  ### GQA 典型结构
 
679
  gr.Markdown("""
680
  ### ✅ 推荐模型
681
  ```
682
+ Qwen/Qwen2.5-14B-Instruct (GQA 8Q/2K)
683
+ meta-llama/Llama-3-8B (GQA)
684
+ google/gemma-4-e2b (MHA)
685
+ google/gemma-4-e4b-it (MHA)
686
  deepseek-ai/DeepSeek-R1-Distill-Qwen-14B
687
  ```
688
  ### GQA 典型结构