Skip to content
MIYA·AI·LAB / generative-AI test logs LLM · Claude Code · MLX · Ollama
AI MiyaAILab_
  • // Lab
  • // all logs
JA / EN
← Miya-Gadget
Generative AI PC

Can GTX 1080 Ti Run Modern AI? Qwen 3.5 Local LLM Benchmark Results

2026年3月18日 · Shichinomiya
Can GTX 1080 Ti Run Modern AI? Qwen 3.5 Local LLM Benchmark Results

Hello, this is Shichinomiya (@shichinomiya_s).

This time, I ran a full benchmark to see how far the latest local LLM “Qwen 3.5 9B” (released in 2026) can go on the legendary 2017 GPU: the NVIDIA GeForce GTX 1080 Ti.

If you think “there’s no way an old GPU can handle generative AI,” you might be surprised. Spoiler: it works surprisingly well.

Table of Contents

Toggle
  • Why Test Local LLM on an Old GPU?
  • Test Environment
  • What is Qwen 3.5?
  • Q4_K_M (4-bit Quantization) Results
  • Q8_0 (8-bit Quantization) Results
  • Quantization Comparison
  • Thinking Mode Comparison
  • VRAM Usage — Running on 11GB by a Thread
  • Practical Evaluation — Can It Replace ChatGPT?
  • Context Length Limits — How Far Can 11GB VRAM Go?
  • Conclusion
  • Related Posts
  • You might also like

Why Test Local LLM on an Old GPU?

With the recent AI boom, more and more people want to run generative AI locally. But the latest GPUs like the RTX 4090 or RTX 5090 are expensive. Spending over $700 on a GPU just for AI is a tough sell for many.

That’s where the used GTX 1080 Ti comes in. It packs 11GB of VRAM and can be found on the used market for under $100. Since VRAM capacity is the most important factor for local LLMs, an “old but VRAM-rich” GTX 1080 Ti is actually a pretty interesting option.

Honestly, I didn’t expect it to work this well. To give you the conclusion upfront: it’s perfectly practical for everyday use.

Test Environment

ComponentSpecification
GPUNVIDIA GeForce GTX 1080 Ti (11GB VRAM)
CPUAMD Ryzen 9 9950X (16 cores / 32 threads)
RAM64GB
OSWindows 11 Pro
LLM RuntimeOllama v0.18.1
Test ModelQwen 3.5 9B (Q4_K_M / Q8_0)

By the way, my GTX 1080 Ti was purchased used. You can still find used ones on Amazon, making it a surprisingly viable entry point for local AI experimentation.

What is Qwen 3.5?

Qwen 3.5 is a large language model developed by Alibaba Cloud. The 9B parameter model is relatively lightweight yet delivers strong performance in Japanese, code generation, and reasoning tasks.

With Ollama, you can install it with a single command:

ollama pull qwen3.5:9b
ollama pull qwen3.5:9b-q8_0

For this benchmark, I compared two quantization levels: Q4_K_M (4-bit quantization) and Q8_0 (8-bit quantization). Quantization is a technique that compresses model data to make it lighter — lower bit counts mean smaller size but slightly reduced accuracy.

If you want to run local LLMs comfortably, memory matters too. Having 64GB or more of RAM makes model loading and multitasking much smoother.

Q4_K_M (4-bit Quantization) Results

Let’s start with the lightweight Q4_K_M (4-bit quantization). VRAM usage was approximately 6.6GB (60%), leaving plenty of headroom on the 11GB GTX 1080 Ti.

TestSpeedTokens GeneratedTime
Japanese Short Answer
Pythonのリスト内包表記を3文で簡潔に説明してください。
34.7 tok/s1,22735.7s
Japanese Long Text
Gitのブランチ戦略について、初心者向けに500字程度で解説してください。
34.5 tok/s3,679107.1s
Japanese Summary
機械学習に関する文章を3行で要約
34.6 tok/s1,45942.6s
Code: Simple Function
Write a Python function that checks if a string is a palindrome.
34.6 tok/s2,05359.8s
Code: Medium Function
Write a Python class implementing a simple LRU cache.
34.6 tok/s3,10790.4s
Code: Bug Fix
binary_searchのバグを修正
33.5 tok/s6,335189.9s
Translation JA to EN
「吾輩は猫である。名前はまだ無い。」を英訳
33.3 tok/s8,191247.0s
Translation EN to JA
シェイクスピア “To be, or not to be…” を日本語訳
33.7 tok/s4,151123.8s
Reasoning: Logic Puzzle
AはBより背が高い。CはBより背が低い。DはAより背が高い。一番背が低いのは?
34.7 tok/s1,52944.4s
Reasoning: Math
1〜100で3の倍数かつ5の倍数の合計は?
34.6 tok/s3,14291.3s

Average speed: 34.4 tok/s. In practice, that’s over 30 characters per second streaming smoothly — actually a bit faster than ChatGPT’s streaming display. The quality of Japanese responses was also impressively high. I was honestly surprised.

Q8_0 (8-bit Quantization) Results

Next up, the higher-precision Q8_0 (8-bit quantization). VRAM usage was approximately 10.0GB (91%), pushing the 11GB limit to its edge.

TestSpeedTokens GeneratedTime
Japanese Short Answer
Pythonのリスト内包表記を3文で簡潔に説明してください。
14.6 tok/s1,816125.3s
Japanese Long Text
Gitのブランチ戦略について、初心者向けに500字程度で解説してください。
14.2 tok/s7,211510.5s
Japanese Summary
機械学習に関する文章を3行で要約
14.6 tok/s1,699116.7s
Code: Simple Function
Write a Python function that checks if a string is a palindrome.
14.6 tok/s1,812124.6s
Code: Medium Function
Write a Python class implementing a simple LRU cache.
14.4 tok/s3,549246.4s
Code: Bug Fix
binary_searchのバグを修正
13.6 tok/s3,768277.2s
Translation JA to EN
「吾輩は猫である。名前はまだ無い。」を英訳
14.6 tok/s3,197219.6s
Translation EN to JA
シェイクスピア “To be, or not to be…” を日本語訳
14.2 tok/s5,173365.2s
Reasoning: Logic Puzzle
AはBより背が高い。CはBより背が低い。DはAより背が高い。一番背が低いのは?
14.6 tok/s1,33091.6s
Reasoning: Math
1〜100で3の倍数かつ5の倍数の合計は?
14.6 tok/s2,123145.7s

Average speed: 14.3 tok/s. That’s about 58% slower than Q4_K_M. You can definitely feel the difference — long text generation can take over 8 minutes. That said, 14 tokens per second is still fast enough to read along in real-time as it generates.

Quantization Comparison

Here’s a head-to-head comparison of Q4_K_M vs Q8_0:

MetricQ4_K_M (4-bit)Q8_0 (8-bit)
Average Speed34.4 tok/s14.3 tok/s
VRAM Usage~6.6 GB (60%)~10.0 GB (91%)
Speed DifferenceBaseline-58%
Response QualityPractically sufficientSlightly higher precision

The verdict: Q4_K_M is the clear winner on GTX 1080 Ti. The speed difference is 2.4x, while the quality difference is barely noticeable in practice. Q8_0 only makes sense if you absolutely need maximum precision.

With Q4_K_M’s lower VRAM footprint, you can comfortably run other applications alongside it. On the other hand, Q8_0 occupies 91% of VRAM, making multitasking (like watching YouTube while running inference) quite difficult.

Thinking Mode Comparison

Qwen 3.5 features a “Thinking” mode that runs an internal reasoning process before generating the final answer. I tested this with a FizzBuzz code generation task.

ModelModeTokensTimeSpeed
Q4_K_MThink ON1,73150.1s34.7 tok/s
Q4_K_MThink OFF1,13332.8s34.8 tok/s
Q8_0Think ON1,02675.0s13.7 tok/s
Q8_0Think OFF1,674121.2s13.9 tok/s

With Q4_K_M, enabling Thinking mode increases token count by about 1.5x and takes 1.5x longer. However, the generation speed itself stays nearly the same. For simple tasks, Think OFF is fine, but for complex reasoning, turning it on is worthwhile.

An interesting finding with Q8_0: Think ON actually produced fewer tokens and finished faster. This suggests that the internal reasoning process can lead to more concise final output in some cases.

VRAM Usage — Running on 11GB by a Thread

