Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 802 for

cache system

(0.06 sec)
  1. FileFontSource | Aspose.Words for .NET

    Discover the FileFontSource constructor for seamless font integration in your projects. Enhance your design with easy-to-use coding solutions!...font file in the local file system as a font source. FileFontSource...font file in the local file system as a font source. FileFontSource...

    reference.aspose.com/words/net/aspose.words.fon...
  2. Font Manipulation and Performance Issues in C++...

    Aspose.Words for C++ uses font full name, family name, version, style to find the required font data or a suitable replacement for the requested font. FontSettings allows you to speed up the loading of the documents....of FontSettings has its own cache, which could reduce the processing...be extracted as follows: C++ System :: SharedPtr < FontSettings...

    docs.aspose.com/words/cpp/font-manipulation-and...
  3. Opening and Saving a Presentation in C# Throws ...

    Hi Team, A simple open and save action of the attached pptm throws the following exception: System.Collections.Generic.KeyNotFoundException: The given key ‘Cambria Math’ was not present in the dictionary. at System.C…...throws the following exception: System.Collections.Generic.KeyNotFoundException:...present in the dictionary. at System.Collections.Generic.Dictionary...

    forum.aspose.com/t/opening-and-saving-a-present...
  4. Aspose::Words::Fonts::FontConfigSubstitutionRul...

    Aspose::Words::Fonts::FontConfigSubstitutionRule::ResetCache method. Resets the Cache of fontconfig calling results in C++....setCache method Resets the cache of fontconfig calling results...() Examples Shows operating system-dependent font config substitution...

    reference.aspose.com/words/cpp/aspose.words.fon...
  5. Multi-turn chat|Documentation

    Run an explicit multi-turn conversation in Aspose.LLM for .NET — manage sessions, handle multiple concurrent conversations, and trim the KV Cache when it grows....you need to clean up the KV cache manually. Any scenario where...message adds to the session’s KV cache. The third reply can reference...

    docs.aspose.com/llm/net/use-cases/multi-turn-chat/
  6. API reference|Documentation

    Links to the full class-level API reference and a summary of the key Aspose.LLM for .NET types....EngineParameters Engine-wide settings: cache path, debug logging, default...ChatParameters System prompt, history, max tokens, cache cleanup strategy...

    docs.aspose.com/llm/net/developer-reference/api...
  7. Long context tuning|Documentation

    Configure Aspose.LLM for .NET for 128K-262K contexts — pick the right preset, enable flash attention, quantize the KV Cache, and manage memory....131K context, a 7B model’s KV cache alone is 8-16 GB depending on...tokens. Quantize the KV cache F16 KV cache at 131K context is ~8...

    docs.aspose.com/llm/net/use-cases/long-context-...
  8. Architecture|Documentation

    Understand the layers, runtime flow, and lifecycle of Aspose.LLM for .NET — from the facade API down to native llama.cpp binaries....loading, chat session lifecycle, cache cleanup, and session persistence...BinaryManager Downloads and caches the matching llama.cpp native...

    docs.aspose.com/llm/net/product-overview/archit...
  9. Binary manager parameters|Documentation

    Configure how Aspose.LLM for .NET downloads and Caches native llama.cpp binaries — release tag, Cache path, System specification, and preferred acceleration backend....acceleration backend, caches it, and reuses the cache on subsequent runs...<LocalAppData>/Aspose.LLM/runtimes Local cache for downloaded native binaries...

    docs.aspose.com/llm/net/developer-reference/par...
  10. Batch processing|Documentation

    Run many prompts through one loaded Aspose.LLM model — amortize the load cost, pick session-per-prompt vs shared-session patterns....single session, clearing its KV cache between prompts. Avoids the...())); // Reset cache — each prompt sees only the system prompt. api...

    docs.aspose.com/llm/net/use-cases/batch-process...