李浩

Results 6 comments of 李浩

I think my description of this question wasn't clear enough. Our question isn't about the $2Nth$ root, but about why a **minimal** $2Nth$ root is needed. Before writing this issue,...

Hello, if you can tolerate lower precision, the modulus can be set smaller than 60(40) bit, then you get poly_modulus_degree(16384) for better performance. The detailed relation between polynomial length and...

> This is very helpful. Thank you all. I am facing another problem: many of the scenes in embeddings.py causes: `AttributeError: module 'gensim' has no attribute 'downloader'` what's your version...

It seems that this file is distributed with GCC.

Sorry for late response. The new master can run cargo build successfully, great! There is still some issue with cargo test and cargo run with examples, the error is ```...

Some further information. ChatGPT suggests to replace ``` println!("cargo::rustc-link-arg=-Wl,-rpath=/usr/local/lib"); ``` with ``` println!("cargo::rustc-link-arg=-Wl,-rpath,/usr/local/lib"); ``` which replace "=" with ",", then, after rebuild, test introduce a new error ``` ld: warning:...