brosnanyuen/Qwen3.6-27B-LTSpice-v2-GGUF overview
Experimental Qwen3.6 27B Finetune for creating LTSpice Circuit .asc files and simulating them Generate LTSpice Circuits using LLMs ./qwen.gif Generate LTSpice …
Runs locally from ~884.6 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
| File | Type | Quantization | Size | Link |
|---|---|---|---|---|
| BF16/Qwen3.6-27B-BF16-00001-of-00002.gguf | GGUF | BF16 | 46.57 GB | Download |
| BF16/Qwen3.6-27B-BF16-00002-of-00002.gguf | GGUF | BF16 | 3.54 GB | Download |
| Qwen3.6-27B-IQ4_NL.gguf | GGUF | IQ4_NL | 14.97 GB | Download |
| Qwen3.6-27B-IQ4_XS.gguf | GGUF | IQ4_XS | 14.38 GB | Download |
| Qwen3.6-27B-Q3_K_M.gguf | GGUF | Q3_K_M | 12.65 GB | Download |
| Qwen3.6-27B-Q3_K_S.gguf | GGUF | Q3_K_S | 11.51 GB | Download |
| Qwen3.6-27B-Q4_0.gguf | GGUF | Q4_0 | 14.71 GB | Download |
| Qwen3.6-27B-Q4_1.gguf | GGUF | Q4_1 | 16.07 GB | Download |
| Qwen3.6-27B-Q4_K_M.gguf | GGUF | Q4_K_M | 15.66 GB | Download |
| Qwen3.6-27B-Q4_K_S.gguf | GGUF | Q4_K_S | 14.77 GB | Download |
| Qwen3.6-27B-Q5_K_M.gguf | GGUF | Q5_K_M | 18.17 GB | Download |
| Qwen3.6-27B-Q5_K_S.gguf | GGUF | Q5_K_S | 17.66 GB | Download |
| Qwen3.6-27B-Q6_K.gguf | GGUF | Q6_K | 20.98 GB | Download |
| Qwen3.6-27B-Q8_0.gguf | GGUF | Q8_0 | 26.63 GB | Download |
| Qwen3.6-27B-UD-IQ2_M.gguf | GGUF | IQ2_M | 10.10 GB | Download |
| Qwen3.6-27B-UD-IQ2_XXS.gguf | GGUF | IQ2_XXS | 8.74 GB | Download |
| Qwen3.6-27B-UD-IQ3_XXS.gguf | GGUF | IQ3_XXS | 11.17 GB | Download |
| Qwen3.6-27B-UD-Q2_K_XL.gguf | GGUF | Q2_K_XL | 11.04 GB | Download |
| Qwen3.6-27B-UD-Q3_K_XL.gguf | GGUF | Q3_K_XL | 13.48 GB | Download |
| Qwen3.6-27B-UD-Q4_K_XL.gguf | GGUF | Q4_K_XL | 16.40 GB | Download |
| Qwen3.6-27B-UD-Q5_K_XL.gguf | GGUF | Q5_K_XL | 18.66 GB | Download |
| Qwen3.6-27B-UD-Q6_K_XL.gguf | GGUF | Q6_K_XL | 23.88 GB | Download |
| Qwen3.6-27B-UD-Q8_K_XL.gguf | GGUF | Q8_K_XL | 32.90 GB | Download |
| mmproj-BF16.gguf | GGUF | BF16 | 888.0 MB | Download |
| mmproj-F16.gguf | GGUF | F16 | 884.6 MB | Download |
| mmproj-F32.gguf | GGUF | F32 | 1.72 GB | Download |
Model Details
| Model ID | brosnanyuen/Qwen3.6-27B-LTSpice-v2-GGUF |
|---|---|
| Author | brosnanyuen |
| Pipeline | image-text-to-text |
| License | apache-2.0 |
| Base model | Qwen/Qwen3.6-27B |
| Last modified | 2026-07-24T03:01:38.000Z |
Model README
---
library_name: transformers
license: apache-2.0
license_link: https://huggingface.co/Qwen/Qwen3.6-27B/blob/main/LICENSE
pipeline_tag: image-text-to-text
base_model:
- Qwen/Qwen3.6-27B
tags:
- unsloth
- qwen
- qwen3_5
---
Experimental Qwen3.6 27B Finetune for creating LTSpice Circuit .asc files and simulating them
!Generate LTSpice Circuits using LLMs
!Generate LTSpice Circuits using LLMs
!Converts ltspice netlist .net to ltspice .asc file format!
!REALTIME LTSpice simulation and export to .csv!
https://github.com/BrosnanYuen/LLM_Circuit_Design_Using_LTSpice_Tutorial/
Install
Install these first and add to your harness
- https://github.com/BrosnanYuen/symbolic_math_mcp
- https://github.com/BrosnanYuen/bltspice_mcp
Example Workflow Prompt
You are an electrical engineering assistant specializing in circuit design and LTSpice
Goal: Design an active bandpass filter using opamps that has cutoff frequency between 30 Hz and 25 KHz
where the cutoff frequency has half the power of the peak. Use +12V and -12V rails.
There are four phases for the the design, ONLY FOLLOW IN THIS ORDER:
- Phase 1: Search the web and examples for the optimal design
- Phase 2: Calculate the values for the components and verify the calculations using symbolic_math_mcp
- Phase 3: Use the calculations to create a LTSpice netlist file .net and simulate to verify the results using ltspice_mcp
- Phase 4: Finally, convert LTSpice netlist file .net to LTSpice asc file .asc using ltspice_mcp
If something is wrong delete everything and start from begining
ONLY WRITE TO FILES INSIDE THIS FOLDER
DO NOT WRITE TO ANY FILES OUTSIDE THIS FOLDER
CAN READ FILES OUTSIDE THIS FOLDER
Phase 1: Research circuit design
Search the web for circuit designs that can be created and simulated in LTSpice
Read some .yaml and .net files in ./examples/
Phase 2: Calculate values for circuit design
1) Read ./YAML_tutorial.md and some of the example .yaml files in ./examples/ to create a new ./circuit.yaml containing the calculations for the circuit design
Use simple equations and calculations.
2) Read ./symbolic_math_mcp_for_LLM.md on how to use the symbolic_math_mcp server to verify the newly created ./circuit.yaml
Wait atleast 10 mins for symbolic_math_mcp tool call to finish
Phase 3: Create the LTSpice netlist file .net
1) Read ./LTSPICE_NET.md and some of the example .net files in ./examples/ to create a new LTSpice netlist ./circuit.net using the calculations above
DO NOT USE ANY COMPONENTS OUTSIDE OF THE LTSPICE library of ~/.wine/drive_c/users/brosnan/AppData/Local/LTspice/
2) Read ./bltspice_mcp_for_LLM.md and ./run_ltspice_netlist_to_csv.md to simulate the LTSpice netlist ./circuit.net and get a .csv file of simulation to verify the circuit is designed correctly
3) Write python code to read the .csv files and verify the circuit design works.
MUST HAVE: 30 Hz and 25 KHz cutoff freq
Phase 4: Convert the LTSpice .net to .asc
Read ./bltspice_mcp_for_LLM.md and use ltspice_netlist_to_asc from ltspice_mcp to convert LTSpice .net files to LTSpice .asc files
ONLY READ ./LTSPICE_ERROR_CODES.md if have errors
Run brosnanyuen/Qwen3.6-27B-LTSpice-v2-GGUF with guIDE
Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face · Compare models