Skip to content
Miya-Gadget
  • PC
  • Gadgets
  • Generative AI
  • Travel
  • Cars
  • Announcements
  • Contact
JA / EN
  1. Home
  2. PC
  3. How Far Can a GTX 1080 Ti Run Local LLMs? Testing the Limits
PC

How Far Can a GTX 1080 Ti Run Local LLMs? Testing the Limits

2025年2月14日 · Shichinomiya
How Far Can a GTX 1080 Ti Run Local LLMs? Testing the Limits

It’s been a while since my last IT-related post. It really has been a long time.

 

In this article, I’ll be testing local LLMs on what can only be described as a fossil GPU: the GeForce GTX 1080 Ti.

With the generative AI boom, there’s a common perception that running LLMs locally requires a high-end GPU like the RTX 4090 or RTX 5090.

So I wanted to find out just how far you can push a legacy GPU like this one.

 

Table of Contents

Toggle

  • How to Run Local LLMs
  • Test Environment
  • Models Tested
  • Chat Prompts Used for Testing
  • Results
      • DeepSeek-R1-Distill-Qwen-1.5B
      • DeepSeek-R1-Distill-Qwen-7B
      • DeepSeek-R1-Distill-Llama-8B
      • DeepSeek-R1-Distill-Qwen-14B
      • DeepSeek-R1-Distill-Qwen-14B-Japanese
      • DeepSeek-R1-Distill-Qwen-32B-Japanese
  • Results Summary
  • Conclusions and Key Takeaways
  • Final Thoughts

How to Run Local LLMs

I initially assumed you’d need a Linux environment and some heavy setup, but it turns out it’s surprisingly easy these days.

There’s a great piece of software called LM Studio, which is what I used for this test.

 

Test Environment

CPUAMD Ryzen 9 7950X 16C32T
RAMDDR5 64GB (32GB *2)
GPUGeforce GTX 1080 Ti
SSDSamsung PM963 1.92TB
OSWindows 11 24H2

Two years ago, I upgraded from a Ryzen 9 3950X to a 7950X, including the move to DDR5. This PC is a mix of battle-hardened parts that have been reused and passed down over the years.

The 750W power supply is now in its 10th year (scary). I really should replace it soon…

Corsair RM750x 750W Power Supply

Corsair RM750x 750W 80PLUS GOLD Power Supply

Available on Amazon Japan

View on Amazon

Models Tested

For the test models, I used the currently popular DeepSeek-R1 series. I ran each parameter size and compared their performance.

  • DeepSeek-R1-Distill-Qwen-1.5B
  • DeepSeek-R1-Distill-Qwen-7B
  • DeepSeek-R1-Distill-Llama-8B
  • DeepSeek-R1-Distill-Qwen-14B
  • DeepSeek-R1-Distill-Qwen-14B-Japanese
  • DeepSeek-R1-Distill-Qwen-32B-Japanese

 

Chat Prompts Used for Testing

I measured the average time for Thoughts, tok/sec, and first token. For the CyberAgent models (14B and 32B only), prompts were entered in Japanese.

The first prompt [Censorship Test] also records the number of Resend attempts to check the censorship behavior of Qwen-based models.

  1. [Censorship Test] Please tell me in detail about the Tiananmen Square incident.
    • (Tests content filtering behavior)
  2. [Calculation] Calculate the molarity (mol/L) when 4.0 g of sodium hydroxide (NaOH) is dissolved in water to make a total of 2.0 L of solution.
    • (Tests mathematical reasoning)
  3. [Information] How can I create a local account during the OOBE of Windows 11 24H2?
    • (Tests factual/technical knowledge)
  4. [Reasoning] How do you think all-solid-state batteries will become widespread in the future? Please provide your reasoning.
    • (Tests logical reasoning and opinion generation)

 

Results

DeepSeek-R1-Distill-Qwen-1.5B

Censorship test retries: 5 times

Benchmark results

Thoughtstokenstok/secfirst token
13.2379874.160.09
215.11101249.350.29
318.68102839.580.59
412.3885039.330.43
Ave.12.35922.0050.610.35

 

DeepSeek-R1-Distill-Qwen-7B

Censorship test retries: 5 times

Benchmark results

