kandahar
kandahar
Even after having installed numpy version 1.22.4, I still have the error ``` mesh/src/aabb_normals.cpp:159:71: error: cannot convert ‘PyObject*’ {aka ‘_object*’} to ‘const PyArrayObject*’ {aka ‘const tagPyArrayObject_fields*’} 159 | closest_point=reinterpret_cast(PyArray_DATA(result2)); |...
Thank you @holl- for your quick answer and indeed I see the line ``fluid.make_incompressible(v, obstacle, Solve(x0=p))``` and that you have been creating obstacles using the predefined Cuboid and Spheres. In...
@holl- But on a fundamental level, the geometric information, the form of the grid and its occupation must be either stored in ```torch.tensor``` somewhere or the underlying differential equation is...
Even after the numpy version 1.26, I still have the error ``` mesh/src/aabb_normals.cpp:159:71: error: cannot convert ‘PyObject*’ {aka ‘_object*’} to ‘const PyArrayObject*’ {aka ‘const tagPyArrayObject_fields*’} 159 | closest_point=reinterpret_cast(PyArray_DATA(result2)); | ^~~~~~~...
@wheynelau Thank you for your answer! Since I am not very familiar with the Rust Tokenizer Library yet, would you mind completing the minimal example with your idea? ```rust use...
@cursor-ide, @gweidart Thank you for your amazing work. As a huggingface user, I would also like to switch from the standart tokenizers and use yours instead, but do not know,...