Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 113 for

aspose.llm

(0.25 sec)
  1. How to run examples|Documentation

    Run the code samples from this documentation — set up a project, apply a license, and execute the Aspose.llm for .NET examples....AsposeLlmQuickStart dotnet add package Aspose.LLM The resulting project targets...Place the license Put your Aspose.LLM.lic file next to the executable...

    docs.aspose.com/llm/net/how-to-run-the-examples/
  2. Multimodal|Documentation

    Multimodal (vision) support in Aspose.llm for .NET — attach images to chat messages, pick a vision preset, understand chat templates, and debug vision flows....Multimodal Contents [ Hide ] Aspose.LLM for .NET supports image input...vision flow: using Aspose.LLM ; using Aspose.LLM.Abstractions.Parameters...

    docs.aspose.com/llm/net/developer-reference/mul...
  3. Dependency injection|Documentation

    Register Aspose.llm for .NET services in a Microsoft.Extensions.DependencyInjection container via AddLlamaServices. Alternative entry point for ASP.NET Core and Worker Service applications....injection Contents [ Hide ] Aspose.LLM for .NET provides an extension...Method signature namespace Aspose.LLM.Core.DependencyInjection...

    docs.aspose.com/llm/net/developer-reference/dep...
  4. Offline deployment|Documentation

    Deploy Aspose.llm for .NET to air-gapped, firewalled, or no-internet environments — pre-download native binaries and model files, wire up local cache paths....deployment Contents [ Hide ] Aspose.LLM for .NET downloads native...BinaryPath (default <LocalAppData>/Aspose.LLM/runtimes ). Model and mmproj...

    docs.aspose.com/llm/net/use-cases/offline-deplo...
  5. HIP / ROCm|Documentation

    Run Aspose.llm for .NET on AMD GPUs with HIP (ROCm) acceleration — supported GPUs, driver requirements, and tuning notes....AMD-specific GPU backend for Aspose.LLM for .NET. It is Linux-only...Windows ROCm in preview, but Aspose.LLM’s HIP binaries currently...

    docs.aspose.com/llm/net/developer-reference/acc...
  6. API reference|Documentation

    Links to the full class-level API reference and a summary of the key Aspose.llm for .NET types....class-level API reference for Aspose.LLM for .NET is published separately...XML documentation comment. Aspose.LLM for .NET API Reference —...

    docs.aspose.com/llm/net/developer-reference/api...
  7. License class|Documentation

    API reference for the Aspose.llm.License class — SetLicense methods and IsLicensed property....License class Contents [ Hide ] Aspose.LLM.License is the class used...Class reference namespace Aspose.LLM ; public class License {...

    docs.aspose.com/llm/net/developer-reference/lic...
  8. Features|Documentation

    Capabilities of Aspose.llm for .NET — local inference, chat sessions, vision input, acceleration, session persistence, and what the SDK does not do....Features Contents [ Hide ] Aspose.LLM for .NET lets you run large...License.IsLicensed . What Aspose.LLM does not do Honest limits...

    docs.aspose.com/llm/net/product-overview/features/
  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....Class reference namespace Aspose.LLM.Abstractions.Parameters ;...set ; } // <LocalAppData>/Aspose.LLM/runtimes public SystemSpec...

    docs.aspose.com/llm/net/developer-reference/par...
  10. Streaming-like responses|Documentation

    Aspose.llm for .NET does not expose token streaming. This page documents the limitation, the workarounds, and the patterns that deliver a responsive user experience without streaming....responses Contents [ Hide ] Aspose.LLM for .NET does not expose...with alternatives Feature Aspose.LLM for .NET Hosted APIs (OpenAI...

    docs.aspose.com/llm/net/use-cases/streaming-lik...