You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The feature involves putting the Gemma 3 1b text-only English model into action. The goal is to create a chatbot using Llama.cpp, with the UI being developed by Gradio.
What problem are you trying to solve with this feature?
The current Gemma repository lacks any notebook on this idea. We have notebooks related to the concept of running it with Llama.cpp, but this idea involves an additional step to create an end-to-end Gradio chat app, allowing for easy testing via a web UI and deployment as well.
Any other information you'd like to share?
Since we are currently utilizing the lightest model in the Gemma family, there is no need for any GPU involvement, which also holds for deployment. Here is a live demo of the application hosted on Hugging Face Spaces. Feel free to give it a try: https://huggingface.co/spaces/sitammeur/Gemma-llamacpp
Description of the feature request:
The feature involves putting the Gemma 3 1b text-only English model into action. The goal is to create a chatbot using Llama.cpp, with the UI being developed by Gradio.
What problem are you trying to solve with this feature?
The current Gemma repository lacks any notebook on this idea. We have notebooks related to the concept of running it with Llama.cpp, but this idea involves an additional step to create an end-to-end Gradio chat app, allowing for easy testing via a web UI and deployment as well.
Any other information you'd like to share?
Since we are currently utilizing the lightest model in the Gemma family, there is no need for any GPU involvement, which also holds for deployment. Here is a live demo of the application hosted on Hugging Face Spaces. Feel free to give it a try: https://huggingface.co/spaces/sitammeur/Gemma-llamacpp
cc: @bebechien @windmaple
The text was updated successfully, but these errors were encountered: