-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f0899a6
commit 4b5600c
Showing
7 changed files
with
127 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# 头文件 | ||
|
||
将 | ||
|
||
``` | ||
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.42.34433\include | ||
C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\shared | ||
C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\ucrt | ||
``` | ||
|
||
|
||
复制到 | ||
|
||
``` | ||
C:\Users\11386\.conda\envs\monolite\Lib\site-packages\torch\include | ||
``` | ||
|
||
|
||
|
||
# LIB | ||
|
||
将 | ||
|
||
``` | ||
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.42.34433\lib\onecore\x64 | ||
C:\Program Files (x86)\Windows Kits\10\Lib\10.0.22621.0\um\x64 | ||
C:\Program Files (x86)\Windows Kits\10\Lib\10.0.22621.0\ucrt\x64 | ||
``` | ||
|
||
|
||
复制到 | ||
|
||
``` | ||
C:\Users\11386\.conda\envs\monolite\Lib\site-packages\torch\lib | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters