Skip to content

Commit 8a008d6

Browse files
Phoveranaurtherchen
andauthored
FIX DeLoRA: Add missing paper link (#2852)
Co-authored-by: aurtherchen <[email protected]>
1 parent d0fa974 commit 8a008d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/peft/tuners/c3a/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class C3AModel(BaseTuner):
3030
"""
3131
Creates C3A model from a pretrained transformers model.
3232
33-
The method is described in detail in [TODO].
33+
The method is described in detail in https://huggingface.co/papers/2407.19342.
3434
3535
Args:
3636
model ([`torch.nn.Module`]): The model to be adapted.

0 commit comments

Comments
 (0)