Mubarak H. Alketbi

Results 9 comments of Mubarak H. Alketbi

i tried ``` dataroot_B: ['C:\ManduScale\OPScale\DataSet\FourthSet\HR1\HR1.lmdb', 'C:\ManduScale\OPScale\DataSet\FourthSet\HR1\HR1.lmdb'] dataroot_A: ['C:\ManduScale\OPScale\DataSet\FourthSet\LR1\LR1a.lmdb', 'C:\ManduScale\OPScale\DataSet\FourthSet\LR1\LR1b.lmdb'] ``` and i still game error `AssertionError: C:\ManduScale\OPScale\DataSet\FourthSet\LR1\LR1a.lmdb has no valid image file`

the only thing that works is specifying 1 HR.lmdb and 1 LR.lmdb and i cant use it like the above example. can this be fixed?

can you test my fork https://github.com/MHketbi/starcoder

> We expect to release in around 3 months, we're trying our best on it! Since there isn't a C++ version of Exebench available, we need to compile the projects...

using v0.5.13-rc4 i get the following when trying to run phi4 model ``` PS > ollama -v ollama version is 0.5.13-rc4 PS > ollama create MHKetbi/Unsloth-Phi-4-mini-instruct gathering model components copying...

here is latest finding using RC4 1- using latest llama.cpp to convert model to gguf then using the gguf in modelfile produce a working phi4-mini. 2- using non gguf modelfile...