File size: 280 Bytes
1e6d67a
 
 
 
 
 
 
1
2
3
4
5
6
7
8
# 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
"""