24 packages tagged with “SciSharp”
NumSharp is the fundamental library for scientific computing with .NET providing a similar API to python's numpy scientific library. NumSharp has full N-D, broadcasting and axis support. If you want to use .NET to get started with machine learning, NumSharp will be your best tool.
Google's TensorFlow full binding in .NET Standard. Building, training and infering deep learning models. https://tensorflownet.readthedocs.io
NumSharp.Lite is the compact version of NumSharp without full datatype supported.
LLamaSharp is a cross-platform library to run 🦙LLaMA/Mtmd model (and others) in your local device. Based on [llama.cpp](https://github.com/ggerganov/llama.cpp), inference with LLamaSharp is efficient on both CPU and GPU. With the higher-level APIs and RAG support, it's convenient to deploy LLM (Large Language Model) in your application with LLamaSharp.
LLamaSharp.Backend.Cpu is a backend for LLamaSharp to use with Cpu only.
LLamaSharp.Backend.Cuda12 is a backend for LLamaSharp to use with Cuda12.
LLamaSharp.Backend.Cuda12.Windows contains the Windows binaries for LLamaSharp with Cuda12 support.
The integration of LLamaSharp and Microsoft semantic-kernel.
LLamaSharp.Backend.Cuda12.Linux contains the Linux binaries for LLamaSharp with Cuda12 support.
The integration of LLamaSharp and Microsoft kernel-memory. It could make it easy to support document search for LLamaSharp model inference.
LLamaSharp.Backend.Cuda11 is a backend for LLamaSharp to use with Cuda11.
TensorFlow Hub is a library to foster the publication, discovery, and consumption of reusable parts of machine learning models.
LLamaSharp.Backend.Cuda11.Windows contains the Windows binaries for LLamaSharp with Cuda11 support.
LLamaSharp.Backend.Cuda11.Linux contains the Linux binaries for LLamaSharp with Cuda11 support.
LLamaSharp.Backend.Vulkan is a backend for LLamaSharp to use with Vulkan.
LLamaSharp.Backend.Vulkan.Windows contains the Windows binaries for LLamaSharp with Vulkan support.
LLamaSharp.Backend.Vulkan.Linux contains the Linux binaries for LLamaSharp with Vulkan support.
This package provides extensions for System.Drawing.Bitmap for creating NDArray and Bitmap with or without copying.
LLamaSharp.Backend.MacMetal is a backend for LLamaSharp to use MAC with GPU support.
LLamaSharp.Backend.OpenCL is a backend for LLamaSharp to use with OpenCL.
LLamaSharp.Backend.Cpu.Android is a backend for LLamaSharp to use with Android Cpu only.
The .NET binding of LLama.cpp, providing APIs to run the model and deploy it on Web. For model weights to run, please go to https://github.com/SciSharp/LLamaSharp for more information.
The .NET binding of llama.cpp, providing APIs to run the model and deploy it on Web.