Had finetuned mistral with unsloth, and these are the files in the huggingface repo...im using llama.cpp to convert to gguf file and when running the convert.py file, getting this error:
File "E:\SuperServer.AI\docker-llm\llama.cpp\convert.py", line 1567, in <module>
main()
File "E:\SuperServer.AI\docker-llm\llama.cpp\convert.py", line 1499, in main
model_plus = load_some_model(args.model)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\SuperServer.AI\docker-llm\llama.cpp\convert.py", line 1369, in load_some_model
raise FileNotFoundError(f"Can't find model in directory {path}")
FileNotFoundError: Can't find model in directory E:\SuperServer.AI\docker-llm\docker-llm-v1-hf
it seems my repo doesn't have valid files, what to do