Don Mahurin

Results 13 comments of Don Mahurin

The change has been amended to use std::flush, which allows the nvim operation. An additional change is added to output the current incomplete line on interrupt. Note, with these changes,...

Thanks @arshajii, the llama2.py/codon change is now updated to use a trivial struct.codon from your advice. https://github.com/tairov/llama2.py/pull/5 https://github.com/dmahurin/llama2.codon/blob/codon/struct.codon An incomplete implementation to say the least, but enough.

hi @enen92, It seems that this issue has prevented dvd disc playback in Batocera (and Recalbox I think), for every version with Kodi 19 and Kodi 20. https://github.com/batocera-linux/batocera.linux/issues/4304 Did Kodi...

@enen92, I checked this again on old live systems. With Kodi 18.9 or Batocera (release 30 and before) and Kodi 18 on Retropie, the disc is not mounted, and DVD's...

So, this was broken for a long time... commit e846acb56897c9a6b66e08e221024366b08c0a8a Date: Sat May 25 11:04:19 2019 -0700 iso9660: rework IFile and IFileDirectory implementations DVD Disc device (unmounted) playback should be...

As #1156 is closed as a duplicate of this issue, I am bringing the discussion here about the creation of an official python binding in the llama.cpp repository (which I...

> If anyone's just looking for python bindings I put together [llama.py](https://gist.github.com/abetlen/2b90e5f153f6efd00931d098de5c73ce) which uses ctypes to expose the current C API. @abetlen , could this single file implementation be a...

Hi @seemanne, the purpose is not to replace bash. The purpose is to widen the development community. Like it or not, Python is a very common language in AI development....

@abetlen, perhaps you saw that I created pull request #1660 to add low level python bindings from llama-cpp-python. The PR puts llama_cpp.py and low level examples in the examples/ folder....

I looked at this a little more. I was hoping that there as a good tool for automatically generating Cython or pybind11 bindings, as maintenance of hand crafted bindings may...