File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 20
20
<SourceDir >$(RepoRoot)src/</SourceDir >
21
21
<PkgDir >$(RepoRoot)pkg/</PkgDir >
22
22
23
- <LibTorchPackageVersion >2.2.1.2 </LibTorchPackageVersion >
23
+ <LibTorchPackageVersion >2.2.1.1 </LibTorchPackageVersion >
24
24
25
25
<!-- when building on local machines the massive downloads get placed up one directory -->
26
26
<!-- so we can clean without triggering a re-download-->
Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<MajorVersion >0</MajorVersion >
4
4
<MinorVersion >102</MinorVersion >
5
- <PatchVersion >8 </PatchVersion >
6
- <PreviousPackageVersion >0.102.7 </PreviousPackageVersion >
5
+ <PatchVersion >7 </PatchVersion >
6
+ <PreviousPackageVersion >0.102.6 </PreviousPackageVersion >
7
7
</PropertyGroup >
8
8
9
9
</Project >
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ namespace TorchSharp
17
17
{
18
18
public static partial class torch
19
19
{
20
- #if LIBTORCH_2_2_1_2
21
- const string libtorchPackageVersion = "2.2.1.2 " ;
20
+ #if LIBTORCH_2_2_1_1
21
+ const string libtorchPackageVersion = "2.2.1.1 " ;
22
22
#else
23
23
#error "Please update libtorchPackageVersion to match LibTorchPackageVersion"
24
24
#endif
You can’t perform that action at this time.
0 commit comments