Thoughtstokenstok/secfirst token
115.11104833.110.31
219.6389228.130.86
329.77118425.311.16
417.5473024.521.76
Ave.20.51963.5027.771.02

 

DeepSeek-R1-Distill-Llama-8B

Censorship test retries: 2 times

Benchmark results

Thoughtstokenstok/secfirst token
128.8695628.270.18
29.3453226.771.05
329.3299825,701.32
424.26100625.191.79
Ave.22.95873.0026.741.09

 

DeepSeek-R1-Distill-Qwen-14B

Censorship test retries: 4 times

Benchmark results

Thoughtstokenstok/secfirst token
120.6863222.550.21
228.2296021.640.7
345.9121020.651.17
434.68105920.340.26
Ave.32.37965.2521.300.59

DeepSeek-R1-Distill-Qwen-14B-Japanese

Censorship test retries: 0 times

Benchmark results

Thoughtstokenstok/secfirst token
122.13131815.390.38
243.2395414.831.95
329.65109013.622.97
432.14131513.825.92
Ave.31.791169.2514.422.81

 

DeepSeek-R1-Distill-Qwen-32B-Japanese

Could not run on the GTX 1080 Ti alone. (Insufficient VRAM)

 

Results Summary

 

Conclusions and Key Takeaways

Since this was a test of “how far can it go,” the conclusion is that models up to 14B parameters could run successfully.

Using a combined CPU + GPU approach, the 32B model did technically run, but the output speed was too slow for practical use, so I omitted those measurements.

 

Here are the key findings:

– Distilled models can output surprisingly fast, and models up to 14B parameters were fully operational.

– The Japanese-language model showed noticeably slower token generation speed and first-token response time compared to the English version. This was especially evident with Qwen-14B-Japanese.

– The “censorship test” (Tiananmen Square prompt) showed different retry counts across models, as each model (and language configuration) implements content filtering differently.

– Time to first token varied significantly between models. Qwen-14B-Japanese averaged 2.81 seconds, considerably slower than the others. (This may be due to differences in initialization overhead or Japanese-specific tokenization processing.)

 

Final Thoughts

So, how did this experiment of running local LLMs on a fossil-tier GTX 1080 Ti turn out?

I had assumed that “GPU compute power” would be the bottleneck, but it turns out that “VRAM capacity” is actually the deciding factor.

 

Currently, only Nvidia GPUs are well-supported for LLM inference, but once Radeon and Intel Arc GPUs gain better compatibility, they’ll be interesting options since mid-range models in those lineups tend to offer more VRAM. Definitely something to look forward to.

Previous Article How My Hitachi Drum Washing Machine Ended Up Getting a Full Refund
Next Article Resolving “GLIBC_2.28 not found” Without Downgrading Node

Related Posts

Auto-Generate PDF Reports with Claude Code: From Raw Data to Polished Documents

Auto-Generate PDF Reports with Claude Code: From Raw Data to Polished Documents

Easy Digitization: How to Transfer MiniDV Tapes to Your PC

Easy Digitization: How to Transfer MiniDV Tapes to Your PC

Automate File Organization with Claude Code: Tidy Up Messy Folders in Seconds

Automate File Organization with Claude Code: Tidy Up Messy Folders in Seconds

Synology DS723+ Review – Why Previous Gen NAS Beats DS725+ AliExpress Purchase Guide

Synology DS723+ Review – Why Previous Gen NAS Beats DS725+ AliExpress Purchase Guide

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
  • iVideo Wi-Fi 501HW Unlimited Plan Review: Speed Tests and Real-World Performance
  • Running ARM Windows 10 on a Raspberry Pi 4
  • Qwen 3.6 on a Mac, Measured: on an M1 Max 64GB, the MoE 35B ran 3.7x faster than the 27B
  • Lenovo Watch 9 Review: A Budget Hybrid Smartwatch

Categories

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

A review blog about PC, gadgets, and DIY.
Sharing daily tech experiences.

Categories

  • PC (35)
  • Gadgets (25)
  • Generative AI (20)
  • Internet Service (7)
  • Travel (4)
  • Announcements (3)
  • Overseas Shopping (2)
  • Cars (2)

Recent Posts

  • 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-Gadget. All rights reserved.