GAMA / peft /docs /source /_config.py
sonalkum's picture
bug fix
fa57c60
raw
history blame contribute delete
No virus
280 Bytes
# 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
"""