huggingface / notebooks

Notebooks using the Hugging Face libraries 🤗
Apache License 2.0
3.59k stars 1.5k forks source link

Broken GitHub/Colab links to PEFT notebooks #417

Open danmohad opened 1 year ago

danmohad commented 1 year ago

On the Prefix tuning for conditional generation and Prompt tuning for causal language modeling pages, the Google Colab links point to github.com/huggingface/notebooks/blob/main/peft_doc/en/...

Your Github repo address is huggingface/notebooks/blob/main/peft_docs/en/..., so trying to start these Colab notebooks fails with a "notebook not found" error.

Thought you should know.

DriesVerachtert commented 7 months ago

If I understand the github code correctly, then https://github.com/huggingface/peft/pull/1521 would fix this