-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
local LLM -- option to select *.gguf models by myself #21
Comments
Hello, thank you. I am going to add a new option in configuration, something like "firecoder.homedir", where you will be able to overwrite default folder for saving models and server. |
Thats great news. :-) |
Yes, FireCoder had this possibility, but I've removed it. |
Okay. Did not know about the past implemented feature. I guess, the idea is, when users install "FireCoder", they dont need to do anything, because FireCoder download the models in background. What is quite nice. My suggestion to this Background action would be:
I tried to put manually a different *.gguf model inside the model-folder and i also rename it to "model-base-small.gguf" but FireCoder did not accept the file and start do download its own again. Of course this suggestion makes mostly sense, if you as a dev are doing everything alone, which can cost time. Or if you barely have time to update some stuff. The suggestion doesnt make sense if you will update this extension every time, for min. 5 years long. I believe the predefined Solution & a given ability to the user to make his own decisions can coexist. I hope my concern is understandable. |
Hello. I've added a feature to define the
Yes, Firecoder uses huggingface. You can see that I am checking SHA file before use a model, this is a reason why you couldn't put your model. But about custom models, I am not sure that it is easy now.
I will keep this issue open until custom models are fully supported. Thank you very much. |
Hi.
Ah okay. Thats why. Good to know. As for the rest, i cant estimate if its a lot of work to a dev or a quick task. I just have a little expirience with "lm-Studio" & "Jan Ai". Inside these Apps, it seems to be an easy task to change / download different models from hugginface or elsewhere. This is why i asked for it. Becasue it looked not too complicated, to me. If its possible to do so with FireCoder in future, i will be satisfied. If its predefined and supported by FireCoder i am already happy, as long as there will be regular updates (with new models). Thank you, for your detailed information's & support. |
Hello.
I am happy with this extension. It is the only one, that works without any dependencies and therefore it is instantly usable within VScode. Thank you for bringing us such an extension. I have some requests:
It would be nice, if we could have a option to select the *.gguf model file by our own. I can download it somewhere (f.e. huggingFace) and inside the options of FireCoder i can select the file. I recognized that the models are saved inside C:\ drive. inside the USERS subfolder: ".firecoder". If its possible it would also be very handy, if we could have an option where to store downloaded models.
In my case, the drive C: is reserved for the OS and stays clean. I put heavy stuff onto the D: partition. (Windows OS). I managed to use the MkLink command, to alias this folder to drive D:.
The text was updated successfully, but these errors were encountered: