File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 6
6
<PackProject Include =" **\libtorch-cuda-$(CudaVersionDot)-linux-*.nupkgproj" Condition =" '$(IncludeLibTorchCudaPackages)' == 'true' AND '$(TargetOS)' == 'linux'" />
7
7
<PackProject Include =" **\libtorch-cuda-$(CudaVersionDot)-win-*.nupkgproj" Condition =" '$(IncludeLibTorchCudaPackages)' == 'true' AND '$(TargetOS)' == 'windows'" />
8
8
<PackProject Include =" **\libtorch-cuda-$(CudaVersionDot)-mac-*.nupkgproj" Condition =" '$(IncludeLibTorchCudaPackages)' == 'true' AND '$(TargetOS)' == 'mac'" />
9
+ </ItemGroup >
10
+ <ItemGroup Condition =" '$(IncludeTorchSharpPackage)' == 'true'" >
9
11
<PackProject Include =" **\TorchAudio.nupkgproj" />
10
12
<PackProject Include =" **\TorchSharp.nupkgproj" />
11
13
<PackProject Include =" **\TorchSharp-cpu.nupkgproj" />
You can’t perform that action at this time.
0 commit comments