Skip to content

Commit

Permalink
Remove platform-specific excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
m0nsky committed Oct 17, 2024
1 parent 06ce132 commit 0d4b328
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions LLama/runtimes/build/LLamaSharp.Backend.Cuda11.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

<!-- Dependencies on platform-specific packages -->
<dependencies>
<dependency id="LLamaSharp.Backend.Cuda11.Windows" version="$version$" exclude="Linux" />
<dependency id="LLamaSharp.Backend.Cuda11.Linux" version="$version$" exclude="Win" />
<dependency id="LLamaSharp.Backend.Cuda11.Windows" version="$version$" />
<dependency id="LLamaSharp.Backend.Cuda11.Linux" version="$version$" />
</dependencies>
</metadata>

Expand Down
4 changes: 2 additions & 2 deletions LLama/runtimes/build/LLamaSharp.Backend.Cuda12.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

<!-- Dependencies on platform-specific packages -->
<dependencies>
<dependency id="LLamaSharp.Backend.Cuda12.Windows" version="$version$" exclude="Linux" />
<dependency id="LLamaSharp.Backend.Cuda12.Linux" version="$version$" exclude="Win" />
<dependency id="LLamaSharp.Backend.Cuda12.Windows" version="$version$" />
<dependency id="LLamaSharp.Backend.Cuda12.Linux" version="$version$" />
</dependencies>
</metadata>

Expand Down
4 changes: 2 additions & 2 deletions LLama/runtimes/build/LLamaSharp.Backend.Vulkan.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

<!-- Dependencies on platform-specific packages -->
<dependencies>
<dependency id="LLamaSharp.Backend.Vulkan.Windows" version="$version$" exclude="Linux" />
<dependency id="LLamaSharp.Backend.Vulkan.Linux" version="$version$" exclude="Win" />
<dependency id="LLamaSharp.Backend.Vulkan.Windows" version="$version$" />
<dependency id="LLamaSharp.Backend.Vulkan.Linux" version="$version$" />
</dependencies>
</metadata>

Expand Down

0 comments on commit 0d4b328

Please sign in to comment.