mirror of
https://github.com/huggingface/peft.git
synced 2025-10-21 07:53:47 +08:00
8 lines
280 B
Python
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
|
|
"""
|