This PR refactors the NuGet package structure for the LLamaSharp.Backend.Cuda11, LLamaSharp.Backend.Cuda12 and LLamaSharp.Backend.Vulkan packages by splitting the platform-specific binaries (Windows and Linux) into separate packages, and adds them as dependencies on the main packages. This way we can work around the 250MB limit for NuGet which broke the latest release.
This PR refactors the NuGet package structure for the
LLamaSharp.Backend.Cuda11
,LLamaSharp.Backend.Cuda12
andLLamaSharp.Backend.Vulkan
packages by splitting the platform-specific binaries (Windows and Linux) into separate packages, and adds them as dependencies on the main packages. This way we can work around the 250MB limit for NuGet which broke the latest release.LLamaSharp.Backend.Cuda11
LLamaSharp.Backend.Cuda11.Windows
LLamaSharp.Backend.Cuda11.Linux
LLamaSharp.Backend.Cuda12
LLamaSharp.Backend.Cuda12.Windows
LLamaSharp.Backend.Cuda12.Linux
LLamaSharp.Backend.Vulkan
LLamaSharp.Backend.Vulkan.Windows
LLamaSharp.Backend.Vulkan.Linux