tiny-cuda-nn
tiny-cuda-nn copied to clipboard
How to solve this problem ? The format.cc file is missing when compiling
这个fmt要单独下载
I have download the fmt file, however, the problem still exists.
不应该呀,你把那个fmt的压缩包下载了之后,解压到dependencies/fmt里面,别放错了位置,弄好了之后应该这样的。你再检查一遍。
爱改名小王子 @.***
------------------ 原始邮件 ------------------ 发件人: "NVlabs/tiny-cuda-nn" @.>; 发送时间: 2023年5月19日(星期五) 下午5:08 @.>; @.@.>; 主题: Re: [NVlabs/tiny-cuda-nn] How to solve this problem ? The format.cc file is missing when compiling (Issue #311)
I have download the fmt file, however, the problem still exists.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>
检查了的,路径如下tiny-cuda-nn/bindings/torch/dependencies/fmt
你错了,不是tiny-cuda-nn/bindings/torch/dependencies/fmt,而是tiny-cuda-nn/dependencies/fmt
爱改名小王子 @.***
------------------ 原始邮件 ------------------ 发件人: "NVlabs/tiny-cuda-nn" @.>; 发送时间: 2023年5月19日(星期五) 下午5:15 @.>; @.@.>; 主题: Re: [NVlabs/tiny-cuda-nn] How to solve this problem ? The format.cc file is missing when compiling (Issue #311)
检查了的,路径如下tiny-cuda-nn/bindings/torch/dependencies/fmt
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>
哦哦!thx!!!
没事,我今天也恰好遇到这个问题。顺便就回复了。
爱改名小王子 @.***
------------------ 原始邮件 ------------------ 发件人: "NVlabs/tiny-cuda-nn" @.>; 发送时间: 2023年5月19日(星期五) 下午5:18 @.>; @.@.>; 主题: Re: [NVlabs/tiny-cuda-nn] How to solve this problem ? The format.cc file is missing when compiling (Issue #311)
哦哦!thx!!!
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>
perhaps try cloning the repository again with --recursive
flag and then build it
为什么我放对位置了还是会出错呢一样的报错
谢谢指教!! @1621031303