mirror of
https://github.com/modelscope/modelscope.git
synced 2026-02-24 12:10:09 +01:00
precommit
This commit is contained in:
@@ -20,7 +20,8 @@ class StableDiffusionLoraArguments(TrainingArgs):
|
||||
})
|
||||
|
||||
lora_rank: int = field(
|
||||
default=4, metadata={
|
||||
default=4,
|
||||
metadata={
|
||||
'help': 'The rank size of lora intermediate linear.',
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user