Marko Tasic
Marko Tasic
Work around that worked for me, in card.js, find line where: `new Card(opts);` And replace it with: ``` var intertvalId = setInterval(function() { var card; try { card = new...
Try to install using: `pip install git+https://github.com/vbuterin/pybitcointools`
It is end of life for **pybitcointools** as author has stated in last commit. However, if you manually clone code from this commit: https://github.com/vbuterin/pybitcointools/tree/aeb0a2bbb8bbfe421432d776c649650eaeb882a5 You will be able to install...
I use this to completely disable current symbol highlight: ```json "experimental.theme_overrides": { "editor.document_highlight.read_background": "#00000000", "editor.document_highlight.write_background": "#00000000" }, ``` 
@slaren What if we use static libraries instead of shared/dynamic libs? How to handle that? Btw, I experienced this on both Vulkan and CUDA backends on RTX 3090 24GB and...
I watched this week this video: https://www.youtube.com/watch?v=Br07GsnnvWc This performance is expected:  About Embedding layer, it should be investigated if they use appropriate class like this one, or we need...
Hi @t-vi, I see that you are quite active here. Any chance to get this integrated in litgpt?
Hi, please take a look at our ticket. On PyPI we are two releases behind Github releases. Thanks. We expect to cover multiple CUDA releases in next few releases, so...
I believe that beauty and elegance of of `main/llama-cli` example is reason why most of people who use llama.cpp are here. One command line invocation in terminal and you get...
> Please @mtasic85 , listen to collaborators and project owner instead of spamming with new PRs. Hey @ngxson we are just exploring ways how to use llama.cpp, we do not...