We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are a few issues I've encountered.
./scripts/download_checkpoint.sh - typo in path
Additionally I have issues when making:
"C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Tools\MSVC\14.10.25017\bin\HostX64\x64/link.exe" fused_bias_act.o fused_bias_act_kernel.cuda.o /nologo /DLL c10.lib c10_cuda.lib torch_cpu.lib torch_cuda.lib -INCLUDE:?warp_size@cuda@at@@yahxz torch.lib torch_python.lib /LIBPATH:C:\Users\PaulCzaban\Anaconda3\envs\rephotography\libs /LIBPATH:C:\Users\PaulCzaban\Anaconda3\envs\rephotography\lib\site-packages\torch\lib "/LIBPATH:C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.0\lib/x64" cudart.lib /out:fused.pyd Creating library fused.lib and object fused.exp MSVCRT.lib(loadcfg.obj) : error LNK2001: unresolved external symbol __enclave_config fused.pyd : fatal error LNK1120: 1 unresolved externals ninja: build stopped: subcommand failed.
What are the VS requirements for this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There are a few issues I've encountered.
./scripts/download_checkpoint.sh - typo in path
Additionally I have issues when making:
"C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Tools\MSVC\14.10.25017\bin\HostX64\x64/link.exe" fused_bias_act.o fused_bias_act_kernel.cuda.o /nologo /DLL c10.lib c10_cuda.lib torch_cpu.lib torch_cuda.lib -INCLUDE:?warp_size@cuda@at@@yahxz torch.lib torch_python.lib /LIBPATH:C:\Users\PaulCzaban\Anaconda3\envs\rephotography\libs /LIBPATH:C:\Users\PaulCzaban\Anaconda3\envs\rephotography\lib\site-packages\torch\lib "/LIBPATH:C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.0\lib/x64" cudart.lib /out:fused.pyd
Creating library fused.lib and object fused.exp
MSVCRT.lib(loadcfg.obj) : error LNK2001: unresolved external symbol __enclave_config
fused.pyd : fatal error LNK1120: 1 unresolved externals
ninja: build stopped: subcommand failed.
What are the VS requirements for this?
The text was updated successfully, but these errors were encountered: