Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Oct 25, 2025

Migrates PLaMo translator plugin from CUDA 12 to Vulkan backend for broader GPU support.

Changes

  • Package dependencies: LLamaSharp.Backend.Cuda12.WindowsLLamaSharp.Backend.Vulkan.Windows (0.25.0)
  • Native library selection: NativeLibraryWithCuda(12, ...)NativeLibraryWithVulkan(...)
  • Build configuration: Removed CUDA DLL copy directives and CI toolkit installation step
// Before
yield return new NativeLibraryWithCuda(12, description.Library, description.AvxLevel, description.SkipCheck);

// After
yield return new NativeLibraryWithVulkan(description.Library, description.AvxLevel, description.SkipCheck);

CPU fallback via NativeLibraryWithAvx remains unchanged.

Original prompt

This section details on the original issue you should resolve

<issue_title>PlaMo翻訳でCUDA版をやめてValkan版のみ対応にする</issue_title>
<issue_description></issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: Freeesia <9002657+Freeesia@users.noreply.github.com>
Copilot AI changed the title [WIP] Remove CUDA version support for PlaMo translation Switch PLaMo translation from CUDA to Vulkan backend Oct 25, 2025
Copilot AI requested a review from Freeesia October 25, 2025 16:59
でも動かん
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

PlaMo翻訳でCUDA版をやめてValkan版のみ対応にする

2 participants