Gregory Dudek
Gregory Dudek
I have done the install using the standard Python, and it is possible, but it is a huge hassle due to various dependencies. I did it to save disk space,...
It's already well documented by @kai-morich , but the exact code you need may look like (in Kotlin): ``` val customTable = ProbeTable() customTable.addProduct(0x2304, ox067b, CdcAcmSerialDriver::class.java) val prober = UsbSerialProber(customTable)...
Good points. I had originally made the changes for my own use and then decided to do the PR. I'll clean it up as you suggest, but I'll need to...
Setting n_gpu_layers=1 makes it try to use Metal, but then I am seeing: Generating semantic tokens... 0%ggml_metal_encode_node: error: unsupported op 'SET' PATH/bark.cpp/encodec.cpp/ggml/src/ggml-metal.m:953: unsupported op
I think the missing instruction in now supported by ggml metal bleeding edge, but I don't have the cycles to figure out the build system and port that stuff over...
I am still seeing this error with a fresh re-install of scholarly and dependencies.
As an ugly workaround, I'm putting code like this in my USB event handler, but it's rather inefficient. ``` local function usbDeviceCallback(event) if event.type == "inserted" then print("USB device inserted:",...