mirror of
https://github.com/wassname/peft.git
synced 2026-09-09 11:28:32 +08:00
build notebooks
This commit is contained in:
@@ -13,5 +13,6 @@ jobs:
|
||||
with:
|
||||
commit_sha: ${{ github.sha }}
|
||||
package: peft
|
||||
notebook_folder: peft_docs
|
||||
secrets:
|
||||
token: ${{ secrets.HUGGINGFACE_PUSH }}
|
||||
token: ${{ secrets.HUGGINGFACE_PUSH }}
|
||||
@@ -0,0 +1,7 @@
|
||||
# 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
|
||||
"""
|
||||
Reference in New Issue
Block a user