docker / genai-stack

Langchain + Docker + Neo4j + Ollama
Creative Commons Zero v1.0 Universal
3.49k stars 726 forks source link

Pulling Norwegian models directly from Hugging Face into GenAI stack #56

Open HaakonME opened 9 months ago

HaakonME commented 9 months ago

The number of models available from Ollama.ai at https://ollama.ai/library is quite limited compared to Hugging Face at https://huggingface.co/models , but more importantly, we need Norwegian language models, and there are no Norwegian models available from Ollama, while there a number of Norwegian models available from Hugging Face.

Pulling models directly from Hugging Face into the GenAI stack in addition to Ollama would be a nice feature enhancement.

mchiang0610 commented 9 months ago

Hi @HaakonME possible to join our Discord channel? We will help guide you through it so you can upload your own models as you see fit onto Ollama library.

https://discord.gg/ollama

HaakonME commented 9 months ago

Hi @mchiang0610 , thanks I may do that.

What I would really like is to set any MODEL_REPO in GenAI and pull in whatever model I want from any model repo, something like this branch, which tries to allow for Hugging Face models to be included as well as Ollama models - https://github.com/HaakonME/genai-stack/tree/huggingface

jexp commented 9 months ago

@HaakonME would you mind proposing a PR to support the additional models?

jexp commented 8 months ago

Ping?

HaakonME commented 8 months ago

@jexp Sorry for the delay, I have been busy travellling around Norway doing AI talks, conferences and architecture work, amongst other things. Yes, I will get a PR proposed, but probably not till next weekend, i.e. another week from now.

sopheck commented 3 months ago

@HaakonME Hi, I'm curious if there is any progress regarding using models on HuggingFace with Docker GenAI? Thanks

HaakonME commented 2 months ago

Hi, @sopheck , unfortunately no, and I still need it. I hope to have something to show by end of July, though.