along

Results 7 comments of along

我这里用nkd18也是编译错误,注释掉下面的语句就ok了, 但是谁能解释下为什么?ARMV7a开启neon为什么会报错? ``` FF_CFG_FLAGS="$FF_CFG_FLAGS --disable-neon" # FF_CFG_FLAGS="$FF_CFG_FLAGS --enable-neon" # FF_CFG_FLAGS="$FF_CFG_FLAGS --enable-thumb" ```

Maybe PdfiumAndroid not support asset,I found below code in AndroidPdfViewer, AndroidPdfViewer copy asset pdf to cache dir ![image](https://user-images.githubusercontent.com/5340073/75545625-cd3ee480-5a61-11ea-8d5e-78f7180a7329.png) ![image](https://user-images.githubusercontent.com/5340073/75545633-d16b0200-5a61-11ea-8060-05fbded8ea62.png)

I tried "defaults write wang.jianing.app.OpenInTerminal-Lite LiteDefaultTerminal Warp", OpenInTerminal-Lite can open `Warp`, but it doesn't support "Open in current directory", `Warp` always open the path when it last closed. I have...

I also encountered this problem

I meet the same problem. ## the json is too big to load directly. ## then i did as the prompt. ``` curl -LO https://get.perfetto.dev/trace_processor chmod +x ./trace_processor trace_processor --httpd...

for my case, VLLM_USE_PRECOMPILED always throw error "vllm/_C.abi3.so: undefined symbol: _ZNK3c1011StorageImpl27throw_data_ptr_access_errorEv" when run. ``` VLLM_USE_PRECOMPILED=1 pip install --editable . ``` VLLM_PRECOMPILED_WHEEL_LOCATION save my time. below command is work for me....

我也遇到了类似的问题。 ## 安装流程 参考:https://www.paddleocr.ai/latest/version3.x/pipeline_usage/PaddleOCR-VL.html#1 ```shell python -m pip install paddlepaddle-gpu==3.2.0 -i https://www.paddlepaddle.org.cn/packages/stable/cu126/ python -m pip install -U "paddleocr[doc-parser]" python -m pip install https://paddle-whl.bj.bcebos.com/nightly/cu126/safetensors/safetensors-0.6.2.dev0-cp38-abi3-linux_x86_64.whl ``` ## gpu nvidia-T4 ```shell nvidia-smi Fri...