second-state/Qwen3-Coder-30B-A3B-Instruct-GGUF

🤗 Hugging Face 来源text-generationapache-2.0激活 3B291 GBGGUF✓ 15 个校验和今天更新
一条命令提交

在你的模型文件夹旁边运行它。它会制作种子、将文件与 Hugging Face 比对,然后提交。你只需开始做种,并粘贴你账户中的密钥。它只读取你的文件,绝不修改。如果愿意,可以先阅读脚本。

curl -fsSL https://pirateface.co/package.sh | bash -s -- --repo second-state/Qwen3-Coder-30B-A3B-Instruct-GGUF ./model-folder
需要做种者 →

Qwen3-Coder-30B-A3B-Instruct-GGUF

Original Model

Qwen/Qwen3-Coder-30B-A3B-Instruct

Run with LlamaEdge

  • LlamaEdge version: coming soon
  • Prompt template

    • Prompt type: chatml

    • Prompt string

      <|im_start|>system
      {system_message}<|im_end|>
      <|im_start|>user
      {prompt}<|im_end|>
      <|im_start|>assistant
      
  • Context size: 256000

  • Run as LlamaEdge service

    wasmedge --dir .:. --nn-preload default:GGML:AUTO:Qwen3-Coder-30B-A3B-Instruct-Q5_K_M.gguf \
      llama-api-server.wasm \
      --model-name Qwen3-Coder-30B-A3B-Instruct \
      --prompt-template chatml \
      --ctx-size 256000
    

Quantized with llama.cpp b6209