源文雨
源文雨
有关lint与编译的内容,请维持与主仓库一致。包括: ``` .github/workflows .golangci.yml .goreleaser.yml ```
英特尔的MAC使用1.7.0之后的faiss推理会报错,不知道M1的情况。如果M1没有问题,可能需要在README作特别说明了。
关于faiss,可以尝试使用conda安装,pip即使安装成功也可能会有问题。
下载目录无法自定义,因为本应用不请求存储权限,也不准备增加读取外部存储权限,因此无权访问除`./Android/data/top.fumiama.copymanga`目录外的其它任何目录。当然,可以通过用户赋予权限的方式授权访问某个特定目录,因此这个功能并非完全无法实现,但是周期会比较长。
Well, sorry but I also have no idea about it because I have never met this error 😂.
Well, maybe I have missed some logs😂. I will re-check it later.
Maybe you can try to launch with the COMMANDLINE_ARGS `--no-half`
> I guess that the `add_compile_options` need to be filtered to not apply to cuda, similar to what was done for MSVC. Sure and according to my latest test, cmake...
> I cannot reproduce this issue with cmake 3.22.1, gcc 11.3 and nvcc 12.1 Sorry, I got a mistake. The version of cmake I'm using is ``` $ cmake3 --version...