Boogon

Results 3 comments of Boogon

So, may I get some mistakes in CMake? I successfully installed the pacakge by using wheel file downloaded from webpage -> (llama_cpp_python-0.3.4-cp312-cp312-win_amd64.whl) `pip install path/to/llama_cpp_python-0.3.4-cp312-cp312-win_amd64.whl` Whatever, I do not want...

> Probably a duplicate of [#1917](https://github.com/abetlen/llama-cpp-python/issues/1917) . > > You can also try [my advice on building this wheel](https://github.com/abetlen/llama-cpp-python/issues/1925). Thanks a lot. I will try your advice later.

> 可以通过把 internalModel 默认的函数覆盖掉来实现 > ``` > internalModel.updateFocus = ()=>{} // 视线跟随 > internalModel.updateNaturalMovements = ()=>{} // 呼吸 > internalModel.motionManager.state.shouldRequestIdleMotion = ()=>false // idle 动作 > internalModel.eyeBlink.updateParameters = ()=>{} //...