amitsingh19975
amitsingh19975
I'm sharing a screenshot of what I meant. Don't let your ideas be clouded by what I'm sharing, and add something you think would be much better than what I'm...
> Hello I have prepared the documentation for the special functions, I just wanted to ask that the code examples that needs to be added for each function should be...
Boost\libs\numeric\ublas failed to build due to error C2059, C2065, C2923, C2976, C2447 .... on MSVC
If you are trying to use `Tensor`, the minimum `C++` standard is 20. Furthermore, for windows, the msvc >= 14.29. If it doesn't work, please post the msvc version.
Boost\libs\numeric\ublas failed to build due to error C2059, C2065, C2923, C2976, C2447 .... on MSVC
Are you using `b2` for compiling? If yes, try passing c++ standard `cxxstd=latest` like this. If the problem persists, send me the command you use to compile. Try to use...
Boost\libs\numeric\ublas failed to build due to error C2059, C2065, C2923, C2976, C2447 .... on MSVC
Try to follow the steps in the following yml file https://github.com/boostorg/ublas/blob/develop/.github/workflows/windows.yml.
@bassoy should I merge this, or does anyone else want to do? If anyone has any objection against me merging, say no.
I'm sorry for not getting back to you sooner. I was busy with Webui. We do not support Windows right now, but we hope to do so in the future....
Could you send me the logs that are generated when installed with pip? Also, could you go inside that Python site-packages and share the file list?
> I get the following errors from my make install > > ``` > In file included from /tmp/pip-req-build-es8sj3p_/include/llama.hpp:12, > from /tmp/pip-req-build-es8sj3p_/lib/llama.cpp:1: > /tmp/pip-req-build-es8sj3p_/include/logger.hpp: In constructor ‘fastllama::NullLogger::NullLogger()’: > /tmp/pip-req-build-es8sj3p_/include/logger.hpp:93:31: error:...