Replies: 1 comment
-
I am also seeking clarification on this process. Additionally, how can we use safetensor adapter files rather then bin files to reach the same conclusion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys,
I am trying to convert a fine-tuned model from huggingface
jzdesign/falcon-finetune-midjourney-falcon
.GGUF
format. The fine-tuned one only contains a.json
file that points to the base model and a.bin
filewhich contains all the weights.
my folder structure:
\fine_tune
-adapter_model.bin
-adapter_model.json
When I try to run
I get
So far I followed the tutorial from [https://github.com//discussions/2948]
In the end, what I would like to have, is a file like
falcon-finetune-midjourney-falcon.gguf
Does someone know how to solve this problem ?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions