Closed jeremyfowers closed 1 month ago
BTW I unblocked myself with:
git lfs install
git clone https://huggingface.co/microsoft/Phi-3-mini-4k-instruct-onnx
and then I copied the resulting cpu_and_mobile\cpu-int4-rtn-block-32-acc-level-4
folder to the desired location.
Seems related to this: https://github.com/huggingface/huggingface_hub/issues/2374
Could you check if addressing the windows max file path limit fixes the issue?
It does seem to have something to do with the path length. When I set C:\
as my local dir I get all the files.
However, I have the latest huggingface-hub==0.26.4
installed (which came out on 8/19) so I should already have the patch you linked? This will still be a problem for windows users of OGA since the path limit issue is not obvious.
Thanks for reporting this @jeremyfowers. I will update the README
Describe the bug The tutorial on the front README of this repo says to run the following command:
When I run that command on my PC I get this error:
Expected behavior I would expect the model to download. This works for me with DirectML.
Desktop (please complete the following information):
Additional context I'm filing this as an OGA bug since the OGA README is not working for me. There may be some bug on the huggingface side as well, but I'm just trying to get OGA for CPU working any way I can.
cc @kunal-vaishnavi - related to the email I just sent - I was curious to try the TurneyML-LLM MMLU test with CPU but hit this issue.