Ramzes / docs /source /_config.py
Bordoglor's picture
Upload folder using huggingface_hub
302920f verified
# docstyle-ignore
INSTALL_CONTENT = """
# PEFT installation
! pip install peft accelerate transformers
# To install from source instead of the last release, comment the command above and uncomment the following one.
# ! pip install git+https://github.com/huggingface/peft.git
"""