跳转至内容
  • 版块
  • 最新
  • 标签
  • 热门
  • 用户
  • 群组
皮肤
  • 浅色
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • 深色
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • 默认(LCZ-Blue)
  • 不使用皮肤
  • LCZ-Green
  • LCZ-Blue
折叠
品牌标识

抡锤者

C

coolstar

@coolstar
取消关注 关注
关于
帖子
6
主题
1
分享
0
群组
0
粉丝
0
关注
0

帖子

最新 最佳 有争议的

  • 12G 及以下显存的朋友可以试试这个,号称Qwen3.6-35B-A3B专家模型 在4g 显存能跑19t/s
    C coolstar

    我在12g 显存上实测 256k上下文 + mmproj 能到40t/s,干点普通活感觉可以用了。

    原帖:

    https://www.reddit.com/r/LocalLLM/comments/1unmzqc/surprisingly_fast_qwen3635ba3b_on_a_4_gb_vram/

    他的脚本参数:

    
    /opt/llama.cpp/build/bin/llama-server \
    -m /opt/llama.cpp/models/Qwen3.6-35B-A3B-UDT-Q4_K_XL_MTP.gguf \
    --host 0.0.0.0 \
    --port 8080 \
    -c 64000 \
    -ngl 999 \   
    --override-tensor "blk\..*\.ffn_(gate_up|gate|up|down)_exps\.weight=CPU"
    --flash-attn on \
    --cache-type-k q8_0 \
    --cache-type-v q8_0 \
    --mlock \
    -b 3072 \
    --ubatch-size 3072 \
    -ctxcp 128 \
    --reasoning off \
    --parallel 1 \
    -t 6 \
    -tb 12 \
    --cache-ram 16384 \
    --swa-full \
    --no-kv-unified \
    --spec-type none \
    --cache-reuse 256 \
    
    LLM讨论区 本地模型 qwen-27b
  • 登录

  • 登录或注册以进行搜索。
  • 第一个帖子
    最后一个帖子
0
  • 版块
  • 最新
  • 标签
  • 热门
  • 用户
  • 群组