Here’s the VRAM usage breakdown on the GTX 1080 Ti’s 11GB:

  • Q4_K_M: ~6.6GB used (60%) — Plenty of headroom
  • Q8_0: ~10.0GB used (91%) — Barely fits

Q4_K_M (6.6GB / 11GB)

Q8_0 (10.0GB / 11GB)

Q4_K_M leaves about 4.4GB free, so you can run other GPU tasks in parallel. Q8_0, on the other hand, uses 10 out of 11GB, putting you right on the edge of OOM (Out of Memory) errors. During my tests, I had to close all other applications when running Q8_0.

If your budget allows, the RTX 4060 Ti 16GB offers the best value in the current generation. With 16GB of VRAM, you can comfortably run even larger models.

Practical Evaluation — Can It Replace ChatGPT?

Based on all these results, here’s my practical evaluation of GTX 1080 Ti + Qwen 3.5 9B (Q4_K_M).

Good for:

  • Programming assistance (code generation, bug fixing)
  • Japanese text writing and summarization
  • Translation (Japanese-English, English-Japanese)
  • Logical question answering
  • Processing sensitive data locally (everything stays on your machine)

Not ideal for:

  • Questions requiring the latest information (depends on training data)
  • Image generation or speech recognition (requires separate models)
  • Processing extremely long texts in one go (context length limitations)

My personal take: for everyday questions and coding assistance, it can absolutely serve as a ChatGPT replacement. At 34 tok/s, there’s no frustrating wait, and best of all — you can use it as much as you want without worrying about API costs.

Canceling your $20/month ChatGPT Plus subscription and switching to a used GTX 1080 Ti for under $100 is a seriously viable option.

Context Length Limits — How Far Can 11GB VRAM Go?

For practical LLM usage, context length — how much text the model can process at once — is crucial. Qwen 3.5 9B supports up to 256K tokens on paper, but with only 11GB VRAM on the GTX 1080 Ti, we needed to find the real-world limit.

I tested with Q4_K_M (4-bit quantization), progressively increasing the num_ctx parameter:

Context LengthLoad TimeSpeedStatus
2,048 (default)56.91s32.9 tok/sOK
4,0963.15s32.7 tok/sOK
8,1922.63s32.6 tok/sOK
16,3843.11s32.8 tok/sOK (Recommended)
20,4803.15s32.4 tok/sOK
24,5763.42s32.3 tok/sOK (Max Stable)
28,672––TIMEOUT
32,768––OOM (Out of Memory)

The interesting finding: generation speed remains nearly constant (32-33 tok/s) regardless of context length. Increasing context doesn’t slow down inference.

However, beyond 24,576 (24K), you’ll hit timeouts or OOM errors. At 32K, the GPU runs completely out of VRAM.

For daily use, 16,384 (16K) is the sweet spot. It’s enough for summarizing papers or analyzing long code files, with enough headroom for stability. 24K works too, but 16K gives you more breathing room for multitasking.

Note: the first load (2,048) takes 56 seconds because it includes loading the model into VRAM. Subsequent loads take only about 3 seconds.

If you’re looking to get started with local LLM, here are our recommended parts.

MSI GeForce RTX 4060 Ti GAMING X 16G
MSI GeForce RTX 4060 Ti GAMING X 16G Graphics Card
16GB GDDR6 / Best current-gen GPU for local LLM

View on Amazon

* Prices may change. Please check Amazon for the latest pricing.
AMD Ryzen 9 9950X W/O Cooler (16C/32T, 4.3GHz, 170W)
AMD Ryzen 9 9950X W/O Cooler (16C/32T, 4.3GHz, 170W)
¥
93,852
Price as of 2026/03/18

View on Amazon

* Prices may change. Please check Amazon for the latest pricing.

Conclusion

This benchmark proved that even a GTX 1080 Ti can run the latest local LLMs at a perfectly practical level.

Key takeaways:

  • Q4_K_M (4-bit) is the sweet spot — averaging 34.4 tok/s for comfortable performance
  • Q8_0 struggles with speed — 14.3 tok/s, 58% slower
  • 11GB VRAM is perfect for 9B models — Q4 runs with headroom, Q8 barely fits
  • Japanese quality is excellent — Qwen 3.5 excels at Japanese tasks
  • Best bang for your buck — a used GPU under $100 gives you a practical local AI setup

