From cfe992f0f9fe647fa2b0f011e8d6b7dc93d02ecb Mon Sep 17 00:00:00 2001 From: Steven Liu Date: Fri, 31 Mar 2023 16:54:12 -0700 Subject: [PATCH] make style --- docs/source/_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/_config.py b/docs/source/_config.py index a99c6a2..2974756 100644 --- a/docs/source/_config.py +++ b/docs/source/_config.py @@ -4,4 +4,4 @@ INSTALL_CONTENT = """ ! 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 -""" \ No newline at end of file +"""