Aaditya Anand

Results 8 comments of Aaditya Anand

Huggingface download cli doesn't update download bar in real time. It will update it after certain percentage. This was happend to me also when first time downloading the model through...

This issue only happened when I not type prompt then pressing enter multiple times to give AI control. But when I typed prompt then issue was disappeared.

> Oh, then I see it the error of Pipeline processing empty responses. It debug able only by add jng a lot of debug into Pipeline and model it self....

Well I tried to get this working without conda but it couldn't get all depencies of llama.cpp. Also uv could only get python modules but not c++ libaray. Tried in...

Can you show logs\compile.log file here ?

> Had the same problem, used Mingw instead of visual studio, check this out and let me know if it helps. https://github.com/saifxyzyz/Bitnet-Mingw.git Nope it doesn't helps. It just straight fork...

> Root Cause > common.cpp uses std::chrono::system_clock (C++11) but the translation unit does not contain #include , so clang-cl on Windows cannot find the definition. > > Impact > Only...

Hey I want instead adding a compiler to it. Can we write a flake.nix that has all dependency listed in it. So, by run this flake on nix wouldn't it...