If you’re interested in local LLMs but can’t justify an expensive GPU, I’d recommend starting with a GTX 1080 Ti + Ollama. I think you’ll be surprised at what an “old” GPU can still do.

While pairing it with a powerful CPU like the Ryzen 9 9950X helps, remember that for local LLMs, GPU VRAM capacity is by far the most important factor.

Related Posts

Check out these other articles on local AI and PC builds:

  • GTX 1080 Ti Local LLM Benchmark — How Far Can It Go?
  • Claude Code Beginner’s Guide for Windows
  • Streamlit Complete Guide: Python Web App Development

You might also like

More generative-AI logs from the lab.

  • Modded RTX 4080 32GB Benchmarked: Qwen3.8-27B at 262K Context, 125B MoE, and MiniMax H3 Video — What 32GB Actually Delivers
  • The Complete Guide to Claude Code: Get Started with AI Development on Windows in 5 Minutes
  • Smart Shopping with Claude Code: Building an Automatic Price Monitoring Tool
  • Simplify Task Management with Claude Code! Building a Simple Todo List App
Previous Article [Solved] Deleting the ‘nul’ File from Claude Code on Windows
Next Article Qwen 3.6 on a Mac, Measured: on an M1 Max 64GB, the MoE 35B ran 3.7x faster than the 27B

Related Posts

Your First Program with Claude Code! Building a Game Through Conversation

Your First Program with Claude Code! Building a Game Through Conversation

Tesla V100 32GB in 2026: Local LLM Benchmark with Qwen 3.6 — 98.8 tok/s on MoE 35B, 1.6x Faster Than M1 Max (Used, ≈$900)

Tesla V100 32GB in 2026: Local LLM Benchmark with Qwen 3.6 — 98.8 tok/s on MoE 35B, 1.6x Faster Than M1 Max (Used, ≈$900)

The Complete Guide to Claude Code: Get Started with AI Development on Windows in 5 Minutes

The Complete Guide to Claude Code: Get Started with AI Development on Windows in 5 Minutes

Dual Tesla V100 SXM2 on a Single PCIe Slot: 64GB VRAM & 300 GB/s NVLink Tested — Is This $700 Setup Worth It?

Dual Tesla V100 SXM2 on a Single PCIe Slot: 64GB VRAM & 300 GB/s NVLink Tested — Is This $700 Setup Worth It?

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Shichinomiya

Shichinomiya

A blogger who loves PC and gadgets. Sharing daily discoveries.

@shichinomiya_s

Popular Posts

  • Does the trending Claude Code skill “ADHD” actually make the agent smarter? A measured duel vs single-shot
  • Simplify Task Management with Claude Code! Building a Simple Todo List App
  • Tesla V100 32GB in 2026: Local LLM Benchmark with Qwen 3.6 — 98.8 tok/s on MoE 35B, 1.6x Faster Than M1 Max (Used, ≈$900)
  • Automate File Organization with Claude Code: Tidy Up Messy Folders in Seconds
  • Tesla V100 32GB Runs Qwen3.8-27B: 131k Context on a Single Card — Measured Benchmark

Categories

  • Announcements
  • Cars
  • Cycling
  • Gadgets
  • Generative AI
  • Home Appliances
  • Internet Service
  • Outings
  • Overseas Shopping
  • PC
  • Rental Servers & VPS
  • Travel

MiyaAILab

A hands-on lab for generative AI — new models, tools, and services tested for real, from benchmarks to everyday usefulness.

Lab

  • AI Lab トップ
  • 生成AI 全記事
  • ← Miya-Gadget 本体

Latest

  • Dual Tesla V100 SXM2 on a Single PCIe Slot: 64GB VRAM & 300 GB/s NVLink Tested — Is This $700 Setup Worth It?
  • Modded RTX 4080 32GB Benchmarked: Qwen3.8-27B at 262K Context, 125B MoE, and MiniMax H3 Video — What 32GB Actually Delivers
  • Tesla V100 32GB Runs Qwen3.8-27B: 131k Context on a Single Card — Measured Benchmark
  • Tesla V100 32GB in 2026: Local LLM Benchmark with Qwen 3.6 — 98.8 tok/s on MoE 35B, 1.6x Faster Than M1 Max (Used, ≈$900)
© 2026 Miya AI Lab — a section of Miya-Gadget. miyagadget.page