惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

月光博客
月光博客
Stack Overflow Blog
Stack Overflow Blog
L
LangChain Blog
Jina AI
Jina AI
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
雷峰网
雷峰网
T
Tailwind CSS Blog
MongoDB | Blog
MongoDB | Blog
博客园 - 【当耐特】
博客园 - 聂微东
V
Visual Studio Blog
博客园_首页
Engineering at Meta
Engineering at Meta
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
The Cloudflare Blog
人人都是产品经理
人人都是产品经理
Apple Machine Learning Research
Apple Machine Learning Research
阮一峰的网络日志
阮一峰的网络日志
Microsoft Security Blog
Microsoft Security Blog
GbyAI
GbyAI
F
Fortinet All Blogs
C
Check Point Blog
罗磊的独立博客
H
Hackread – Cybersecurity News, Data Breaches, AI and More

Runpod Blog.

DeepSeek V4 in the wild, and how to run it on Runpod New Runpod datacenter now live: AP-IN-1 Track GPU spend across your team with Cost Centers The GPU supply supercycle is here. Here’s what AI builders need to know. Community Spotlight: One-click AI image and video generation on Runpod with SwarmUI | Runpod Blog Community Spotlight: LoRA Pilot Data Prep to Inference Introducing the Runpod Assistant: Manage Your Cloud GPU Resources with Natural Language OpenAI's Parameter Golf: Train the Best Language Model That Fits in 16MB on Runpod LLM inference optimization: techniques that actually reduce latency and cost Pruna P-Video and Vidu Q3 public endpoints now available on Runpod Runpod brand spelling guide Quickstart - Runpod Documentation The AI market looks nothing like the narrative Training StyleGAN3 with Vision-Aided GAN on Runpod KoboldAI – The Other Roleplay Front End, And Why You May Want to Use It How to Connect Cursor to LLM Pods on Runpod for Seamless AI Dev Community Spotlight: How AnonAI Scaled Its Private Chatbot Platform with Runpod Prompt Scheduling with Disco Diffusion on Runpod Runpod's Latest Innovation: Dockerless CLI for Streamlined AI Development Run Your Own AI from Your iPhone Using Runpod Introducing Flash: Run GPU workloads on Runpod Serverless: No Docker required Use Claude Code with your own model on Runpod: No Anthropic account required Avoid Errors by Selecting the Proper Resources for Your Pod What hackers built on Runpod at TreeHacks 2026 Easily Back Up and Restore Your Pod with Cloud Sync + Backblaze B2 The Complete Guide to GPU Requirements for LLM Fine-Tuning AI Guides, Tutorials & GPU Infrastructure Insights | Runpod Your first Claude Code project within Runpod: a complete setup guide 10 billion Serverless requests and counting Building for resilience: Runpod’s response to the AWS us-east-1 outage
16k Context LLM Models Now Available On Runpod
Brendan McKeag · 2023-07-19 · via Runpod Blog.

Hot off the heels of the 8192-token context SuperHOT model line, Panchovix has now released another set of models with an even higher context window, matching the 16384 token context possible in the latest version of text-generation-webui (Oobabooga). Such a large context window is going to vastly improve performacne in long, involved question-answer sessions or roleplay experiences. Here's what these models are going to need to run successfully on the platform, since the widened context window comes with a few additional technical considerations.

VRAM Requirements

Depending on how much of the additional context window you need, you'll need to account for a higher amount of VRAM than you're used to. For example, in my testing of the Panchovix/guanaco-33b-lxctx-PI-16384-LoRA-4bit-32g model, with an empty context window, I used 55% of an a100's 80 GB of memory, which is about on par with a standard 2k context 33b model.  With a fully loaded 16k context window, though, it spiked all the way up to 63%, meaning it's using around an extra 6gb of VRAM. If you've already been cutting it close with VRAM usage with your preferred model, it's something to keep in mind.

Higher perplexity

Perplexity is an objective measurement of how well an LLM is going to predict the next word based on the context it has been provided. A completely loaded context window means the model has to do many more comparisons to provide acceptable results. This is fine if the model was originally built for it and can be adjusted accordingly, but these are all merges of models, rather than brand-new models. That's not to say these merged models can't produce robust, impressive results, but it's a tradeoff to keep in mind when deciding whether the increased context will outweigh the drawbacks.

In my experience, for roleplay scenarios, the boosted context will always have enough value to be worth the tradeoff. However, for short sentiment analysis or question-answering scenarios that don't require a lot of back and forth and thus won't use that increased context window, you may be better off with the base model to give a less "diluted" result. In this case, it all depends on what your particular needs are. It may be worth keeping both models handy in your toolbox and switching back and forth as needed, depending on whether the extra context need applies to your particular scenario.

Why the increased context window is important

Up until now, the vast majority of accessible LLMs that can run on local PC or Runpod hardware have been limited to a 2k context window. To give you a point of reference for how little this is, at this point in the article we would have already used more than a quarter of a 2k context window if it were being output by an LLM. Tack on additional context needs for other use cases, such as character sheets and speech examples for roleplay scenarios or other instructions given to a question-answering scenario, and you can see how quickly that window fills up. If you get into an involved question-answering scenario with an LLM and need to ask it follow-up questions or have it refer to earlier text, once that context window fills up, it will begin forgetting the earliest things it said and any further answers it may give will be suspect based on it lacking that context that has fallen out of the window.

List of available models

Here's the list of available 16k context models available from Panchovix:

Panchovix/Wizard-Vicuna-30B-Uncensored-lxctx-PI-16384-LoRA-4bit-32g

Panchovix/guanaco-33b-lxctx-PI-16384-LoRA-4bit-32g

Panchovix/guanaco-33b-lxctx-PI-16384-LoRA-fp16

Panchovix/GPlatty-30B-lxctx-PI-16384-LoRA-fp16

Panchovix/Wizard-Vicuna-30B-Uncensored-lxctx-PI-16384-LoRA-fp16

Panchovix/airoboros-33b-gpt4-1.2-lxctx-PI-16384-LoRA-fp16

Panchovix/tulu-30B-lxctx-PI-16384-LoRA-fp16

Panchovix/GPlatty-30B-lxctx-PI-16384-LoRA-4bit-32g

Panchovix/airoboros-33b-gpt4-1.2-lxctx-PI-16384-LoRA-4bit-32g

Panchovix/tulu-30B-lxctx-PI-16384-LoRA-4bit-32g

Questions?

Feel free to reach out to us over Discord, chat, or email if you need any help!

Author profile: Brendan McKeag