ChenNingCong

Results 2 comments of ChenNingCong

@oxinabox I also encounter this problem recently.On Julia-1.8.0-DEV, I fix this by changing the definition of `prefetch` from (on master): ```julia @inline function _prefetchr(p::Ptr) ccall("llvm.prefetch", llvmcall, Cvoid, (Ref{Int8}, Int32, Int32,...

Hi, I also encountered this problem. It turns out that the doc-builder in the pip repo is out-dated. Please install and build the doc-builder from scratch [doc-builder](https://github.com/huggingface/doc-builder) ``` cd doc-builder...