Files
peft/docs/source/_config.py
Steven Liu cfe992f0f9 make style
2023-03-31 16:54:12 -07:00

8 lines
280 B
Python

# 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
"""