Omar Sanseviero
Omar Sanseviero
It's great to see that Gradio API Docs are back! I would like to share some feedback on the page  * The title is the link...
Example usage ```python from langchain.prompts import load_prompt prompt = load_prompt("hf://prompts/LLM_Bash/prompt.json") prompt.format(question="Example question") ```
Hi there! At the moment, models are downloaded through a public GCP Bucket. It would be useful to have the models on the Hugging Face Hub (maybe under the https://hf.co/google...
Hi there :hugs: In collaboration with Google, we added the gemma.pytorch files to the Hugging Face Hub. This PR adds instructions to manually or programmatically download the models.
Hi there :hugs: In collaboration with Google, we added the gemma flax files to the Hugging Face Hub. This PR adds instructions to manually or programmatically download the models.
Hi there :wave: In collaboration with Google, we added the gemma.cpp files to the Hugging Face Hub. This PR adds instructions to manually or programmatically download the needed files.
### Describe the bug In Google Colab, if I have no `HF_TOKEN` secret, I get a long error ### Reproduction ``` from huggingface_hub import logout logout() ``` ### Logs ```python...
https://github.com/huggingface/notebooks/blob/c8661116dec0715145df4a4ec8f32379a7c8b8a1/course/fr/chapter1/section3.ipynb#L141 https://discuss.huggingface.co/t/dead-link-in-notebook/49792
Would be great to have the model checkpoints on the Hugging face Hub, that way the weights are discoverable along with their model carda and other related artifacts. Happy to...